Template:WIP: Difference between revisions

From OmuStation
Jump to navigation Jump to search
Sima (talk | contribs)
No edit summary
Sima (talk | contribs)
No edit summary
Line 1: Line 1:
<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",
      "type": "string",
      "required": false
    },
    "owner": {
      "label": "Owner",
      "description": "Primary contributor or doctrine architect",
      "type": "string",
      "required": false
    }
  }
}
</templatedata>
<div style="border: 2px solid orange; background-color: #fff8e1; padding: 1em; margin-bottom: 1em;">
<div style="border: 2px solid orange; background-color: #fff8e1; padding: 1em; margin-bottom: 1em;">
'''🚧 Work in Progress'''
'''🚧 Work in Progress'''
Line 24: Line 4:
This page is currently under active development and may be incomplete or subject to revision.
This page is currently under active development and may be incomplete or subject to revision.


{{#if:{{{lastUpdated|}}}|'''Last Updated:''' {{{lastUpdated}}}<br>}}
{{#if:{{{lastUpdated|}}}|<br>'''Last Updated:''' {{{lastUpdated}}}}}
{{#if:{{{owner|}}}|'''Owner:''' [[User:{{{owner}}}]]}}
{{#if:{{{owner|}}}|<br>'''Owner:''' [[User:{{{owner}}}|{{{owner}}}]]}}
</div>
</div>
<noinclude>
[[Template:WIP/doc]]
</noinclude>

Revision as of 00:31, 6 October 2025

🚧 Work in Progress

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



Template:WIP/doc