Template:Infobox2
Jump to navigation
Jump to search
}}} |
| style="text-align:center" | Source code:
|{{{sixth}}}
|-
}}}}
|- style="font-size:0; line-height:0;"
! style="width:50%; padding:0" |
! style="width:50%; padding:0" |
|}</includeonly>
Template documentation follows |
---|
Note: the template above may sometimes be partially or fully invisible. |
Visit Template:Infobox2/doc to edit this documentation. (How does this work?) |
Description[edit]
This template is a sample infobox, to aid in the creation of new infoboxes.
Recommended usage: copy the template code to a new template page, and edit it there.
Infobox and template background[edit]
See Help:Templates, Help:Infobox and Help:Tables for some background on how templates and infoboxes work.
Building blocks[edit]
The infobox is made of the following basic building blocks:
- Overall table class:
class="wikia-infobox"
- Table heading cell class:
class="wikia-infobox-header"
- Use row header marks ("
!
") for row title cells (and "|
" for normal cells) - Section separator line: give the header below it a wrapping
div
withclass="wikia-infobox-section-header"
- Image cell class:
class="wikia-infobox-image"
- Image caption cell class:
class="wikia-infobox-caption"
Other notes[edit]
- The Title, First, Second, and Third rows show "Unknown" if their values are not specified.
- The Image, Imagecaption, Fourth, Fifth, and Sixth rows won't show up if their values are not specified: they are each completely enclosed in an 'if' statement.
Syntax[edit]
{{infobox | title = | image = [e.g. "Example.png"] | imagewidth = [e.g. "150"] [default: 210 pixels] | imagecaption = | first = | second = | third = | fourth = | fifth = | sixth = }}
Samples[edit]
{{infobox | title = A pretty flower | image = Example.png | imagewidth = 100 | imagecaption = Floweris flowerum | first = Pink and green | second = Outdoors | fourth = Annual }}
Results in...