Template:Infobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(92 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#if:{{{nosubst|}}}|<div style="display:none;">}} {{#ifeq:{{NAMESPACE}}|{{<includeonly>subst:</includeonly>NAMESPACE}}| |{{error:not substituted|Infobox}}<div style="display:none;">}}{{#if:{{{nosubst|}}}|</div></div>}}{| class="infobox bordered" style="width: 25em; text-align: left; font-size: 95%;" | |||
|+ style="font-size: larger;" | '''{{{name}}}''' | |||
{| class="infobox" style="width: | |||
|- | |- | ||
| colspan="2" style="text-align:center;" | {{{image}}}<br | | colspan="2" style="text-align:center;" | [[Image:{{{image}}}|300px| ]]<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;" | {{ | | colspan="2" style="font-size: smaller;" | {{{footnotes|}}} | ||
|} | |}<noinclude> | ||
<br style="clear:both | |||
<pre> | <br style="clear:both" /> | ||
{| class="infobox" style="width: | == Usage == | ||
Copy this code: | |||
<pre>{| class="infobox bordered" style="width: 25em; text-align: left; font-size: 95%;" | |||
|+ style="font-size: larger;" | '''{{{name}}}''' | |||
|- | |- | ||
| colspan="2" style="text-align:center;" | {{{image}}}<br | | colspan="2" style="text-align:center;" | [[Image:{{{image}}}|300px| ]]<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;" | {{ | | colspan="2" style="font-size: smaller;" | {{{footnotes|}}} | ||
|} | |}</pre> | ||
</ | |||
==See also== | |||
*[[Wikipedia:Infobox]] | |||
[[Category:infobox templates| ]] | |||
[[fr:Modèle:Infobox]] | |||
[[zh:Template:Infobox]] | |||
</noinclude> |
Revision as of 20:56, 15 August 2006
{{#if:|
}}{| class="infobox bordered" style="width: 25em; text-align: left; font-size: 95%;"
|+ style="font-size: larger;" | {{{name}}}
|-
| colspan="2" style="text-align:center;" | [[Image:{{{image}}}|300px| ]]
{{{caption}}}
|-
! Data 1:
| {{{data1}}}
|-
! Data 2:
| this text displayed if data2 not defined
|-
! Data 3 (data hidden if data3 empty or not defined):
|
|-
| colspan="2" style="font-size: smaller;" |
|}
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;" | [[Image:{{{image}}}|300px| ]]<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|}}} |}