Enjoying the epic content on this wiki?Buy me a coffee! ☕

Template:Infobox region: Difference between revisions

From Will to Power Wiki
Created page with "<div class="ot-infobox"> <div class="ot-infobox-title">{{{region|{{PAGENAME}}}}}</div> <div class="ot-infobox-subtitle">{{{govt_type}}}</div> {{#if:{{{cloud_image_id|}}}| <div class="ot-infobox-image"> <img src="{{{cloud_image_id}}}" style="width:100%; height:auto;" /> </div> }}{{#if:{{{caption|}}}| <div class="ot-infobox-caption" style="font-style:italic; font-size:0.9em; padding:8px; text-align:center;"> {{{caption}}} </..."
 
No edit summary
Line 44: Line 44:
     }}
     }}
</div><noinclude>[[Category:Infobox Templates]]</noinclude>
</div><noinclude>[[Category:Infobox Templates]]</noinclude>
== Example usage ==
<pre>
{{Region Infobox
| region          =
| region_longname  =
| govt_type        =
| capital          =
| culture          =
| ethos_id        =
| ruling_faction_id=
| leader_ids      =
| total_pop        =
| urban_pop        =
| rural_pop        =
| settlements      =
| strain_mix      =
| area_g2          =
| gdp_annual      =
| tax_revenue      =
| mil_pct_pop      =
| cloud_image_id  =
| caption          =
| banner_desc      =
| banner_image_id  =
}}
</pre>
</noinclude>

Revision as of 06:07, 7 July 2026

Infobox region
{{{govt_type}}}
General Information
Government
Demographics
Geography & Economy


Example usage

{{Region Infobox
| region           = 
| region_longname  = 
| govt_type        = 
| capital          = 
| culture          = 
| ethos_id         = 
| ruling_faction_id= 
| leader_ids       = 
| total_pop        = 
| urban_pop        = 
| rural_pop        = 
| settlements      = 
| strain_mix       = 
| area_g2          = 
| gdp_annual       = 
| tax_revenue      = 
| mil_pct_pop      = 
| cloud_image_id   = 
| caption          = 
| banner_desc      = 
| banner_image_id  = 
}}