Template:State Infobox: Difference between revisions

No edit summary
No edit summary
Line 8: Line 8:
| colspan="2" style="padding: 0.4em 0.6em;" |
| colspan="2" style="padding: 0.4em 0.6em;" |
<code><nowiki>
<code><nowiki>
<noinclude>{{{subst:Template Name}}}</noinclude>
{{subst:State Infobox|state = 123|name = Lorem Ipsum|date = Jul 28th, 2025|alliances = Top Alliances}}
</nowiki></code>
|}
 
</nowiki></code>
</nowiki></code>
|}
|}
</noinclude>
</noinclude>


{| class="infobox" style="float:right; clear:right; width:300px; font-size:90%; padding:0.5em 1em; border:1px solid #ccc;"
! colspan="2" style="font-size:120%; background-color:#f2f2f2; text-align:center; padding:0.5em;" | State Information
|-
! style="text-align:left; white-space:nowrap;" | State:
| 123
|-
! style="text-align:left; white-space:nowrap;" | State Name:
| Lorem Ipsum
|-
! style="text-align:left; white-space:nowrap;" | Creation Date:
| Jul 28th, 2025
|-
! style="text-align:left; white-space:nowrap;" | Current Governor:
|
|-
! style="text-align:left; white-space:nowrap;" | Top Alliances:
| Top Alliances
|}
</noinclude>
<includeonly>
{| class="infobox" style="float:right; clear:right; width:300px; font-size:90%; padding:0.5em 1em; border:1px solid #ccc;"
{| class="infobox" style="float:right; clear:right; width:300px; font-size:90%; padding:0.5em 1em; border:1px solid #ccc;"
! colspan="2" style="font-size:120%; background-color:#f2f2f2; text-align:center; padding:0.5em;" | State Information
! colspan="2" style="font-size:120%; background-color:#f2f2f2; text-align:center; padding:0.5em;" | State Information
Line 31: Line 54:
| {{{alliances|}}}
| {{{alliances|}}}
|}
|}
</includeonly>