Template:WIP: Difference between revisions

From OmuStation
Jump to navigation Jump to search
Sima (talk | contribs)
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>"
 
Sima (talk | contribs)
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; background-color: #fff8e1;">
<div style="border: 2px solid orange; background-color: #fff8e1; padding: 1em; margin-bottom: 1em;">
'''⚠️ Work in Progress:''' This page is currently being developed and may be incomplete or inaccurate.
'''🚧 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.

Template parameters

ParameterDescriptionTypeStatus
Last UpdatedlastUpdated

Date the page was last edited or reviewed

Stringoptional
Ownerowner

Primary contributor or doctrine architect

Stringoptional

🚧 Work in Progress

This page is currently under active development and may be incomplete or subject to revision.