Please note that all submissions to the site are subject to the wiki's licence, CC 4.0 BY-SA, as found here

Template:Under Development: Difference between revisions

From Consumer Action Taskforce
Jump to navigationJump to search
Travis (talk | contribs)
m Fixing formatting
m Spacing consistency and spelling for suggestedvalues
 
(2 intermediate revisions by one other user not shown)
Line 5: Line 5:


== Usage ==
== Usage ==
Add <nowiki>{{Under_Development}}</nowiki> at the top of articles that are still being worked on.
 
Add  
<pre><nowiki>{{Under_Development
| date =
| stage =
| priority =
}}
</nowiki></pre>
 
at the top of articles that are still being worked on.
 
</noinclude>
</noinclude>
<includeonly>
<includeonly>
<div class="boilerplate metadata" style="background-color: #F9F9F9; border: 1px solid #AAAAAA; margin: 1em; padding: 0.5em;">
<div class="boilerplate metadata" style="background-color: #F9F9F9; border: 1px solid #AAAAAA; margin: 1em; padding: 0.5em;">
{| style="width: 100%;"
{| style="width: 100%;"
| style="width: 40px; text-align: center;" | 📝
| style="width: 40px; text-align: center;" | 📝
Line 23: Line 36:


[[Category:Articles under development]]
[[Category:Articles under development]]
</includeonly>
</includeonly>
<noinclude>
<templatedata>
{
"params": {
"date": {
"type": "string"
},
"stage": {
"type": "string",
"suggestedvalues": [
"Placeholder, Finalizing, Citation Checking, Writing"
]
},
"priority": {
"type": "string",
"suggestedvalues": [
"Low, Medium, High"
]
}
},
"description": "This template creates a notice box at the top of articles that are still being developed."
}
</templatedata>
</noinclude>

Latest revision as of 02:37, 15 January 2025

Template:Under_Development[edit source]

This template creates a notice box at the top of articles that are still being developed.

Usage[edit source]

Add

{{Under_Development
| date = 
| stage = 
| priority = 
}}

at the top of articles that are still being worked on.



This template creates a notice box at the top of articles that are still being developed.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
datedate

no description

Stringoptional
stagestage

no description

Suggested values
Placeholder, Finalizing, Citation Checking, Writing
Stringoptional
prioritypriority

no description

Suggested values
Low, Medium, High
Stringoptional