Template: Infobox polity: Difference between revisions
From A Wiki of Ice and Fire
Created page with "<includeonly>{{Infobox | above = {{{name|{{PAGENAME}}}}} {{#IF:{{{government|}}}|<br>{{{government}}}|}} | abovestyle = background: #DEDEE2; text-align:center; |..." |
Alyx Rivers (talk | contribs) mNo edit summary |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>{{Infobox | <includeonly>{{Infobox | ||
| above = {{{name|{{PAGENAME}}}}} | | above = {{{name|{{PAGENAME}}}}} | ||
| | | abovestyle = background: #DEDEE2; | ||
| image = {{# | | subheader = {{{government|}}} | ||
| | | subheaderstyle = | ||
| image = {{#invoke:InfoboxImage | InfoboxImage | image={{{image|}}} | size={{{image_size|}}} | maxsize=300px | sizedefault=frameless | alt={{{alt|}}} | border=no | suppressplaceholder={{main other|yes|no}} }} | |||
| caption = {{{image_caption|{{{caption|}}}}}} | |||
| label4 = Location | | label4 = Location | ||
| Line 35: | Line 38: | ||
| data17 = {{{organizations|}}} | | data17 = {{{organizations|}}} | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
<!-- The Example shown on the Right--> | <!-- The Example shown on the Right--> | ||
{{Infobox | {{Infobox polity | ||
| name = name | | name = {{{name}}} | ||
| image = image | | image = No image.jpg | ||
| image_caption = image_caption | | image_caption = {{{image_caption}}} | ||
| location = {{{location}}} | |||
| location = location | | capital = {{{capital}}} | ||
| capital = capital | | government = {{{government}}} | ||
| government = | | ruler = {{{ruler}}} | ||
| ruler = ruler | | religion = {{{religion}}} | ||
| population = {{{population}}} | |||
| religion = religion | | founded = {{{founded}}} | ||
| population = population | | preceded = {{{preceded}}} | ||
| destroyed = {{{destroyed}}} | |||
| founded = founded | | succeeded = {{{succeeded}}} | ||
| preceded = preceded | | restored = {{{restored}}} | ||
| destroyed = destroyed | | places = {{{places}}} | ||
| succeeded = succeeded | | organizations = {{{organizations}}} | ||
| restored = restored | |||
| places = places | |||
| organizations = organizations | |||
}} | }} | ||
===Complete empty syntax=== | ===Complete empty syntax=== | ||
Complete empty syntax for quick copy paste to Realm, Kingdom or Government entries without the infobox. All fields are optional and will not display | Complete empty syntax for quick copy paste to Realm, Kingdom or Government entries without the infobox. All fields are optional and will not display unless given value. | ||
<pre> | <pre> | ||
{{Infobox | {{Infobox polity | ||
| name = | | name = | ||
| image = | | image = | ||
| image_caption = | | image_caption = | ||
| location = | | location = | ||
| capital = | | capital = | ||
| government = | | government = | ||
| ruler = | | ruler = | ||
| religion = | | religion = | ||
| population = | | population = | ||
| founded = | | founded = | ||
| preceded = | | preceded = | ||
| Line 81: | Line 76: | ||
| succeeded = | | succeeded = | ||
| restored = | | restored = | ||
| places = | | places = | ||
| organizations = | | organizations = | ||
}}</pre> | }} | ||
</pre> | |||
[[Category:Infobox templates| | [[Category:Infobox templates|Polity]]</noinclude> | ||
Latest revision as of 19:54, 25 August 2024
Complete empty syntax
[edit]Complete empty syntax for quick copy paste to Realm, Kingdom or Government entries without the infobox. All fields are optional and will not display unless given value.
{{Infobox polity
| name =
| image =
| image_caption =
| location =
| capital =
| government =
| ruler =
| religion =
| population =
| founded =
| preceded =
| destroyed =
| succeeded =
| restored =
| places =
| organizations =
}}