Anonymous

Help:Images: Difference between revisions

From OS-Tan Collections Wiki
13 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
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{| border=1 cellpadding=6 cellspacing=0 style=margin: 1em auto 1em auto; background-color:#D3F1FF;
{{PD Help Page}}
|align=right | [[image:Cchan.png|left]] '''These instructions were obtained from [http://www.mediawiki.org/wiki/Help:Images MediaWiki's Help:Images.]'''
- '''[[User:C-Chan|C-Chan]]'''
|}


{| border=1 cellpadding=6 cellspacing=0 style=margin: 1em auto 1em auto; background-color:yellow;
{{mbox
|align=right | [[Image:Fedora_logo.png|left]] '''The thumbnail feature should work properly now <br />Please report any problems if any.'''
| 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 87:
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 97:
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 103:
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 112:
Image:Example2.jpg
Image:Example2.jpg
Image:Example2.jpg|''italic caption''
Image:Example2.jpg|''italic caption''
/gallery
</gallery>