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> {{..." |
fixed parameters |
||
| 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.", | |||
"label": " | |||
"description": " | |||
"example": " | |||
"type": "string" | "type": "string" | ||
} | } | ||
}, | }, | ||
"description": "Disclaimer that the page is under construction | "description": "Disclaimer that the page is under construction." | ||
} | } | ||
</templatedata> | </templatedata> | ||
| Line 19: | Line 16: | ||
== Example == | == Example == | ||
<pre> | <pre> | ||
{{Construction| | {{Construction|note = We currently need some public domain images and some more sources.}} | ||
</pre> | </pre> | ||
{{Construction| | {{Construction|note = We currently need some public domain images and some more sources.}} | ||