Template:Simple infobox: Difference between revisions
Appearance
Created page with "{| class="simple-infobox" |- ! colspan="2" class="infobox-title" | {{{title|{{PAGENAME}}}}} |- | class="infobox-image" colspan="2" | {{#if:{{{image|}}}| [[File:{{{image}}}|250px]] }} |- ! Label | Value {{#if:{{{label1|}}}| |- ! {{{label1}}} | {{{value1}}} }} {{#if:{{{label2|}}}| |- ! {{{label2}}} | {{{value2}}} }} {{#if:{{{label3|}}}| |- ! {{{label3}}} | {{{value3}}} }} {{#if:{{{label4|}}}| |- ! {{{label4}}} | {{{value4}}} }} {{#if:{{{label5|}}}| |- ! {{{label5}}} | {{{v..." |
mNo edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class="infobox-container"> | |||
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div> | |||
<table class="infobox-table"> | |||
<tr><th>State</th><td>{{{param1}}}</td></tr> | |||
<tr><th>County</th><td>{{{param2}}}</td></tr> | |||
</table> | |||
</div> | |||
{ | |||
Latest revision as of 10:35, 23 January 2026
Simple infobox
| State | {{{param1}}} |
|---|---|
| County | {{{param2}}} |