This page can be used as a building block in other pages.
[h="2"]Description[/h]
[list][*]
This template produces a [wiki="Help:Infobox"]infobox[/wiki]-style template.
[*]You may want to copy and modify this to create a specific infobox (e.g. character infobox).
[*]This template requires [wiki="Help:Parser functions"]parser functions[/wiki] to be enabled (Wikia default: on).
[/LIST]
[h="2"]Syntax[/h]
[code]
{{infobox
|Box title =
|image = Image:Example.jpg
|imagewidth = [defaults to 250]
|caption = Bob the Flower
|Row 1 title =
|Row 1 info =
|Row 2 title =
|Row 2 info =
|Row 3 title =
|Row 3 info =
|Row 4 title =
|Row 4 info =
|Row 5 title =
|Row 5 info =
|Row 6 title =
|Row 6 info =
|Row 7 title =
|Row 7 info =
|Row 8 title =
|Row 8 info =
|Row 9 title =
|Row 9 info =
|Row 10 title =
|Row 10 info =
}}
[/code]===Notes===
[list][*]
Keeping the [b]Box Title[/b] empty will result in displaying [b]No title[/b]
[*] If you don't want to display image, just keep [b]Image file Name[/b] and [b]Image Size[/b] empty.
[*] Keeping the [b]Row 1 title[/b] empty will result in displaying [b]No title[/b].
[*] Keeping the [b]Row (any row) info[/b] empty will result in displaying [b]No information[/b].
[*] Keeping the [b]Row (any below row 1) title[/b] empty will result in that row and the rest of the rows below it will not be displayed.
[*] Max row for information: 10 rows.
[/LIST]
[h="2"]Sample output[/h]
[template]Infobox
|Box title = Info Title
|image = Image:Example.jpg
|imagewidth = 120
|caption = A flower
|Row 1 title = Title row 1
|Row 1 info = Info row 1
|Row 2 title = Title row 2
|Row 2 info = Info row 2
|Row 3 title = Title row 3
|Row 3 info = Info row 3
|Row 4 title = Title row 4
|Row 4 info = Info row 4
|Row 5 title = Title row 5
|Row 5 info = Info row 5
|Row 6 title = Title row 6
|Row 6 info = Info row 6
|Row 7 title = Title row 7
|Row 7 info = Info row 7
|Row 8 title = Title row 8
|Row 8 info = Info row 8
|Row 9 title = Title row 9
|Row 9 info = Info row 9
|Row 10 title = Title row 10
|Row 10 info = Info row 10
[/template]
Complete Infobox:<br />
<code>
[b][noparse]{{[/noparse]Infobox[/b]<br />
[b]|[/b]Box title = Info Title<br />
[b]|[/b]image = Image:Example.jpg<br />
[b]|[/b]imagewidth = 120<br />
[b]|[/b]caption = A flower<br />
[b]|[/b]Row 1 title = Title row 1<br />
[b]|[/b]Row 1 info = Info row 1<br />
[b]|[/b]Row 2 title = Title row 2<br />
[b]|[/b]Row 2 info = Info row 2<br />
[b]|[/b]Row 3 title = Title row 3<br />
[b]|[/b]Row 3 info = Info row 3<br />
[b]|[/b]Row 4 title = Title row 4<br />
[b]|[/b]Row 4 info = Info row 4<br />
[b]|[/b]Row 5 title = Title row 5<br />
[b]|[/b]Row 5 info = Info row 5<br />
[b]|[/b]Row 6 title = Title row 6<br />
[b]|[/b]Row 6 info = Info row 6<br />
[b]|[/b]Row 7 title = Title row 7<br />
[b]|[/b]Row 7 info = Info row 7<br />
[b]|[/b]Row 8 title = Title row 8<br />
[b]|[/b]Row 8 info = Info row 8<br />
[b]|[/b]Row 9 title = Title row 9<br />
[b]|[/b]Row 9 info = Info row 9<br />
[b]|[/b]Row 10 title = Title row 10<br />
[b]|[/b]Row 10 info = Info row 10<br />
[b][noparse]}}[/noparse][/b]
</code>
<br style="clear:both; margin-bottom:3em;"/>
[template]Infobox
|Box title = Info Title
|Row 1 title = Title row 1
|Row 1 info = Info row 1
|Row 2 title = Title row 2
|Row 2 info = Info row 2
|Row 3 title = Title row 3
|Row 3 info = Info row 3
|Row 4 title = Title row 4
|Row 4 info = Info row 4
|Row 5 title = Title row 5
|Row 5 info = Info row 5
|Row 6 title = Title row 6
|Row 6 info = Info row 6
|Row 7 title = Title row 7
|Row 7 info = Info row 7
|Row 8 title = Title row 8
|Row 8 info = Info row 8
|Row 9 title = Title row 9
|Row 9 info = Info row 9
|Row 10 title = Title row 10
|Row 10 info = Info row 10
[/template]
Infobox [b]Image[/b] omitted :<br />
<code>
[b][noparse]{{[/noparse]Infobox[/b]<br />
[b]|[/b]Box title = Info Title<br />
[b]|[/b]Row 1 title = Title row 1<br />
[b]|[/b]Row 1 info = Info row 1<br />
[b]|[/b]Row 2 title = Title row 2<br />
[b]|[/b]Row 2 info = Info row 2<br />
[b]|[/b]Row 3 title = Title row 3<br />
[b]|[/b]Row 3 info = Info row 3<br />
[b]|[/b]Row 4 title = Title row 4<br />
[b]|[/b]Row 4 info = Info row 4<br />
[b]|[/b]Row 5 title = Title row 5<br />
[b]|[/b]Row 5 info = Info row 5<br />
[b]|[/b]Row 6 title = Title row 6<br />
[b]|[/b]Row 6 info = Info row 6<br />
[b]|[/b]Row 7 title = Title row 7<br />
[b]|[/b]Row 7 info = Info row 7<br />
[b]|[/b]Row 8 title = Title row 8<br />
[b]|[/b]Row 8 info = Info row 8<br />
[b]|[/b]Row 9 title = Title row 9<br />
[b]|[/b]Row 9 info = Info row 9<br />
[b]|[/b]Row 10 title = Title row 10<br />
[b]|[/b]Row 10 info = Info row 10<br />
[b][noparse]}}[/noparse][/b]
</code>
<br style="clear:both; margin-bottom:3em;"/>
[template]Infobox
|Box title = Info Title
|Row 1 title = Title row 1
|Row 1 info = Info row 1
|Row 2 title = Title row 2
|Row 2 info = Info row 2
|Row 3 title = Title row 3
|Row 3 info = Info row 3
[/template]
Infobox [b]Image[/b] omitted and displaying only 3 rows of information:<br />
<code>
[b][noparse]{{[/noparse]Infobox[/b]<br />
[b]|[/b]Box title = Info Title<br />
[b]|[/b]Row 1 title = Title row 1<br />
[b]|[/b]Row 1 info = Info row 1<br />
[b]|[/b]Row 2 title = Title row 2<br />
[b]|[/b]Row 2 info = Info row 2<br />
[b]|[/b]Row 3 title = Title row 3<br />
[b]|[/b]Row 3 info = Info row 3<br />
[b][noparse]}}[/noparse][/b]
</code>
<br style="clear:both; margin-bottom:3em;"/>
[template]Infobox
|Box title = Info Title
|Row 1 title = Title row 1
|Row 1 info = Info row 1
|Row 2 title = Title row 2
|Row 2 info = Info row 2
|Row 3 title = Title row 3
|Row 3 info = Info row 3
|Row 4 info = Info row 4
|Row 5 title = Title row 5
|Row 5 info = Info row 5
|Row 6 title = Title row 6
|Row 6 info = Info row 6
[/template]
Infobox [b]Image[/b] and [b]title row 4[/b] omited:<br />
Result: Row 4, 5, and 6 will not be displayed.<br />
<code>
[b][noparse]{{[/noparse]Infobox[/b]<br />
[b]|[/b]Box title = Info Title<br />
[b]|[/b]Row 1 title = Title row 1<br />
[b]|[/b]Row 1 info = Info row 1<br />
[b]|[/b]Row 2 title = Title row 2<br />
[b]|[/b]Row 2 info = Info row 2<br />
[b]|[/b]Row 3 title = Title row 3<br />
[b]|[/b]Row 3 info = Info row 3<br />
[b]|[/b]Row 4 info = Info row 4<br />
[b]|[/b]Row 5 title = Title row 5<br />
[b]|[/b]Row 5 info = Info row 5<br />
[b]|[/b]Row 6 title = Title row 6<br />
[b]|[/b]Row 6 info = Info row 6<br />
[b][noparse]}}[/noparse][/b]
</code>
[includeonly][category]General wiki templates|[var]PAGENAME[/var[/category]][category]Infobox templates| [/category][/includeonly][noinclude][category]Template documentation|[var]PAGENAME[/var[/category]][/noinclude]