Template:Infobox structure: Difference between revisions

No edit summary
(.)
Line 27: Line 27:
|label4  = Height:
|label4  = Height:
|data4    = {{#if: {{{height|}}}|{{{height|}}}|}}
|data4    = {{#if: {{{height|}}}|{{{height|}}}|}}
}}[[Category:Structures]]
|header5  =
|label5  = Desing style:
|data5    = {{#if: {{{design style|}}}|{{{desing style|}}}|}}
}}[[Category:Structures]]  
<noinclude>
<noinclude>
The following code produces the fake infobox shown on the right:
The following code produces the fake infobox shown on the right:
Line 38: Line 41:
|use =
|use =
|height =
|height =
|design style =
}}
}}
</pre>
</pre>
[[category:infoboxes]]
[[category:infoboxes]]
[[Category:Templates|{{PAGENAME}}]]</noinclude>
[[Category:Templates|{{PAGENAME}}]]</noinclude>

Revision as of 22:36, 21 May 2011

STRUCTURES
Infobox structure
ADVERTISEMENT

The following code produces the fake infobox shown on the right:

{{infobox structures
|name = 
|image =
|games = 
|location = 
|use =
|height =
|design style =
}}