Difference between revisions of "Template:Infobox Building"

Jump to navigation Jump to search
m
no edit summary
m
m
 
(57 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
{| class="infobox" style="border-collapse:collapse;"
{{Infobox building
!class="infobox-title" colspan=2 | {{{title|{{PAGENAME}}}}}
| title   = {{{title|{{PAGENAME}}}}}
|-
| image   = {{{image|[[File:{{PAGENAME:{{{image}}}}}|260px]]}}}
| class="infobox-image" colspan=2 | [[image]]
|header1  = Prerequisites
|-
|label1    = Prerequisites
|class="infobox-label" | Workers
| data1    = {{prerequisites|}}}
|class="infobox-data" | Best suited to:
|header2    = Production
|-
|label2    = Workers
|class="infobox-data" | {{{workers}}}
| data2    = {{workers|}}}
|class="infobox-data" | {{{workerclass}}}
|label3    = Best suited to:
|-
| data3    = {{worker class|}}}
!class="infobox-header" colspan=2 |Production
|label4    = Consumes
|-
| data4    = {{input|}}}
|class="infobox-label" | Consumes
|label5    = Produces
|class="infobox-data" style="word-wrap:normal;" | {{{input}}}
| data5    = {{output|}}}
|-
|label6    = Monthly maintenance
|class="infobox-label" | Produces
| data6    = {{maintenance|}}}
|class="infobox-data" | {{{output}}}
| header3  = Construction Requirements
|-
| data7    = {{construction|}}}
!class="infobox-header" colspan=2 | Prerequisites
}}
|-
</includeonly>
|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": {
"image": {},
"title": {
"type": "string",
"default": "{{PAGENAME}}",
"suggested": true
},
"image": {
"type": "wiki-file-name",
"default": "[[File:{{PAGENAME:{{{image}}}}}|260px]]",
"suggested": true
},
"splendour": {
"splendour": {
"required": true
"label": "Splendour",
"suggested": true
},
},
"workers": {
"workers": {
"required": true
"label": "Workers",
"type": "string",
"suggested": true
},
},
"class": {
"workerclass": {
"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": {
"required": true
"label": "Construction",
"type": "string",
"suggested": true
},
},
"maintenance": {
"maintenance": {
"required": true
"label": "Monthly Maintenance",
"type": "number",
"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>
606

edits

Navigation menu