Template:WIP: Difference between revisions
Jump to navigation
Jump to search
Created page with "<templatedata> { "description": "Marks a page as a work in progress.", "params": {} } </templatedata> <div style="border: 2px solid orange; padding: 1em; background-color: #fff8e1;"> '''⚠️ Work in Progress:''' This page is currently being developed and may be incomplete or inaccurate. </div>" |
No edit summary |
||
Line 1: | Line 1: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Marks a page as a work in progress.", | "description": "Marks a page as a work in progress with optional metadata.", | ||
"params": {} | "params": { | ||
"lastUpdated": { | |||
"label": "Last Updated", | |||
"description": "Date the page was last edited or reviewed", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"owner": { | |||
"label": "Owner", | |||
"description": "Primary contributor or doctrine architect", | |||
"type": "string", | |||
"required": false | |||
} | |||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||
<div style="border: 2px solid orange; padding: 1em; | <div style="border: 2px solid orange; background-color: #fff8e1; padding: 1em; margin-bottom: 1em;"> | ||
''' | '''🚧 Work in Progress''' | ||
This page is currently under active development and may be incomplete or subject to revision. | |||
{{#if:{{{lastUpdated|}}}|'''Last Updated:''' {{{lastUpdated}}}<br>}} | |||
{{#if:{{{owner|}}}|'''Owner:''' [[User:{{{owner}}}]]}} | |||
</div> | </div> |
Revision as of 00:24, 6 October 2025
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 |
Owner | owner | Primary contributor or doctrine architect | String | optional |
🚧 Work in Progress
This page is currently under active development and may be incomplete or subject to revision.