606
edits
(Created page with " <noinclude> <templatedata> { "params": { "PageName": { "description": "The page name", "type": "wiki-page-name", "required": true, "autovalue": "" }, "Image": { "type": "wiki-file-name", "autovalue": "{{PAGENAME}}", "suggested": true } }, "description": "A template for manual infobox editing", "paramOrder": [ "PageName", "Image" ] } </templatedata> </noinclude>") |
m |
||
| (71 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{| class="infobox" style="border-collapse:collapse;" | |||
!class="infobox-title" colspan=2 | {{{title|{{PAGENAME}}}}} | |||
|- | |||
| class="infobox-image" colspan=2 | [[image]] | |||
|- | |||
|class="infobox-label" | Workers | |||
|class="infobox-data" | Best suited to: | |||
|- | |||
|class="infobox-data" | {{{workers}}} | |||
|class="infobox-data" | {{{workerclass}}} | |||
|- | |||
!class="infobox-header" colspan=2 |Production | |||
|- | |||
|class="infobox-label" | Consumes | |||
|class="infobox-data" style="word-wrap:normal;" | {{{input}}} | |||
|- | |||
|class="infobox-label" | Produces | |||
|class="infobox-data" | {{{output}}} | |||
|- | |||
!class="infobox-header" colspan=2 | Prerequisites | |||
|- | |||
|class="infobox-data" colspan=2 | {{{splendour}}} | |||
|- | |||
!class="infobox-header" colspan=2 |Construction Requirements | |||
|- | |||
|class="infobox-data" colspan=2 | {{{construction}}} | |||
| | |||
|- | |||
|class="infobox-label" | Maintenance | |||
|class="infobox-data" | {{{maintenance}}} | |||
|} | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
" | "title": { | ||
" | "type": "string", | ||
"type": "wiki- | "default": "{{PAGENAME}}", | ||
"suggested": true | |||
}, | |||
"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, | "required": true, | ||
" | "label": "Produces", | ||
"type": "string" | |||
}, | }, | ||
" | "construction": { | ||
"type": " | "label": "Construction", | ||
" | "type": "string", | ||
"suggested": true | |||
}, | |||
"maintenance": { | |||
"label": "Monthly Maintenance", | |||
"type": "number", | |||
"suggested": true | "suggested": true | ||
} | } | ||
}, | }, | ||
"description": "A template for manual infobox editing | "description": "A template for manual infobox editing. NOTE: not complete!! Still has some wonky parts." | ||
} | } | ||
</templatedata> | </templatedata></noinclude> | ||
</noinclude> | |||
edits