Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Outdated/doc: Difference between revisions

Template page
(TemplateData)
Line 11: Line 11:
{{outdated|notes=New configuration setting <code>fooLevel</code> needs documentation.|{{subst:DATE}}}}
{{outdated|notes=New configuration setting <code>fooLevel</code> needs documentation.|{{subst:DATE}}}}
</pre>
</pre>
== TemplateData ==
<templatedata>
{
"params": {
"notes": {
"label": "Notes",
"description": "Information about what needs updating",
"example": "Needs updates for version X.Y.Z",
"type": "content",
"required": true
},
"date": {
"label": "Date",
"description": "When the warning was added",
"type": "content",
"autovalue": "{{subst:DATE}}",
"required": true
}
},
"description": "Displays a warning that this page is outdated, and categorizes it.",
"paramOrder": [
"notes",
"date"
]
}
</templatedata>

Revision as of 04:06, 13 August 2022

This displays a message box with notes about how to bring an article back up to date.

Add the |notes= parameter to tell future editors what to do.

This will categorize the page into Category:Outdated pages.

Example

{{outdated|notes=New configuration setting <code>fooLevel</code> needs documentation.|{{subst:DATE}}}}