Template:Under Development: Difference between revisions
Appearance
m spelling change includes to avoid categorizing template as under dev |
m Fix to allow pages outside main namespace to have discussing changes work properly. |
||
| (6 intermediate revisions by 4 users not shown) | |||
| Line 16: | Line 16: | ||
</noinclude> | </noinclude> | ||
<div class="boilerplate metadata" style="background-color: # | <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%;" | {|style="width: 100%;" | ||
| style="width: 40px; text-align: center;" | 📝 | | style="width: 40px; text-align: center;" | 📝 | ||
| Line 26: | 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:{{PAGENAME}}|discussing changes]] or contributing improvements.'' | | colspan="2" | ''This article needs additional work to meet our quality standards. Please help improve it by [[{{NAMESPACE}} Talk:{{PAGENAME}}|discussing changes]] or contributing improvements.'' | ||
|}</div> | |}</div> | ||
<includeonly>[[Category:Articles under development]]</includeonly><noinclude> | <includeonly>[[Category:Articles under development]]</includeonly><noinclude> | ||
| Line 35: | Line 35: | ||
"params": { | "params": { | ||
"date": { | "date": { | ||
"type": "string" | "type": "string", | ||
"description": "Format as YYYY-MM-DD (2020-12-30) or DD Mon YYYY (30 Dec 2025) ", | |||
"example": "Format as YYYY-MM-DD (2020-12-30) or DD Mon YYYY (30 Dec 2025) " | |||
}, | }, | ||
"stage": { | "stage": { | ||
| Line 53: | Line 55: | ||
} | } | ||
</templatedata> | </templatedata> | ||
[[Category:Article notice templates]] | |||
</noinclude> | </noinclude> | ||
Latest revision as of 15:51, 18 October 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 YYYY-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 |