Template:Place: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Add documentation.) |
||
Line 28: | Line 28: | ||
{{#if:{{{footnotes|}}}|<div style="text-align:center;"><strong>Footnotes</strong><br />{{{footnotes}}}</div>}} | {{#if:{{{footnotes|}}}|<div style="text-align:center;"><strong>Footnotes</strong><br />{{{footnotes}}}</div>}} | ||
</div> | </div> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"description": "The name of the place", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"image": { | |||
"description": "An image of the place. Usually a map showing the location. This should be an image filename. Do not include the entire File tag, just the name. Ex: party.jpg", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"caption": { | |||
"description": "A description of the image.", | |||
"type": "string" | |||
}, | |||
"zone": { | |||
"description": "The zone of the place. This can be: Land, Underwater, Sky, Cavern, Below", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"country": { | |||
"label": "Country", | |||
"description": "If this place is within the national boundaries of a nation, note which one.", | |||
"type": "string" | |||
}, | |||
"type": { | |||
"label": "Type", | |||
"description": "What type of location is this? Ex.: City, region, mountain, lake, castle, fort, town, etc.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"ruler": { | |||
"label": "Ruler", | |||
"description": "If this location has a local ruler, name that person here, along with their title. Ex.: Prime Minister Margaret Thatcher, President Ronald Reagan", | |||
"type": "string" | |||
}, | |||
"locations": { | |||
"label": "Notable locations", | |||
"description": "Locations contained within this place. For example, important buildings in a city or tourist interests in a region.", | |||
"type": "string" | |||
}, | |||
"people": { | |||
"label": "Notable characters", | |||
"description": "If any notable people live in or are originally from this region, list them here. This list should be short. If it is a long list, add a section to the page for it.", | |||
"type": "string" | |||
}, | |||
"population": { | |||
"label": "Population", | |||
"description": "If the area is inhabited, add the approximate population.", | |||
"type": "number" | |||
}, | |||
"footnotes": { | |||
"label": "Footnotes", | |||
"description": "Further notes that may be of at-a-glance importance. Keep in mind this is a page for the location, though, so don't load this box up with the entire article.", | |||
"type": "string" | |||
} | |||
}, | |||
"description": "Use this template to describe places. If the place is a nation, use Template:Nation, instead." | |||
} | |||
</templatedata> | |||
</noinclude> |