Template:City: Difference between revisions

From 118Wiki
Jump to navigation Jump to search
mNo edit summary
(Template Data)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="toccolours" style="clear:left; float:right; margin:0 0 0.5em 1em; width:22em; font-size:smaller;"
{{Infobox Wiki
|-
|image={{#if:{{{image|}}}|[[File:{{{image|}}}|{{{image size|210px}}}]]}}|image text={{{image text|}}}|header color=#AC8751|header text color=white|name={{{name|{{PAGENAME}}}}}}}
|colspan=2 style="text-align:center;" | {{{image}}}
{{Infobox row|type=subheader|color=#DFCAA0|Location}}
|-
{{Infobox row|title=Planet|{{{planet|}}}}}
!colspan=2 bgcolor="#AC8751" style="color:#fff; font-size:larger;" |{{{name}}}
{{Infobox row|title=System|{{{system|}}}}}
|-
{{Infobox row|title=Region|{{{region|}}}}}
! colspan=2 style="text-align:left; font-weight:normal; background:#DFCAA0;" | '''Location'''
{{Infobox row|type=subheader|color=#DFCAA0|General Information}}
|- style="vertical-align:top;"
{{Infobox row|title=Constructed|{{{constructed|}}}}}
| Planet  
{{Infobox row|title=Destroyed|{{{destroyed|}}}}}
| {{{planet}}}
{{Infobox row|title=Builder|{{{builder|}}}}}
|- style="vertical-align:top; background:#f0f0f0;"
{{Infobox row|title=Climate|{{{climate|}}}}}
| System  
{{Infobox row|title=Points of interest|{{{points|}}}}}
| {{{system}}}
{{Infobox row|title=Primary Construction Materials|{{{priconmat|}}}}}
|- style="vertical-align:top;"
{{Infobox row|type=subheader|color=#DFCAA0|Societal Information}}
| Region  
{{Infobox row|title=Population|{{{population|}}}}}
| {{{region}}}
{{Infobox row|title=Affiliation|{{{affiliation|}}}}}
|-
{{Infobox row|title=Predominant Species|{{{species|}}}}}
! colspan=2 style="text-align:left; font-weight:normal; background:#DFCAA0;" | '''General Information'''
|- style="vertical-align:top;"
| Constructed
| {{{constructed}}}
|- style="vertical-align:top; background:#f0f0f0;"
| Destroyed
| {{{destroyed}}}
|- style="vertical-align:top;"
| Builder
| {{{builder}}}
|- style="vertical-align:top; background:#f0f0f0;"
| Climate
| {{{climate}}}
|- style="vertical-align:top;"
| Points of interest
| {{{points}}}
|- style="vertical-align:top; background:#f0f0f0;"
| Primary Construction Materials
| {{{priconmat}}}
|-
! colspan=2 style="text-align:left; font-weight:normal; background:#DFCAA0;" | '''Societal Information'''
|- style="vertical-align:top; background:#f0f0f0;"
| Population
| {{{population}}}
|- style="vertical-align:top;"
| Affiliation
| {{{affiliation}}}
|- style="vertical-align:top; background:#f0f0f0;"
| Predominant Species
| {{{species}}}
|}
|}
 
<noinclude>
===Usage instructions===
===Usage instructions===
Paste the following code into the top of an article, filling all known fields:
Paste the following code into the top of an article, filling all known fields:
Line 66: Line 36:
|affiliation=
|affiliation=
|species=
|species=
}}</nowiki>
}}</nowiki></pre>
 
{{Navbox|TITLE=Template Data|
<templatedata>
{
"params": {
"image": {
"label": "Image",
"description": "Adds image to the top of the infobox",
"type": "wiki-file-name"
},
"image size": {
"label": "Image size",
"description": "Size of the top image",
"type": "line",
"default": "210px"
},
"image text": {
"label": "Image text",
"description": "A short description of the top image in smaller font",
"example": "View of Paris to the south from the Eiffel Tower",
"type": "line"
},
"name": {
"label": "Name",
"description": "Name of the city",
"example": "Paris",
"type": "line",
"suggested": true
},
"planet": {
"label": "Planet",
"description": "Planet on which the city is located",
"example": "Earth"
},
"system": {
"label": "System",
"description": "The planetary system in which the planet is located",
"example": "Sol System"
},
"region": {
"label": "Region",
"description": "Region (e.g. campaign region) in which the planet is located",
"example": "The Borderlands"
},
"constructed": {
"label": "Constructed",
"description": "The year, date or era on which the city was founded",
"example": "3rd Century"
},
"destroyed": {
"label": "Destroyed",
"description": "The year, date or era on which the city was destroyed"
},
"builder": {
"label": "Builder",
"description": "Who (individual, group, nation etc.) founded the city",
"example": "The Parisii people"
},
"climate": {
"label": "Climate",
"description": "Description of city's climate",
"example": "Oceanic climate"
},
"points": {
"label": "Points of interest",
"description": "A short list of points of interest in the city",
"example": "Palais de la Concorde"
},
"priconmat": {
"label": "Primary Construction Materials",
"description": "What materials is primary used in the buildings",
"example": "Concrete"
},
"population": {
"label": "Population",
"description": "Number of individuals living in the city",
"example": "2.2 million"
},
"affiliation": {
"label": "Affiliation",
"description": "City's membership in factions",
"example": "Federation"
},
"species": {
"label": "Predominant Species",
"description": "Most populous species in the city",
"example": "Humans"
}
},
"description": "Infobox for cities & settlements",
"format": "block"
}
</templatedata>}}
[[Category:Infobox templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 09:05, 6 January 2024

City
Location
General Information
Societal Information

Usage instructions

Paste the following code into the top of an article, filling all known fields:

{{city
|name=
|image=
|planet=
|system=
|region=
|constructed=
|destroyed=
|builder=
|climate=
|points=
|priconmat=
|population=
|affiliation=
|species=
}}
Template Data

Infobox for cities & settlements

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Imageimage

Adds image to the top of the infobox

Fileoptional
Image sizeimage size

Size of the top image

Default
210px
Lineoptional
Image textimage text

A short description of the top image in smaller font

Example
View of Paris to the south from the Eiffel Tower
Lineoptional
Namename

Name of the city

Example
Paris
Linesuggested
Planetplanet

Planet on which the city is located

Example
Earth
Unknownoptional
Systemsystem

The planetary system in which the planet is located

Example
Sol System
Unknownoptional
Regionregion

Region (e.g. campaign region) in which the planet is located

Example
The Borderlands
Unknownoptional
Constructedconstructed

The year, date or era on which the city was founded

Example
3rd Century
Unknownoptional
Destroyeddestroyed

The year, date or era on which the city was destroyed

Unknownoptional
Builderbuilder

Who (individual, group, nation etc.) founded the city

Example
The Parisii people
Unknownoptional
Climateclimate

Description of city's climate

Example
Oceanic climate
Unknownoptional
Points of interestpoints

A short list of points of interest in the city

Example
Palais de la Concorde
Unknownoptional
Primary Construction Materialspriconmat

What materials is primary used in the buildings

Example
Concrete
Unknownoptional
Populationpopulation

Number of individuals living in the city

Example
2.2 million
Unknownoptional
Affiliationaffiliation

City's membership in factions

Example
Federation
Unknownoptional
Predominant Speciesspecies

Most populous species in the city

Example
Humans
Unknownoptional