Difference between revisions of "Template:Infobox Building"
Jump to navigation
Jump to search
m |
Tag: Undo |
||
| Line 1: | Line 1: | ||
{{Infobox | |||
| title = {{{title|{{PAGENAME}}}}} | |||
| image = {{{image|}}} | |||
|header1 = Prerequisites | |||
|label1 = Prerequisites | |||
| data1 = {{prerequisites|}}} | |||
|header2 = Production | |||
|label2 = Workers | |||
| data2 = {{workers|}}} | |||
|label3 = Best suited to: | |||
| data3 = {{worker class|}}} | |||
|label4 = Consumes | |||
| data4 = {{input|}}} | |||
|label5 = Produces | |||
| data5 = {{output|}}} | |||
|label6 = Monthly maintenance | |||
| data6 = {{maintenance|}}} | |||
| header3 = Construction Requirements | |||
| data7 = {{construction|}}} | |||
}} | |||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"image": { | |||
"type": "wiki-file-name", | |||
"default": "[[File:{{PAGENAME:{{{image}}}}}|260px]]", | |||
"suggested": true | |||
}, | |||
"splendour": { | |||
"label": "Splendour", | |||
"suggested": true | |||
</ | }, | ||
</ | "workers": { | ||
"label": "Workers", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"class": { | |||
"suggested": true, | |||
"label": "Best suited for:", | |||
"type": "string" | |||
}, | |||
"input": { | |||
"required": true, | |||
"label": "Consumes", | |||
"type": "string" | |||
}, | |||
"output": { | |||
"required": true, | |||
"label": "Produces", | |||
"type": "string" | |||
}, | |||
"construction": { | |||
"label": "Construction", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"maintenance": { | |||
"label": "Monthly Maintenance", | |||
"type": "number", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "A template for manual infobox editing.", | |||
"format": "{{_\n| _ = _\n}}" | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Revision as of 10:33, 11 April 2025
Infobox Building
A template for manual infobox editing.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| image | image | no description
| File | suggested |
| Splendour | splendour | no description | Unknown | suggested |
| Workers | workers | no description | String | suggested |
| Best suited for: | class | no description | String | suggested |
| Consumes | input | no description | String | required |
| Produces | output | no description | String | required |
| Construction | construction | no description | String | suggested |
| Monthly Maintenance | maintenance | no description | Number | suggested |