Actions

Template

Difference between revisions of "StateInfobox"

m (Added a description)
m (Spacing)
 
Line 1: Line 1:
<includeonly>
+
<includeonly>{{LocationInfoBox|title={{{title|}}}|image={{{image}}}|population={{{population|}}}|parentLocation={{{parentLocation}}}|group={{{group|}}}|extraContent={{#if: {{{faction|}}}| <tr><td class="infoboxtd1strow" style="padding: 10px;"><b>Ruling Faction</b>:</td><td>{{{faction}}}</td></tr>}}{{#if: {{{capital|}}}| <tr><td class="infoboxtd1strow" style="padding: 10px;"><b>Capital City</b>:</td><td>{{{capital}}}</td></tr>}}{{#if: {{{status|}}}| <tr><td class="infoboxtd1strow" style="padding: 10px;"><b>Current Status</b>:</td><td>{{{status}}}</td></tr>}}{{#if: {{{territories|}}}| <tr><td class="infoboxtd1strow" style="padding: 10px;"><b>Territories</b>:</td><td>{{{territories}}}</td></tr>}}}}</includeonly><noinclude>{{StateInfobox|title=Test State|image=byAllah.jpg|population=6969|parentLocation=Some continent|group=Some Group|faction=Some Faction|capital=The Capital|status=At war with Test State 2|territories=Some list of territories}}<templatedata>{"params": {"image": {"label": "Image","description": "An image, could be a map or a picture of the city","type": "wiki-file-name"},"population": {"label": "Population","description": "The number of people in the city","example": "31000","type": "number","required": true},"parentLocation": {"label": "Parent Location","description": "The location that this location is within","type": "wiki-page-name"},"demonym": {"label": "Demonym","description": "The name to describe the people from this city","example": "Rathirian","type": "string"},"districts": {"label": "Districts","description": "The districts of the city","type": "content"},"title": {"label": "Title","description": "The name of the location"},"group": {},"faction": {},"capital": {"label": "Capital City (or town)","description": "The Capital of the state. If there’s only one City, i.e. Alabastra, or one town, i.e. Glendara, just put that","example": "Tala Rane","type": "wiki-page-name","required": true},"status": {"label": "Current Status","example": "At peace, at war, occupied etc.","required": true},"territories": {"label": "Locations or territories","description": "Provinces, other territories if needed","type": "string"}},"paramOrder": ["image","population","parentLocation","demonym","districts","title","group","faction","capital","status","territories"],"description": "Shows information about a state"}</templatedata></noinclude>
{{LocationInfoBox|title={{{title|}}}|image={{{image}}}|population={{{population|}}}|parentLocation={{{parentLocation}}}|group={{{group|}}}|extraContent=
 
    {{#if: {{{faction|}}}|  
 
        <tr>
 
            <td class="infoboxtd1strow" style="padding: 10px;"><b>Ruling Faction</b>:</td>
 
            <td>{{{faction}}}</td>
 
        </tr>
 
    }}
 
    {{#if: {{{capital|}}}|  
 
        <tr>
 
            <td class="infoboxtd1strow" style="padding: 10px;"><b>Capital City</b>:</td>
 
            <td>{{{capital}}}</td>
 
        </tr>
 
    }}
 
    {{#if: {{{status|}}}|  
 
        <tr>
 
            <td class="infoboxtd1strow" style="padding: 10px;"><b>Current Status</b>:</td>
 
            <td>{{{status}}}</td>
 
        </tr>
 
    }}
 
    {{#if: {{{territories|}}}|  
 
        <tr>
 
            <td class="infoboxtd1strow" style="padding: 10px;"><b>Territories</b>:</td>
 
            <td>{{{territories}}}</td>
 
        </tr>
 
    }}
 
}}
 
</includeonly>
 
<noinclude>
 
    {{StateInfobox
 
        |title=Test State
 
        |image=byAllah.jpg
 
        |population=6969
 
        |parentLocation=Some continent
 
        |group=Some Group
 
        |faction=Some Faction
 
        |capital=The Capital
 
        |status=At war with Test State 2
 
        |territories=Some list of territories
 
    }}
 
<templatedata>
 
{
 
"params": {
 
"image": {
 
"label": "Image",
 
"description": "An image, could be a map or a picture of the city",
 
"type": "wiki-file-name"
 
},
 
"population": {
 
"label": "Population",
 
"description": "The number of people in the city",
 
"example": "31000",
 
"type": "number",
 
"required": true
 
},
 
"parentLocation": {
 
"label": "Parent Location",
 
"description": "The location that this location is within",
 
"type": "wiki-page-name"
 
},
 
"demonym": {
 
"label": "Demonym",
 
"description": "The name to describe the people from this city",
 
"example": "Rathirian",
 
"type": "string"
 
},
 
"districts": {
 
"label": "Districts",
 
"description": "The districts of the city",
 
"type": "content"
 
},
 
"title": {
 
"label": "Title",
 
"description": "The name of the location"
 
},
 
"group": {},
 
"faction": {},
 
"capital": {
 
"label": "Capital City (or town)",
 
"description": "The Capital of the state. If there’s only one City, i.e. Alabastra, or one town, i.e. Glendara, just put that",
 
"example": "Tala Rane",
 
"type": "wiki-page-name",
 
"required": true
 
},
 
"status": {
 
"label": "Current Status",
 
"example": "At peace, at war, occupied etc. ",
 
"required": true
 
},
 
"territories": {
 
"label": "Locations or territories",
 
"description": "Provinces, other territories if needed",
 
"type": "string"
 
}
 
},
 
"paramOrder": [
 
"image",
 
"population",
 
"parentLocation",
 
"demonym",
 
"districts",
 
"title",
 
"group",
 
"faction",
 
"capital",
 
"status",
 
"territories"
 
],
 
"description": "Shows information about a state"
 
}
 
</templatedata>
 
</noinclude>
 

Latest revision as of 18:56, 28 November 2020

Test State
ByAllah.jpg
Population:6969
Located in: Some continent
Associated Group(s):Some Group
Ruling Faction:Some Faction
Capital City:The Capital
Current Status:At war with Test State 2
Territories:Some list of territories

Shows information about a state

Template parameters

ParameterDescriptionTypeStatus
Imageimage

An image, could be a map or a picture of the city

Fileoptional
Populationpopulation

The number of people in the city

Example
31000
Numberrequired
Parent LocationparentLocation

The location that this location is within

Pageoptional
Demonymdemonym

The name to describe the people from this city

Example
Rathirian
Stringoptional
Districtsdistricts

The districts of the city

Contentoptional
Titletitle

The name of the location

Unknownoptional
Groupgroup

no description

Unknownoptional
Factionfaction

no description

Unknownoptional
Capital City (or town)capital

The Capital of the state. If there’s only one City, i.e. Alabastra, or one town, i.e. Glendara, just put that

Example
Tala Rane
Pagerequired
Current Statusstatus

no description

Example
At peace, at war, occupied etc.
Unknownrequired
Locations or territoriesterritories

Provinces, other territories if needed

Stringoptional