Template:Construction/doc: Difference between revisions
Created page with " <templatedata> { "params": { "contributors": { "aliases": [ "contributor" ], "label": "Contributors", "description": "list of wikilinked contributors", "example": "User:Example and User:Example2", "type": "string" } }, "description": "Disclaimer that the page is under construction and may be inaccurate/incomplete." } </templatedata> == Example == <pre> {{Construction|contributors = User:Example1 and User:Example2}} </pre> {{..." |
always = true example |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
{ | { | ||
"params": { | "params": { | ||
"note": { | |||
"label": "Note", | |||
"description": "Short note to be included in the banner description", | |||
"example": "We currently need some public domain images and some more sources.", | |||
"type": "string" | |||
}, | |||
"always": { | |||
"description": "If true, changes text to \"continual work in progress\"", | |||
"type": "boolean" | |||
}, | |||
"contributors": { | "contributors": { | ||
" | "deprecated": true | ||
} | } | ||
}, | }, | ||
"description": "Disclaimer that the page is under construction | "description": "Disclaimer that the page is under construction." | ||
} | } | ||
</templatedata> | </templatedata> | ||
| Line 19: | Line 23: | ||
== Example == | == Example == | ||
<pre> | <pre> | ||
{{Construction| | {{Construction|note = We currently need some public domain images and some more sources.}} | ||
</pre> | |||
{{Construction|note = We currently need some public domain images and some more sources.}} | |||
<pre> | |||
{{Construction|always = true}} | |||
</pre> | </pre> | ||
{{Construction| | {{Construction|always = true}} | ||