Template:Construction: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
| style="valign:middle;padding-left:5px;"|<div style="text-align:center;">'''{{{type}}} Under Construction'''</div>{{{text}}} | | style="valign:middle;padding-left:5px;"|<div style="text-align:center;">'''{{{type}}} Under Construction'''</div>{{{text}}} | ||
|}</div> | |}</div> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"image": { | |||
"description": "An image that conveys something about the type of thing and that it's in a changeable state. Filename only. For example: party.svg", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"type": { | |||
"description": "The type of thing that is under construction. For example: Language, Race, Nation, etc.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"text": { | |||
"description": "The explanation of what this thing being under construction means for its use in other content", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "A template for building 'under construction' boxes." | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 22:51, 17 June 2015
[[File:{{{image}}}|120px]] | {{{type}}} Under Construction {{{text}}}
|
A template for building 'under construction' boxes.
Parameter | Description | Type | Status | |
---|---|---|---|---|
image | image | An image that conveys something about the type of thing and that it's in a changeable state. Filename only. For example: party.svg | String | required |
type | type | The type of thing that is under construction. For example: Language, Race, Nation, etc. | String | required |
text | text | The explanation of what this thing being under construction means for its use in other content | String | required |