Template:Infobox: Difference between revisions

Trying to implement an modular infobox
No edit summary
(Trying to implement an modular infobox)
Tag: Replaced
 
(185 intermediate revisions by 52 users not shown)
Line 1: Line 1:
{| class="infobox bordered" style="width: 25em; text-align: left; font-size: 95%;"
<includeonly>{{infobox start|{{{class|}}}}}
|+ style="font-size: larger;" | '''{{{name}}}'''
{{infobox header
|-
| name = {{{name|{{PAGENAME}}}}}
| colspan="2" style="text-align:center;" | [[Template:{{{image}}}|300px| ]]<br>{{{caption}}}
| wideimage = {{{image|{{{name|{{PAGENAME}}}}}.png}}}
|-
| description = {{{description|}}}
! Data 1:
}}
| {{{data1}}}
|-
! Data 2:
| {{{data2|''this text displayed if data2 empty''}}}
|-
! Data 3 (data hidden if data3 empty):
| {{{data3|}}}
|- class="hiddenStructure{{{data4|}}}"
! Data 4 (row hidden if data4 empty):
| {{{data4}}}
|- class="hiddenStructure{{{na{{{data5|}}}me|}}}"
! Data 5 (row hidden if data5 not empty):
| {{{data5}}}
|-
| colspan="2" style="font-size: smaller;" | {{{footnotes|}}}
|}<noinclude>


<br style="clear:both" />
{{infobox section|{{#if:{{{section1|}}}|{{{section1}}}|Infos}}}}
== Usage ==
{{infobox row|{{{info1|}}}|{{{info1value|}}}|{{{info1value|}}}}}
Copy this code
{{infobox section|{{{section2}}}|{{{section2|}}}}}
 
{{infobox row|{{{info2|}}}|{{{info2value|}}}|{{{info2value|}}}}}
<pre>
{{infobox section|{{{section3}}}|{{{section3|}}}}}
{| class="infobox bordered" style="width: 25em; text-align: left; font-size: 95%;"
{{infobox row|{{{info3|}}}|{{{info3value|}}}|{{{info3value|}}}}}
|+ style="font-size: larger;" | '''{{{name}}}'''
{{infobox section|{{{section4}}}|{{{section4|}}}}}
|-
{{infobox row|{{{info4|}}}|{{{info4value|}}}|{{{info4value|}}}}}
| colspan="2" style="text-align:center;" | [[Template:{{{image}}}|300px| ]]<br>{{{caption}}}
{{infobox section|{{{section5}}}|{{{section5|}}}}}
|-
{{infobox row|{{{info5|}}}|{{{info5value|}}}|{{{info5value|}}}}}
! Data 1:
{{infobox section|{{{section6}}}|{{{section6|}}}}}
| {{{data1}}}
{{infobox row|{{{info6|}}}|{{{info6value|}}}|{{{info6value|}}}}}
|-
{{infobox section|{{{section7}}}|{{{section7|}}}}}
! Data 2:
{{infobox row|{{{info7|}}}|{{{info7value|}}}|{{{info7value|}}}}}
| {{{data2|''this text displayed if data2 empty''}}}
{{infobox section|{{{section8}}}|{{{section8|}}}}}
|-
{{infobox row|{{{info8|}}}|{{{info8value|}}}|{{{info8value|}}}}}
! Data 3 (data hidden if data3 empty):
{{infobox section|{{{section9}}}|{{{section9|}}}}}
| {{{data3|}}}
{{infobox row|{{{info9|}}}|{{{info9value|}}}|{{{info9value|}}}}}
|- class="hiddenStructure{{{data4|}}}"
{{infobox section|{{{section10}}}|{{{section10|}}}}}
! Data 4 (row hidden if data4 empty):
{{infobox row|{{{info10|}}}|{{{info10value|}}}|{{{info10value|}}}}}
| {{{data4}}}
{{infobox end}}</includeonly><noinclude>
|- class="hiddenStructure{{{na{{{data5|}}}me|}}}"
{{doc}}
! Data 5 (row hidden if data5 not empty):
[[Category:Infobox templates]]</noinclude>
| {{{data5}}}
|-
| colspan="2" style="font-size:smaller;" | {{{footnotes}}}
|}
</pre>
 
[[Category:infobox templates|{{PAGENAME}}]]
 
[[zh:Template:Infobox]]
</noinclude>