1,124
edits
Line 42: | Line 42: | ||
-->{{Infobox Data|label = Maintenance|{{{maintenance|}}}}} | -->{{Infobox Data|label = Maintenance|{{{maintenance|}}}}} | ||
}} | }} | ||
}}<noinclude>[[Category:Infobox Templates]]</noinclude> | }}<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> |