Template talk:Infobox

From Plants vs. Zombies Wiki
Jump to navigation Jump to search

Complete Infobox:
{{Infobox
|Box title = Info Title
|Image file = sample.jpg
|Image size = 125
|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
}}






Infobox Image omitted :
{{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
}}


Infobox Image omitted and displaying only 3 rows of information:
{{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
}}


Infobox Image and title row 4 omited:
Result: Row 4, 5, and 6 will not be displayed.
{{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
}}

Something like this:

<infobox>
<title source="Box title"><default>No Title</default></title>
<image source="image"/>
<data source="Row 1 info"><label>'''{{{Row 1 title|No Title}}}'''</label><default>No information</default></data>
<data source="Row 2 info"><label>'''{{{Row 2 title}}}'''</label></data>
<data source="Row 3 info"><label>'''{{{Row 3 title}}}'''</label></data>
<data source="Row 4 info"><label>'''{{{Row 4 title}}}'''</label></data>
<data source="Row 5 info"><label>'''{{{Row 5 title}}}'''</label></data>
<data source="Row 6 info"><label>'''{{{Row 6 title}}}'''</label></data>
<data source="Row 7 info"><label>'''{{{Row 7 title}}}'''</label></data>
<data source="Row 8 info"><label>'''{{{Row 8 title}}}'''</label></data>
<data source="Row 9 info"><label>'''{{{Row 9 title}}}'''</label></data>
<data source="Row 10 info"><label>'''{{{Row 10 title}}}'''</label></data>
<data source="Row 11 info"><label>'''{{{Row 11 title}}}'''</label></data>
<data source="Row 12 info"><label>'''{{{Row 12 title}}}'''</label></data>
<data source="Row 13 info"><label>'''{{{Row 13 title}}}'''</label></data>
<data source="Row 14 info"><label>'''{{{Row 14 title}}}'''</label></data>
<data source="Row 15 title"><format>Too much parameter</format></data>
</infobox>