Site Notice |
---|
We have a limited coverage policy. Please check our coverage page to see which articles are allowed. |
Difference between revisions of "Help:Gallery"
m (Protected "Help:Gallery" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
m |
||
Line 5: | Line 5: | ||
Using it creates a table that organizes the images in a series of boxes. Using by default will limit the table by 4 images per row if there are 4 images or more. | Using it creates a table that organizes the images in a series of boxes. Using by default will limit the table by 4 images per row if there are 4 images or more. | ||
− | {| | + | {| style="border: 1px solid grey" |
! width="50%" | Wiki coding | ! width="50%" | Wiki coding | ||
! width="50%" | Initial result | ! width="50%" | Initial result |
Revision as of 01:24, 7 February 2011
|
Gallery
- Tag opening: <gallery>
- Tag closing: </gallery>
Using it creates a table that organizes the images in a series of boxes. Using by default will limit the table by 4 images per row if there are 4 images or more.
Wiki coding | Initial result |
---|---|
<gallery> File:Nintendo logo.png File:PM2 NACover.jpg|''[[Paper Mario: The Thousand-Year Door]]'' game. File:EarthBound logo.png|<center>'''[[EarthBound (series)|EarthBound]] </gallery> |
|
- To make a caption, add " | " after the image filename.
- The opening tag
- Caption: Inserts a title on top of the gallery.
- Width: Self-explanatory.
- Height: Self-explanatory.
- Perrow: The amount of images that can appear in a row determined by the number. If unused, the default is 4 images a row.