Template:Work-in-progress page: Difference between revisions
Jump to navigation
Jump to search
Created page with "<noinclude> {{Template}} <templatedata> { "params": { "note": { "label": "Note", "description": "A note to display in the box.", "type": "content" }, "nocategory": { "label": "Do not add to \"Stub pages\" category", "description": "If set, the page will not be added to the \"Stub pages\" category.", "type": "boolean", "autovalue": "no" } }, "format": "inline", "description": "Template to include on WIP pages to warn the user and give addi..." |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { |
Latest revision as of 07:40, 13 July 2025
Template to include on WIP pages to warn the user and give additional details as to what's currently in progress.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Note | note | A note to display in the box. | Content | optional |
Do not add to "Stub pages" category | nocategory | If set, the page will not be added to the "Stub pages" category.
| Boolean | optional |
Usage
{{Work-in-progress_page|note=Add some notes about foo, clean up section about bar}}
🚧 | This page is a work-in-progress. Some information contained within may be inaccurate or incomplete.
In particular: Add some notes about foo, clean up section about bar |
Pages are added to Category:Work-in-progress pages by default. To prevent that add the nocategory=yes
argument:
{{Work-in-progress_page|note=Add some notes about foo, clean up section about bar|nocategory=yes}}