Template:WIP/doc: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Usage == To mark a page as a work in progress, use: <pre>{{WIP|lastUpdated=2025-10-05|editor=Sima}}</pre> == Parameters == * `lastUpdated` – Date the page was last edited or reviewed. * `editor` – Primary contributor == TemplateData == <templatedata> { "description": "Marks a page as a work in progress with optional metadata.", "params": { "lastUpdated": { "label": "Last Updated", "description": "Date the page was last edited or reviewed",..." |
No edit summary |
||
Line 6: | Line 6: | ||
== Parameters == | == Parameters == | ||
* `lastUpdated` – Date the page was last edited or reviewed. | * `lastUpdated` – Date the page was last edited or reviewed. | ||
* `editor` – | * `editor` – Contributor responsible for the current revision. | ||
== TemplateData == | == TemplateData == | ||
Line 19: | Line 19: | ||
"required": false | "required": false | ||
}, | }, | ||
" | "editor": { | ||
"label": "Editor", | "label": "Editor", | ||
"description": " | "description": "Contributor responsible for the current revision", | ||
"type": "string", | "type": "string", | ||
"required": false | "required": false |
Latest revision as of 01:05, 6 October 2025
Usage
To mark a page as a work in progress, use:
{{WIP|lastUpdated=2025-10-05|editor=Sima}}
Parameters
- `lastUpdated` – Date the page was last edited or reviewed.
- `editor` – Contributor responsible for the current revision.
TemplateData
Marks a page as a work in progress with optional metadata.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Last Updated | lastUpdated | Date the page was last edited or reviewed | String | optional |
Editor | editor | Contributor responsible for the current revision | String | optional |