Template:Draft: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Page banner | |||
| color = #E67E22 | |||
< | | This article is a draft | ||
| text = {{{text|It is still in development and may change significantly as it is expanded. If you like to contribute to this work, please reach out to the draft's author.}}} | |||
| cat = Draft articles | |||
| nocat = {{{nocat|}}} | |||
}}<noinclude> | |||
[[Category:Maintenance templates]] | |||
[[Category:Maintenance banners]] | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Displays a banner for articles that are still in draft.", | |||
"params": {} | "params": { | ||
"text": { | |||
"label": "Custom Text", | |||
"description": "Overrides the default explanation text.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"nocat": { | |||
"label": "Suppress Category", | |||
"description": "Enter 'true' to prevent this page from being categorized.", | |||
"type": "boolean" | |||
} | |||
} | } | ||
} | |||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 07:02, 23 November 2025
|
Notice
It is still in development and may change significantly as it is expanded. If you like to contribute to this work, please reach out to the draft's author.
|
Displays a banner for articles that are still in draft.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Custom Text | text | Overrides the default explanation text. | String | suggested |
| Suppress Category | nocat | Enter 'true' to prevent this page from being categorized. | Boolean | optional |