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": {
"contributors": {
"note": {
"aliases": [
"label": "Note",
"contributor"
"description": "Short note to be included in the banner description",
],
"example": "We currently need some public domain images and some more sources.",
"label": "Contributors",
"description": "list of wikilinked contributors",
"example": "[[User:Example]] and [[User:Example2]]",
"type": "string"
"type": "string"
}
}
},
},
"description": "Disclaimer that the page is under construction and may be inaccurate/incomplete."
"description": "Disclaimer that the page is under construction."
}
}
</templatedata>
</templatedata>
Line 19: Line 16:
== Example ==
== Example ==
<pre>
<pre>
{{Construction|contributors = [[User:Example1]] and [[User:Example2]]}}
{{Construction|note = We currently need some public domain images and some more sources.}}
</pre>
</pre>
{{Construction|contributors = [[User:Example1]] and [[User:Example2]]}}
{{Construction|note = We currently need some public domain images and some more sources.}}