Misplaced Pages

Template:Infobox: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 22:59, 18 April 2006 view sourceCBDunkerson (talk | contribs)Administrators15,422 editsm Unprotected Template:Infobox: Unprotecting - hopefully #if: has resolved the dispute by superceding both methods← Previous edit Revision as of 23:00, 18 April 2006 view source CBDunkerson (talk | contribs)Administrators15,422 edits Removed protection - assume #if: has resolved the disputeNext edit →
Line 1: Line 1:
<noinclude>{{protect}}</noinclude>

{| class="infobox bordered" style="width: 25em; text-align: left; font-size: 95%;" {| class="infobox bordered" style="width: 25em; text-align: left; font-size: 95%;"
|+ style="font-size: larger;" | '''{{{name}}}''' |+ style="font-size: larger;" | '''{{{name}}}'''

Revision as of 23:00, 18 April 2006

{{{name}}}
]
{{{caption}}}
Data 1: {{{data1}}}
Data 2: this text displayed if data2 not defined
Data 3 (data hidden if data3 empty or not defined):



Usage

Copy this code

{| class="infobox bordered" style="width: 25em; text-align: left; font-size: 95%;"
|+ style="font-size: larger;" | '''{{{name}}}'''
|-
| colspan="2" style="text-align:center;" | ]<br>{{{caption}}}
|- 
! Data 1:
| {{{data1}}}
|- 
! Data 2:
| {{{data2|''this text displayed if data2 not defined''}}}
|- 
! Data 3 (data hidden if data3 empty or not defined):
| {{{data3|}}}
{{qif|test={{{data4|}}}|then=<tr><th>Data 4 (row hidden if data4 empty):<td>{{{data4}}} }}
{{qif|test={{{na{{{data5|}}}me|}}}|then=<tr><th>Data 5 (row hidden if data5 not empty):<td>{{{data5}}} }}
! Data 5 (row hidden if data5 not empty):
| {{{data5}}}
|- 
| colspan="2" style="font-size: smaller;" | {{{footnotes|}}}
|}

See also

Category: