752
edits
m (Fixed more broken HTML tags. Not sure yet what the gallery tag was) |
No edit summary |
||
Line 1: | Line 1: | ||
{ | {{mbox | ||
| | | text= '''These instructions were obtained from [http://www.mediawiki.org/wiki/Help:Images MediaWiki's Help:Images.]''' —C-chan | ||
| image= Cchan.png | |||
| caption= C-chan's avatar | |||
| border= black | |||
| background= #D3F1FF | |||
| | }} | ||
{{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> | ||