(Infobox created with infobox builder.) |
(Add template data I think) |
||
Line 1: | Line 1: | ||
<infobox><title source="name"><default>{{PAGENAME}}</default></title><image source="image"/><data source="cognomina"><label>Cognomina</label></data><data source="address"><label>Address</label></data><data source="city"><label>City</label></data><data source="country"><label>Country</label></data><data source="owner"><label>Owner</label></data><data source="established"><label>Established</label></data><data source="date_constructed"><label>Constructed</label></data><data source="affiliation"><label>Affiliation</label></data><data source="facilities"><label>Facilities</label></data><data source="notes"><label>Notes</label></data></infobox> | <infobox><title source="name"><default>{{PAGENAME}}</default></title><image source="image"/><data source="cognomina"><label>Cognomina</label></data><data source="address"><label>Address</label></data><data source="city"><label>City</label></data><data source="country"><label>Country</label></data><data source="owner"><label>Owner</label></data><data source="established"><label>Established</label></data><data source="date_constructed"><label>Constructed</label></data><data source="affiliation"><label>Affiliation</label></data><data source="facilities"><label>Facilities</label></data><data source="notes"><label>Notes</label></data></infobox> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"description": "The full name of the building. Defaults to the page name.", | |||
"type": "string" | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "Any pictures of the building interior or exterior.", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"cognomina": { | |||
"label": "Cognomina", | |||
"description": "Any other names the building is referred to as, including internal and former names and nicknames.", | |||
"type": "content" | |||
}, | |||
"address": { | |||
"label": "Address", | |||
"description": "Where the building is located (street address)", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"city": { | |||
"label": "City", | |||
"description": "Where the building is located (city, state, prefecture, etc.)", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"country": { | |||
"label": "Country", | |||
"description": "Where the building is located (country or nation)", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"owner": { | |||
"label": "Owner", | |||
"description": "Anyone who currently owns or has owned the building, such as a landlord or tenant or business owner.", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"established": { | |||
"label": "Established", | |||
"description": "When the building or organization was established", | |||
"type": "date" | |||
}, | |||
"date_constructed": { | |||
"label": "Constructed", | |||
"description": "When the building was constructed. Also take a look at established which may be different", | |||
"type": "date", | |||
"suggested": true | |||
}, | |||
"affiliation": { | |||
"label": "Affiliation", | |||
"description": "Any organizations and movements the character is affiliated with, especially criminal organizations such as the Coalition.", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"facilities": { | |||
"label": "Facilities", | |||
"description": "Any facilities the building or campus has, such as hotel rooms, bars, whatever else.", | |||
"type": "content" | |||
}, | |||
"notes": { | |||
"label": "Notes", | |||
"description": "Anything else you want to say :3", | |||
"type": "content", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Allows you to describe a building. The following fields are available to specify. All of them are optional; editors are encouraged to fill them in as per their discretion. ", | |||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"cognomina", | |||
"address", | |||
"city", | |||
"country", | |||
"owner", | |||
"established", | |||
"date_constructed", | |||
"affiliation", | |||
"facilities", | |||
"notes" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 04:54, 11 May 2023
Allows you to describe a building. The following fields are available to specify. All of them are optional; editors are encouraged to fill them in as per their discretion.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | The full name of the building. Defaults to the page name. | String | optional |
Image | image | Any pictures of the building interior or exterior. | File | suggested |
Cognomina | cognomina | Any other names the building is referred to as, including internal and former names and nicknames. | Content | optional |
Address | address | Where the building is located (street address) | Content | suggested |
City | city | Where the building is located (city, state, prefecture, etc.) | Content | suggested |
Country | country | Where the building is located (country or nation) | Content | suggested |
Owner | owner | Anyone who currently owns or has owned the building, such as a landlord or tenant or business owner. | Content | suggested |
Established | established | When the building or organization was established | Date | optional |
Constructed | date_constructed | When the building was constructed. Also take a look at established which may be different | Date | suggested |
Affiliation | affiliation | Any organizations and movements the character is affiliated with, especially criminal organizations such as the Coalition. | Content | suggested |
Facilities | facilities | Any facilities the building or campus has, such as hotel rooms, bars, whatever else. | Content | optional |
Notes | notes | Anything else you want to say :3 | Content | suggested |