1,124
edits
(Created page with "{{#invoke:Display|gridIconList|{{{1|}}}}}") |
|||
| Line 1: | Line 1: | ||
{{ | {{Infobox | ||
|title = {{{title|{{PAGENAME}}}}}<!-- | |||
-->|{{Infobox Image<!-- | |||
-->|image = {{{image|}}}<!-- | |||
-->|caption = {{{caption|}}}<!-- | |||
-->}}<!-- | |||
-->{{Infobox Group<!-- | |||
-->|header = Prerequisites | |||
|{{Infobox Data|label=Building|{{{building|}}}}}<!-- | |||
-->{{Infobox Data|label=Population|{{{population|}}}}}<!-- | |||
-->{{Infobox Data|label={{Item|Labor Influence|link=Labor Influence}}|{{{labor influence|}}}}}<!-- | |||
-->{{Infobox Data|label={{Item|Labor Splendor|link=Labor Splendor}}|{{{labor splendor|}}}}}<!-- | |||
-->{{Infobox Data|label={{Item|Kingdom Influence|link=Kingdom Influence}}|{{{kingdom influence|}}}}}<!-- | |||
-->{{Infobox Data|label={{Item|Kingdom Splendor|link=Kingdom Splendor}}|{{{kingdom splendor|}}}}}<!-- | |||
-->{{Infobox Data|label={{Item|Clergy Influence|link=Clergy Influence}}|{{{clergy influence|}}}}}<!-- | |||
-->{{Infobox Data|label={{Item|Clergy Splendor|link=Clergy Splendor}}|{{{clergy splendor|}}}}} | |||
}}<!-- | |||
-->{{Infobox Group | |||
|header = Production | |||
|{{Infobox Data|label = Max Workers|{{{workers|}}}}}<!-- | |||
-->{{Infobox Data|label = Requires|{{{requirements|}}}}}<!-- | |||
-->{{Infobox Data|label = Produces|{{{produces|}}}}} | |||
}}<!-- | |||
-->{{Infobox Group | |||
|rows = 2 | |||
|header = Construction Requirements | |||
|{{Infobox Data|label = {{Item|Gold Coins}}|{{{coins|}}}}}<!-- | |||
-->{{Infobox Data|label = {{Item|Stone}}|{{{stone|}}}}}<!-- | |||
-->{{Infobox Data|label = {{Item|Wood}}|{{{wood|}}}}}<!-- | |||
-->{{Infobox Data|label = {{Item|Cloth}}|{{{cloth|}}}}}<!-- | |||
-->{{Infobox Data|label = {{Item|Gems}}|{{{gems|}}}}}<!-- | |||
-->{{Infobox Data|label = {{Item|Glass}}|{{{glass|}}}}}<!-- | |||
-->{{Infobox Data|label = {{Item|Gold}}|{{{gold|}}}}}<!-- | |||
-->{{Infobox Data|label = {{Item|Iron}}|{{{iron|}}}}}<!-- | |||
-->{{Infobox Data|label = {{Item|Marble}}|{{{marble|}}}}}<!-- | |||
-->{{Infobox Data|label = {{Item|Planks}}|{{{planks|}}}}}<!-- | |||
-->{{Infobox Data|label = {{Item|Polished Stone}}|{{{polished stone|}}}}}<!-- | |||
-->{{Infobox Data|label = {{Item|Tools}}|{{{tools|}}}}}<!-- | |||
-->{{Infobox Data|label = {{Item|Sculpture}}|{{{sculpture|}}}}} | |||
}}<!-- | |||
-->{{Infobox Group | |||
|rows = 2 | |||
|header = Running Costs | |||
|{{Infobox Data|label = Tax|{{{tax|}}}}}<!-- | |||
-->{{Infobox Data|label = {{Item|Maintenance Cost}}|{{{maintenance|}}}}} | |||
}} | |||
}}<noinclude>[[Category:Infobox Templates]]<templatedata> | |||
{ | |||
"params": { | |||
"title": { | |||
"label": "Title", | |||
"description": "The title of the infobox", | |||
"type": "string", | |||
"default": "{{PAGENAME}}" | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "The main image for the infobox, use with caption to add a description", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"caption": { | |||
"label": "Caption", | |||
"description": "A caption for the image, this will only display if there is an image.", | |||
"type": "string" | |||
}, | |||
"unlocked": { | |||
"label": "Unlocked by", | |||
"description": "A short note of requirements that must be met in order to construct the building", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"labor influence": { | |||
"label": "Labor Influence", | |||
"description": "The amount of Labor Influence required to acquire the building from the estates panel", | |||
"type": "number" | |||
}, | |||
"labor splendor": { | |||
"label": "Labor Splendor", | |||
"description": "The amount of labor slendor required to acquire the building from the estates panel", | |||
"type": "number" | |||
}, | |||
"kingdom influence": { | |||
"label": "Kingdon Influence", | |||
"description": "The amount of Kingdom Influence required to acquire the building from the estates panel", | |||
"type": "number" | |||
}, | |||
"kingdom splendor": { | |||
"label": "Kingdom Splendor", | |||
"description": "The amount of Kingdom Splendor required to acquire the building from the estates panel", | |||
"type": "number" | |||
}, | |||
"clergy influence": { | |||
"label": "Clergy Influence", | |||
"description": "The amount of Clergy Influence required to acquire the building from the estates panel", | |||
"type": "number" | |||
}, | |||
"clergy splendor": { | |||
"label": "Clergy Splendor", | |||
"description": "The amount of Clergy Splendor required to acquire the building from the estates panel", | |||
"type": "number" | |||
}, | |||
"workers": { | |||
"label": "Workers", | |||
"description": "The maximum number of workers that can work in the building", | |||
"type": "number" | |||
}, | |||
"requirements": { | |||
"label": "Production Requirements", | |||
"description": "Required materials to produce goods", | |||
"type": "string" | |||
}, | |||
"produces": { | |||
"label": "Produces", | |||
"description": "The output of the building", | |||
"type": "string" | |||
}, | |||
"coins": { | |||
"label": "Coins Required", | |||
"description": "The cost to construct the building", | |||
"type": "number" | |||
}, | |||
"stone": { | |||
"label": "Stone", | |||
"description": "The quantity of stone required to construct the building", | |||
"type": "number" | |||
}, | |||
"wood": { | |||
"label": "Wood", | |||
"description": "The quantity of wood required to construct the building", | |||
"type": "number" | |||
}, | |||
"cloth": { | |||
"label": "Cloth", | |||
"description": "The quantity of cloth required to construct the building" | |||
}, | |||
"gems": { | |||
"label": "Gems", | |||
"description": "The quantity of gems required to construct the building", | |||
"type": "number" | |||
}, | |||
"glass": { | |||
"label": "Glass", | |||
"description": "The quantity of glass required to construct the building", | |||
"type": "number" | |||
}, | |||
"gold": { | |||
"label": "Gold", | |||
"description": "The quantity of gold bars required to construct the building", | |||
"type": "number" | |||
}, | |||
"iron": { | |||
"label": "Iron", | |||
"description": "The quantity of iron bars required to construct the building", | |||
"type": "number" | |||
}, | |||
"marble": { | |||
"label": "Marble", | |||
"description": "The quantity of marble required to construct the building", | |||
"type": "number" | |||
}, | |||
"planks": { | |||
"label": "Planks", | |||
"description": "The quantity of planks required to construct the building", | |||
"type": "number" | |||
}, | |||
"polished stone": { | |||
"label": "Polished Stone", | |||
"description": "The quantity of polished stone required to construct the building", | |||
"type": "number" | |||
}, | |||
"tools": { | |||
"label": "Tools", | |||
"description": "The quantity of tools required to construct the building", | |||
"type": "number" | |||
}, | |||
"sculpture": { | |||
"label": "Sculpture", | |||
"description": "The number of statues that must be crafted to construct the building. ", | |||
"type": "number" | |||
}, | |||
"tax": { | |||
"label": "Tax", | |||
"description": "The collectable tax amount available for collection per month", | |||
"type": "number" | |||
}, | |||
"maintenance": { | |||
"label": "Maintenance", | |||
"description": "The monthly cost of maintenance for the building.", | |||
"type": "number" | |||
} | |||
}, | |||
"description": "The building template is the short summary infobox that is displayed on building pages", | |||
"maps": { | |||
"title": {}, | |||
"template": {} | |||
}, | |||
"paramOrder": [ | |||
"title", | |||
"image", | |||
"caption", | |||
"unlocked", | |||
"labor influence", | |||
"labor splendor", | |||
"kingdom influence", | |||
"kingdom splendor", | |||
"clergy influence", | |||
"clergy splendor", | |||
"workers", | |||
"requirements", | |||
"produces", | |||
"coins", | |||
"stone", | |||
"wood", | |||
"cloth", | |||
"gems", | |||
"glass", | |||
"gold", | |||
"iron", | |||
"marble", | |||
"planks", | |||
"polished stone", | |||
"tools", | |||
"sculpture", | |||
"tax", | |||
"maintenance" | |||
], | |||
"format": "{{_\n| _ = _\n}}" | |||
} | |||
</templatedata></noinclude> | |||