Actions

Template

Difference between revisions of "CityInfoBox"

m (Styling and fixed a typo)
m (Spacing)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
{{LocationInfoBox|title={{{title|}}}|image={{{image}}}|population={{{population|}}}|parentLocation={{{parentLocation}}}|group={{{group|}}}|extraContent=
+
{{LocationInfoBox
 +
    |title={{{title|}}}
 +
    |type={{#ifexpr: {{{capital|}}} | Capital City | City}}
 +
    |image={{{image}}}
 +
    |population={{{population|}}}
 +
    |parentLocation={{{parentLocation|}}}
 +
    |group={{{group|}}}
 +
    |extraContent=
 
     {{#if: {{{demonym|}}}|  
 
     {{#if: {{{demonym|}}}|  
 
         <tr>
 
         <tr>
Line 11: Line 18:
 
             <td class="infoboxtd1strow" style="padding: 10px;"><b>Districts</b>:</td>
 
             <td class="infoboxtd1strow" style="padding: 10px;"><b>Districts</b>:</td>
 
             <td>{{{districts}}}</td>
 
             <td>{{{districts}}}</td>
         </tr>
+
         </tr>}}}}</includeonly><noinclude>
    }}
 
}}
 
</includeonly>
 
<noinclude>
 
 
{{CityInfoBox
 
{{CityInfoBox
 
     |title=A Test City
 
     |title=A Test City
Line 24: Line 27:
 
     |demonym=Chads
 
     |demonym=Chads
 
     |districts=District A, District B
 
     |districts=District A, District B
 +
    |capital=0
 
}}
 
}}
 
<templatedata>
 
<templatedata>
Line 59: Line 63:
 
"label": "Title",
 
"label": "Title",
 
"description": "The name of the location"
 
"description": "The name of the location"
 +
},
 +
"capital": {
 +
"label": "Capital",
 +
"description": "Is the city a capital",
 +
"example": "0, 1",
 +
"type": "boolean",
 +
"default": "0",
 +
"required": true
 +
},
 +
"group": {
 +
"label": "Groups",
 +
"description": "Any associated groups",
 +
"type": "string"
 
}
 
}
 
},
 
},

Latest revision as of 21:21, 2 October 2020


A Test City
ByAllah.jpg
Type:City
Population:6969
Province: Some state
Associated Group(s):Some Group
Demonym: Chads
Districts: District A, District B

The city info box template shows as follows

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
Capitalcapital

Is the city a capital

Default
0
Example
0, 1
Booleanrequired
Groupsgroup

Any associated groups

Stringoptional