Template:Under Development: Difference between revisions
Appearance
m consistancy in documentation |
m add second option |
||
(7 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
Add | |||
<pre> | |||
<pre><nowiki>{{Under_Development | <nowiki> | ||
{{Under_Development | |||
| date = | | date = | ||
| stage = | | stage = | ||
| priority = | | priority = | ||
}} | }} | ||
</nowiki></pre> | </nowiki> | ||
</pre> | |||
at the top of articles that are still being worked on | at the top of articles that are still being worked on to include this notice: | ||
</noinclude> | </noinclude> | ||
<div class="boilerplate metadata" style="background-color: var(--background-color-interactive-subtle,#f8f9fa); border: 1px solid #AAAAAA; margin: 1em; padding: 0.5em;"> | |||
{|style="width: 100%;" | |||
<div class="boilerplate metadata" style="background-color: # | |||
{| 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 32: | Line 27: | ||
|- | |- | ||
| colspan="2" | ''This article needs additional work to meet our quality standards. Please help improve it by [[Talk:{{PAGENAME}}|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> | ||
</ | <includeonly>[[Category:Articles under development]]</includeonly><noinclude> | ||
== Template Data == | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"date": { | "date": { | ||
"type": "string" | "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": { | "stage": { | ||
Line 54: | Line 48: | ||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"Low, | "Low, Medium, High" | ||
] | ] | ||
} | } |
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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
date | date | Format as YYY-MM-DD (2020-12-30) or DD Mon YYYY (30 Dec 2025)
| String | optional |
stage | stage | no description
| String | optional |
priority | priority | no description
| String | optional |