Difference between revisions of "Template:Infobox Building"
Jump to navigation
Jump to search
m |
(Working on infobox) |
||
| Line 1: | Line 1: | ||
{| class="infobox" | |||
! class="infobox-label" colspan=2 | {{{title|{{PAGENAME}}}}} | |||
|- | |||
| class="infobox-image" colspan=2 | {{{image|}}} | |||
|- | |||
!Prerequisites | |||
|- | |||
| splendour = {{prerequisites|}}} | |||
|- | |||
!Production | |||
|- | |||
|label2 = Workers | |||
| workers = {{workers|}}} | |||
|- | |||
|label3 = Best suited to: | |||
| class = {{workerclass|}}} | |||
|- | |||
|label4 = Consumes | |||
| input = {{input|}}} | |||
|- | |||
|label5 = Produces | |||
| output = {{output|}}} | |||
|- | |||
|label6 = Monthly maintenance | |||
| maintenance = {{maintenance|}}} | |||
|- | |||
!Construction Requirements | |||
| construction = {{construction|}}} | |||
|} | |||
<noinclude> | <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 | |||
}, | |||
"workerclass": { | |||
"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", | ||
</noinclude> | "suggested": true | ||
}, | |||
"maintenance": { | |||
"label": "Monthly Maintenance", | |||
"type": "number", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "A template for manual infobox editing." | |||
} | |||
</templatedata></noinclude> | |||
Revision as of 18:52, 15 April 2025
| Infobox Building | |
|---|---|
| Prerequisites | |
| splendour = Template:Prerequisites} | |
| Production | |
| label2 = Workers | workers = Template:Workers} |
| label3 = Best suited to: | class = Template:Workerclass} |
| label4 = Consumes | input = Template:Input} |
| label5 = Produces | output = Template:Output} |
| label6 = Monthly maintenance | maintenance = Template:Maintenance} |
| Construction Requirements | construction = Template:Construction} |
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: | workerclass | 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 |