Difference between revisions of "Template:Infobox Building"
Jump to navigation
Jump to search
m |
m |
||
| Line 1: | Line 1: | ||
{{Infobox | {{Infobox | ||
| title = {{{title|{{PAGENAME}}}}} | | title = {{{title|{{PAGENAME}}}}} | ||
| image = {{{image| | | image = {{{image|}}} | ||
|header1 = Prerequisites | |header1 = Prerequisites | ||
|label1 = Prerequisites | |label1 = Prerequisites | ||
| Line 23: | Line 23: | ||
{ | { | ||
"params": { | "params": { | ||
"image": {}, | "image": { | ||
"type": "wiki-file-name", | |||
"default": "[[File:{{PAGENAME:{{{image}}}}}|260px]]", | |||
"suggested": true | |||
}, | |||
"splendour": { | "splendour": { | ||
" | "label": "Splendour", | ||
"suggested": true | |||
}, | }, | ||
"workers": { | "workers": { | ||
" | "label": "Workers", | ||
"type": "string", | |||
"suggested": true | |||
}, | }, | ||
"class": { | "class": { | ||
"suggested": true | "suggested": true, | ||
"label": "Best suited for:", | |||
"type": "string" | |||
}, | }, | ||
"input": { | "input": { | ||
"required": true | "required": true, | ||
"label": "Consumes", | |||
"type": "string" | |||
}, | }, | ||
"output": { | "output": { | ||
"required": true | "required": true, | ||
"label": "Produces", | |||
"type": "string" | |||
}, | }, | ||
"construction": { | "construction": { | ||
" | "label": "Construction", | ||
"type": "string", | |||
"suggested": true | |||
}, | }, | ||
"maintenance": { | "maintenance": { | ||
" | "label": "Monthly Maintenance", | ||
"type": "number", | |||
"suggested": true | |||
} | } | ||
}, | }, | ||
"description": "A template for manual infobox editing.", | "description": "A template for manual infobox editing.", | ||
"format": "{{_\n| _ = _\n}}" | "format": "{{_\n| _ = _\n}}" | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 10:20, 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 |