606
edits
(Created page with "<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.",...") |
Tag: Manual revert |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 23: | Line 23: | ||
"description": "A short note of requirements that must be met in order to construct the building", | "description": "A short note of requirements that must be met in order to construct the building", | ||
"type": "string", | "type": "string", | ||
" | "suggested": true | ||
}, | }, | ||
"labor influence": { | "labor influence": { | ||
| Line 62: | Line 62: | ||
"requirements": { | "requirements": { | ||
"label": "Production Requirements", | "label": "Production Requirements", | ||
"description": "Required materials to produce goods", | "description": "Required materials to produce goods, use the format \"item - 0; item2 - 0; ...\" to display the resources", | ||
"type": "string" | "type": "string", | ||
"example": "iron ore - 1; coal - 2;", | |||
"suggested": true | |||
}, | }, | ||
"produces": { | "produces": { | ||
"label": "Produces", | "label": "Produces", | ||
"description": "The output of the building", | "description": "The output of the building, use the format \"item - 0; item2 - 0; ...\" to display the resources", | ||
"type": "string" | "type": "string", | ||
"example": "iron ore - 1; coal - 2;", | |||
"suggested": true | |||
}, | }, | ||
"coins": { | "coins": { | ||
| Line 143: | Line 147: | ||
"description": "The monthly cost of maintenance for the building.", | "description": "The monthly cost of maintenance for the building.", | ||
"type": "number" | "type": "number" | ||
} | }, | ||
"building": {}, | |||
"population": {} | |||
}, | }, | ||
"description": "The building template is the short summary infobox that is displayed on building pages", | "description": "The building template is the short summary infobox that is displayed on building pages", | ||
| Line 178: | Line 184: | ||
"sculpture", | "sculpture", | ||
"tax", | "tax", | ||
"maintenance" | "maintenance", | ||
"building", | |||
"population" | |||
], | ], | ||
"format": "{{_\n| _ = _\n}}" | "format": "{{_\n| _ = _\n}}" | ||
} | } | ||
</templatedata> | </templatedata><noinclude>[[Category:Templates]]</noinclude> | ||
edits