Difference between revisions of "Template:Infobox Building"
Jump to navigation
Jump to search
(Working on infobox) |
m |
||
| Line 1: | Line 1: | ||
{| class="infobox" | {| class="infobox" | ||
! class="infobox- | ! class="infobox-title" colspan=2 | {{{title|{{PAGENAME}}}}} | ||
|- | |- | ||
| class="infobox-image" colspan=2 | {{{image|}}} | | class="infobox-image" colspan=2 | {{{image|}}} | ||
|- | |- | ||
! | !class="infobox-header" colspan=2 |Production | ||
|- | |- | ||
| | |class="infobox-label" | Workers | ||
| class="infobox-data" | = {{workers|}}} | |||
|- | |- | ||
|class="infobox-label" | Best suited to: | |||
| class="infobox-data" | = {{workerclass|}}} | |||
|- | |- | ||
| | |class="infobox-label" | Consumes | ||
| | | class="infobox-data" | = {{input|}}} | ||
|- | |- | ||
| | |class="infobox-label" | Produces | ||
| class | | class="infobox-data" | = {{output|}}} | ||
|- | |- | ||
| | |class="infobox-label" | Monthly maintenance | ||
| | | class="infobox-data" | = {{maintenance|}}} | ||
|- | |- | ||
!class="infobox-header" colspan=2 | Prerequisites | |||
|- | |- | ||
| | | class="infobox-data" | = {{prerequisites|}}} | ||
| | |||
|- | |- | ||
!Construction Requirements | !class="infobox-header" colspan=2 |Construction Requirements | ||
| | |- | ||
| class="infobox-data" | = {{construction|}}} | |||
|} | |} | ||
<noinclude> | <noinclude> | ||
| Line 32: | Line 33: | ||
{ | { | ||
"params": { | "params": { | ||
"title": { | |||
"type": "string", | |||
"default": "{{PAGENAME}}", | |||
"suggested": true | |||
}, | |||
"image": { | "image": { | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
Revision as of 19:07, 15 April 2025
| Infobox Building | |
|---|---|
| Production | |
| Workers | = Template:Workers} |
| Best suited to: | = Template:Workerclass} |
| Consumes | = Template:Input} |
| Produces | = Template:Output} |
| Monthly maintenance | = Template:Maintenance} |
| Prerequisites | |
| = Template:Prerequisites} | |
| Construction Requirements | |
| = Template:Construction} | |
A template for manual infobox editing.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| title | title | no description
| String | suggested |
| 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 |