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)
Created page with "<noinclude> = Template:Under Development = This template creates a notice box at the top of articles that are still being developed. == Usage == Add <nowiki>{{Under Development}}</nowiki> at the top of articles that are still being worked on. === Parameters === * date - When development began (optional) * stage - Current stage of development (optional, defaults to "early") * priority - Development priority (optional: low, medium, high) === Examples === * Basic usage:..."
 
m Spacing consistency and spelling for suggestedvalues
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
= Template:Under Development =
= Template:Under_Development =


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


== Usage ==
== Usage ==
Add <nowiki>{{Under Development}}</nowiki> at the top of articles that are still being worked on.


=== Parameters ===
Add
* date - When development began (optional)
<pre><nowiki>{{Under_Development
* stage - Current stage of development (optional, defaults to "early")
| date =
* priority - Development priority (optional: low, medium, high)
| stage =
| priority =
}}
</nowiki></pre>


=== Examples ===
at the top of articles that are still being worked on.
* Basic usage: <nowiki>{{Under Development}}</nowiki>
* With date: <nowiki>{{Under Development|date=January 2024}}</nowiki>
* Full usage: <nowiki>{{Under Development|date=January 2024|stage=early|priority=high}}</nowiki>


== See also ==
</noinclude>
* [[Help:Templates]]
* [[Category:Articles under development]]


[[Category:Article maintenance templates]]
[[Category:Documentation templates]]
</noinclude>
<includeonly>
<includeonly>
{| class="ambox" style="width: 100%; margin: 1em 0; border: 1px solid #aaa; background-color: #f9f9f9;"
 
<div class="boilerplate metadata" style="background-color: #F9F9F9; border: 1px solid #AAAAAA; margin: 1em; padding: 0.5em;">
 
{| style="width: 100%;"
| style="width: 40px; text-align: center;" | 📝
| style="width: 40px; text-align: center;" | 📝
| style="padding: 0.25em 0.5em;" |
| '''This article is under active development.'''
'''This article is under active development.'''{{#if: {{{date|}}}|<br>Development started: {{{date}}}}}{{#if: {{{stage|}}}|<br>Current stage: {{{stage}}}}}{{#if: {{{priority|}}}|<br>Priority: {{{priority}}}}}
|-
<br><small>This article needs additional work to meet our quality standards. Please help improve it by [[Talk:{{PAGENAME}}|discussing changes]] or contributing improvements.</small>
| colspan="2" |
* Development started: {{{date|Unknown}}}
* Current stage: {{{stage|Early development}}}
* Priority: {{{priority|Normal}}}
|-
| 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>
[[Category:Articles under development]]


[[Category:Articles under development]]{{#if: {{{priority|}}}|[[Category:Priority {{{priority}}} 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