Template:WIP/doc: Difference between revisions

From OmuStation
Jump to navigation Jump to search
Sima (talk | contribs)
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",..."
 
Sima (talk | contribs)
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` – Primary contributor
* `editor` – Contributor responsible for the current revision.


== TemplateData ==
== TemplateData ==
Line 19: Line 19:
       "required": false
       "required": false
     },
     },
     "owner": {
     "editor": {
       "label": "Editor",
       "label": "Editor",
       "description": "Primary contributor",
       "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.

Template parameters

ParameterDescriptionTypeStatus
Last UpdatedlastUpdated

Date the page was last edited or reviewed

Stringoptional
Editoreditor

Contributor responsible for the current revision

Stringoptional