Help:Images: Difference between revisions

Jump to navigation Jump to search
31 bytes removed ,  21 December 2023
no edit summary
m (Fixed more broken HTML tags. Not sure yet what the gallery tag was)
No edit summary
Line 1: Line 1:
{| border=1 cellpadding=6 cellspacing=0 style=margin: 1em auto 1em auto; background-color:#D3F1FF;
{{mbox
|align=right | [[image:Cchan.png|left]] '''These instructions were obtained from [http://www.mediawiki.org/wiki/Help:Images MediaWiki's Help:Images.]'''
| text=       '''These instructions were obtained from [http://www.mediawiki.org/wiki/Help:Images MediaWiki's Help:Images.]''' —C-chan
- '''[[User:C-Chan|C-Chan]]'''
| image=      Cchan.png
|}
| caption=    C-chan's avatar
 
| border=     black
{| border=1 cellpadding=6 cellspacing=0 style=margin: 1em auto 1em auto; background-color:yellow;
| background= #D3F1FF
|align=right | [[Image:Fedora_logo.png|left]] '''The thumbnail feature should work properly now <br />Please report any problems if any.'''
}}
|}


{{mbox
| text=        '''The thumbnail feature should work properly now. Please report any problems if any.''' —Fedora-tan
| image=      Fedora_logo.png
| caption=    Fedora-tan's avatar
| border=      black
| background=  yellow
}}


{| border=1 cellpadding=4 cellspacing=0  
{| border=1 cellpadding=4 cellspacing=0  
Line 79: Line 85:
It's easy to make a gallery of thumbnails with the <code><nowiki>gallery</nowiki></code> tag. The syntax is:
It's easy to make a gallery of thumbnails with the <code><nowiki>gallery</nowiki></code> tag. The syntax is:
<pre>
<pre>
gallery
<gallery>
Image:{filename}|{caption}
Image:{filename}|{caption}
Image:{filename}|{caption}
Image:{filename}|{caption}
{...}
{...}
/gallery
</gallery>
</pre>
</pre>
Captions are optional, and may contain wiki links or other formatting.
Captions are optional, and may contain wiki links or other formatting.
Line 89: Line 95:
for example:
for example:
<pre>
<pre>
gallery
<gallery>
Image:Example2.jpg|Item 1
Image:Example2.jpg|Item 1
Image:Example2.jpg|a link to [[Help:Contents]]
Image:Example2.jpg|a link to [[Help:Contents]]
Line 95: Line 101:
Image:Example2.jpg
Image:Example2.jpg
Image:Example2.jpg|''italic caption''
Image:Example2.jpg|''italic caption''
/gallery
</gallery>
</pre>
</pre>
is formatted as:
is formatted as:
gallery
<gallery>
Image:Example2.jpg|Item 1
Image:Example2.jpg|Item 1
Image:Example2.jpg|a link to [[Help:Contents]]
Image:Example2.jpg|a link to [[Help:Contents]]
Line 104: Line 110:
Image:Example2.jpg
Image:Example2.jpg
Image:Example2.jpg|''italic caption''
Image:Example2.jpg|''italic caption''
/gallery
</gallery>




Navigation menu