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 08:50, 21 April 2006 view sourceMarknew (talk | contribs)2,640 edits Restored Usage instructions (none available on the talk page)← Previous edit Revision as of 19:28, 21 April 2006 view source Netoholic (talk | contribs)Autopatrolled, Extended confirmed users39,916 edits rmv conditionals. this is a _basic_ template for new template editors. Conditionals are not _basic_ tools.Next edit →
Line 12: Line 12:
! Data 3 (data hidden if data3 empty or not defined): ! Data 3 (data hidden if data3 empty or not defined):
| {{{data3|}}} | {{{data3|}}}
{{#if:{{{data4<includeonly>|</includeonly>}}}|<tr><th>Data 4 (row hidden if data4 empty):<td>{{{data4}}} }}
{{#if:{{{data5|}}}||<tr><th>Data 5 (row hidden if data5 not empty):<td>{{{data5}}} }}
|- |-
| colspan="2" style="font-size: smaller;" | {{{footnotes|}}} | colspan="2" style="font-size: smaller;" | {{{footnotes|}}}
Line 34: Line 32:
! Data 3 (data hidden if data3 empty or not defined): ! Data 3 (data hidden if data3 empty or not defined):
| {{{data3|}}} | {{{data3|}}}
{{#if:{{{data4|}}}|<tr><th>Data 4 (row hidden if data4 empty):<td>{{{data4}}} }}
{{#if:{{{data5|}}}||<tr><th>Data 5 (row hidden if data5 not empty):<td>{{{data5}}} }}
|- |-
| colspan="2" style="font-size: smaller;" | {{{footnotes|}}} | colspan="2" style="font-size: smaller;" | {{{footnotes|}}}
Line 43: Line 39:


] ]
]
] ]
</noinclude> </noinclude>

Revision as of 19:28, 21 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|}}}
|- 
| colspan="2" style="font-size: smaller;" | {{{footnotes|}}}
|}

See also

Category: