Difference between revisions of "Template:Building"
Jump to navigation
Jump to search
Speedybrain (talk | contribs) m (Protected "Template:Building" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
Speedybrain (talk | contribs) |
||
| Line 26: | Line 26: | ||
[[Category:Buildings]] | [[Category:Buildings]] | ||
</includeonly> | </includeonly> | ||
| + | <templatedata> | ||
| + | { | ||
| + | "description": "Template for buildings.", | ||
| + | "params": { | ||
| + | "Tier": { | ||
| + | "label": "Building max tier", | ||
| + | "type": "number", | ||
| + | "required": true | ||
| + | }, | ||
| + | "ConversionRate": { | ||
| + | "label": "Building conversion rate", | ||
| + | "type": "number", | ||
| + | "required": true | ||
| + | }, | ||
| + | "Image": { | ||
| + | "label": "Image of building", | ||
| + | "type": "wiki-file-name", | ||
| + | "required": true | ||
| + | }, | ||
| + | "Color": { | ||
| + | "label": "Building color", | ||
| + | "type": "string", | ||
| + | "required": true | ||
| + | }, | ||
| + | "ColorCode": { | ||
| + | "label": "color code", | ||
| + | "type": "string", | ||
| + | "required": false | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | </templatedata> | ||
Revision as of 19:36, 12 November 2019
{{Building
|Name=
|Image=
}}
Template for buildings.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Building max tier | Tier | no description | Number | required |
| Building conversion rate | ConversionRate | no description | Number | required |
| Image of building | Image | no description | File | required |
| Building color | Color | no description | String | required |
| color code | ColorCode | no description | String | optional |