Template:Infobox: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<table class="infobox {{{bodyclass|}}}" cellspacing=" | {{#ifeq:{{{child|}}}|yes||<table class="infobox {{{bodyclass|}}}" cellspacing="3" style="border-spacing: 3px; width:22em; {{{bodystyle|}}}"><!-- | ||
Caption | Caption | ||
-->{{#if:{{{title|}}}|<caption class="{{{titleclass|}}}" style=" | -->{{#if:{{{title|}}}|<caption class="{{{titleclass|}}}" style="{{{titlestyle|}}}">{{{title}}}</caption>}}<!-- | ||
<!-- | |||
Header | Header | ||
-->{{#if:{{{above|}}}|<tr><th colspan="2" class="{{{aboveclass|}}}" style="text-align:center; font-size:125%; font-weight:bold; {{{abovestyle|}}}">{{{above}}}</th></tr>}} | |||
}}{{#ifeq:{{{child|}}}|yes|{{#if:{{{title|}}}|'''{{{title}}}'''}}}}<!-- | |||
Subheader1 | |||
-->{{#if:{{{subheader|{{{subheader1|}}}}}}|{{Infobox/row | |||
|data={{{subheader|{{{subheader1|}}}}}} | |||
|datastyle={{{subheaderstyle|{{{subheaderstyle1|}}}}}} | |||
|class={{{subheaderclass|}}} | |||
|rowclass={{{subheaderrowclass|{{{subheaderrowclass1|}}}}}} | |||
}} }}<!-- | |||
Subheader2 | |||
-->{{#if:{{{subheader2|}}}|{{Infobox/row | |||
|data={{{subheader2}}} | |||
|datastyle={{{subheaderstyle|{{{subheaderstyle2|}}}}}} | |||
|class={{{subheaderclass|}}} | |||
|rowclass={{{subheaderrowclass2|}}} | |||
}} }}<!-- | |||
Image1 | |||
-->{{#if:{{{image|{{{image1|}}}}}}|{{Infobox/row | |||
|data={{{image|{{{image1}}} }}}{{#if:{{{caption|{{{caption1|}}}}}}|<br /><span style="{{{captionstyle|}}}">{{{caption|{{{caption1}}}}}}</span>}} | |||
|datastyle={{{imagestyle|}}} | |||
|class={{{imageclass|}}} | |||
|rowclass={{{imagerowclass1|}}} | |||
}} }}<!-- | |||
Image2 | |||
-->{{#if:{{{image2|}}}|{{ |