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
m Fixing formatting |
m Do |
||
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 37: | ||
[[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,Mefium,High" | |||
] | |||
} | |||
}, | |||
"description": "This is a notice box put up before articles that are actively being worked on" | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 20:14, 14 January 2025
Template:Under_Development
This template creates a notice box at the top of articles that are still being developed.
Usage
Add
{{Under_Development | date = | stage = | priority = }}
at the top of articles that are still being worked on.
This is a notice box put up before articles that are actively being worked on
Parameter | Description | Type | Status | |
---|---|---|---|---|
date | date | no description | String | optional |
stage | stage | no description
| String | optional |
priority | priority | no description
| String | optional |