Abuse filter editor, Bureaucrats, Check users, Interface administrators, Staff, Suppressors, Administrators, Translation Reviewer
2,193
edits
(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> |