Jump to content

Template:Construction/doc: Difference between revisions

From VassarWiki
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": {
"aliases": [
"deprecated": true
"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."
"description": "Disclaimer that the page is under construction."
}
}
</templatedata>
</templatedata>
Line 19: Line 23:
== 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>
{{Construction|note = We currently need some public domain images and some more sources.}}
 
<pre>
{{Construction|always = true}}
</pre>
</pre>
{{Construction|contributors = [[User:Example1]] and [[User:Example2]]}}
{{Construction|always = true}}

Latest revision as of 20:25, 12 August 2026

Disclaimer that the page is under construction.

Template parameters

ParameterDescriptionTypeStatus
Notenote

Short note to be included in the banner description

Example
We currently need some public domain images and some more sources.
Stringoptional
alwaysalways

If true, changes text to "continual work in progress"

Booleanoptional
contributorscontributors

no description

Unknowndeprecated

Example

{{Construction|note = We currently need some public domain images and some more sources.}}
🏗️
This page is currently under construction. You can help! We currently need some public domain images and some more sources.
{{Construction|always = true}}
🏗️
This page is a continual work in progress. You can help!