Jump to content

Template:Under Development: Difference between revisions

From Consumer_Action_Taskforce
m Fixing formatting
m add second option
 
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
= Template:Under_Development =
== Usage ==
Add
 
<pre>
<nowiki>
{{Under_Development
| date =
| stage =
| priority =  
}}
</nowiki>
</pre>


This template creates a notice box at the top of articles that are still being developed.
at the top of articles that are still being worked on to include this notice:


== Usage ==
Add <nowiki>{{Under_Development}}</nowiki> at the top of articles that are still being worked on.
</noinclude>
</noinclude>
<includeonly>
<div class="boilerplate metadata" style="background-color: var(--background-color-interactive-subtle,#f8f9fa); 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;" | 📝
| '''This article is under active development.'''
| '''This article is under active development.'''
Line 18: Line 26:
* Priority: {{{priority|Normal}}}
* Priority: {{{priority|Normal}}}
|-
|-
| colspan="2" | ''This article needs additional work to meet our quality standards. Please help improve it by [[Talk:{{{1}}}|discussing changes]] or contributing improvements.''
| colspan="2" | ''This article needs additional work to meet our quality standards. Please help improve it by [[Talk:{{PAGENAME}}|discussing changes]] or contributing improvements.''
|}
|}</div>
</div>
<includeonly>[[Category:Articles under development]]</includeonly><noinclude>


[[Category:Articles under development]]
== Template Data ==
</includeonly>
<templatedata>
{
"params": {
"date": {
"type": "string",
"description": "Format as YYY-MM-DD (2020-12-30) or DD Mon YYYY (30 Dec 2025) ",
"example": "Format as YYY-MM-DD (2020-12-30) or DD Mon YYYY (30 Dec 2025) "
},
"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 15:55, 11 March 2025

Usage[edit source]

Add

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

at the top of articles that are still being worked on to include this notice:



Template Data[edit source]

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

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
datedate

Format as YYY-MM-DD (2020-12-30) or DD Mon YYYY (30 Dec 2025)

Example
Format as YYY-MM-DD (2020-12-30) or DD Mon YYYY (30 Dec 2025)
Stringoptional
stagestage

no description

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

no description

Suggested values
Low, Medium, High
Stringoptional