Template:Infobox: Difference between revisions

Trying to implement an modular infobox
No edit summary
(Trying to implement an modular infobox)
Tag: Replaced
 
(91 intermediate revisions by 28 users not shown)
Line 1: Line 1:
{| class="infobox bordered" style="width: 25em; text-align: left; font-size: 90%;"
<includeonly>{{infobox start|{{{class|}}}}}
|-
{{infobox header
| colspan="2" style="text-align:center; font-size: large;" | '''{{{Test}}}'''
| name = {{{name|{{PAGENAME}}}}}
|-
| wideimage = {{{image|{{{name|{{PAGENAME}}}}}.png}}}
| colspan="2" style="text-align:center;" | [[Image:{{{image}}}|300px| ]]<br>{{{caption}}}
| description = {{{description|}}}
|-
}}
! 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|}}}
|}<noinclude>


<br style="clear:both" />
{{infobox section|{{#if:{{{section1|}}}|{{{section1}}}|Infos}}}}
== Usage ==
{{infobox row|{{{info1|}}}|{{{info1value|}}}|{{{info1value|}}}}}
Copy this code and paste it into a new blank page:
{{infobox section|{{{section2}}}|{{{section2|}}}}}
<pre>{| class="infobox bordered" style="width: 25em; text-align: left; font-size: 95%;"
{{infobox row|{{{info2|}}}|{{{info2value|}}}|{{{info2value|}}}}}
|+ style="font-size: larger;" | '''{{{name}}}'''
{{infobox section|{{{section3}}}|{{{section3|}}}}}
|-
{{infobox row|{{{info3|}}}|{{{info3value|}}}|{{{info3value|}}}}}
| colspan="2" style="text-align:center;" | [[Image:{{{image}}}|300px| ]]<br>{{{caption}}}
{{infobox section|{{{section4}}}|{{{section4|}}}}}
|-
{{infobox row|{{{info4|}}}|{{{info4value|}}}|{{{info4value|}}}}}
! Data 1:
{{infobox section|{{{section5}}}|{{{section5|}}}}}
| {{{data1}}}
{{infobox row|{{{info5|}}}|{{{info5value|}}}|{{{info5value|}}}}}
|-
{{infobox section|{{{section6}}}|{{{section6|}}}}}
! Data 2:
{{infobox row|{{{info6|}}}|{{{info6value|}}}|{{{info6value|}}}}}
| {{{data2|''this text displayed if data2 not defined''}}}
{{infobox section|{{{section7}}}|{{{section7|}}}}}
|-
{{infobox row|{{{info7|}}}|{{{info7value|}}}|{{{info7value|}}}}}
! Data 3 (data hidden if data3 empty or not defined):
{{infobox section|{{{section8}}}|{{{section8|}}}}}
| {{{data3|}}}
{{infobox row|{{{info8|}}}|{{{info8value|}}}|{{{info8value|}}}}}
|-
{{infobox section|{{{section9}}}|{{{section9|}}}}}
| colspan="2" style="font-size: smaller;" | {{{footnotes|}}}
{{infobox row|{{{info9|}}}|{{{info9value|}}}|{{{info9value|}}}}}
|}</pre>
{{infobox section|{{{section10}}}|{{{section10|}}}}}
 
{{infobox row|{{{info10|}}}|{{{info10value|}}}|{{{info10value|}}}}}
==See also==
{{infobox end}}</includeonly><noinclude>
*[[Wikipedia:Infobox]]
{{doc}}
 
[[Category:Infobox templates]]</noinclude>
[[Category:infobox templates| ]]
[[ar:قالب:قالب معلومات]]
[[fa:الگو:دادان]]
[[fr:Modèle:Infobox]]
[[zh:Template:Infobox]]
</noinclude>