Jump to content
 The wiki is under maintenance, expect visual issues and incomplete pages!

Template:Simple infobox: Difference between revisions

From Aroostook
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:
{| class="simple-infobox"
<div class="infobox-container">
|-
  <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>
! colspan="2" class="infobox-title" | {{{title|{{PAGENAME}}}}}
 
|-
  <table class="infobox-table">
| class="infobox-image" colspan="2" |
    <tr><th>State</th><td>{{{param1}}}</td></tr>
{{#if:{{{image|}}}|
    <tr><th>County</th><td>{{{param2}}}</td></tr>
[[File:{{{image}}}|250px]]
  </table>
}}
 
|-
</div>
! Label
| Value
{{#if:{{{label1|}}}|
|-
! {{{label1}}}
| {{{value1}}}
}}
{{#if:{{{label2|}}}|
|-
! {{{label2}}}
| {{{value2}}}
}}
{{#if:{{{label3|}}}|
|-
! {{{label3}}}
| {{{value3}}}
}}
{{#if:{{{label4|}}}|
|-
! {{{label4}}}
| {{{value4}}}
}}
{{#if:{{{label5|}}}|
|-
! {{{label5}}}
| {{{value5}}}
}}
|}

Latest revision as of 10:35, 23 January 2026

Simple infobox
State{{{param1}}}
County{{{param2}}}