606
edits
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> | |||
edits