Template:UpdateNeeded: Difference between revisions
Appearance
m Protected "Template:UpdateNeeded" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
m minor formating |
||
Line 4: | Line 4: | ||
Add the <code><nowiki>{{UpdateNeeded}}</nowiki></code> (or <code><nowiki>{{Update needed}}</nowiki></code> equivalently) template after a statement to add a note that it needs updating. | Add the <code><nowiki>{{UpdateNeeded}}</nowiki></code> (or <code><nowiki>{{Update needed}}</nowiki></code> equivalently) template after a statement to add a note that it needs updating. | ||
Consider adding a reason and date to help contributors understand what needs to change. These will appear if you hover over the update needed notice. | Consider adding a reason and date to help contributors understand what needs to change. These will appear if you hover over the update needed notice. | ||
==Examples== | |||
Some examples of template usage | |||
{| class="wikitable" | {| class="wikitable" | ||
! Example !! Result | ! Example !! Result |
Revision as of 13:26, 26 February 2025
Usage
Add the {{UpdateNeeded}}
(or {{Update needed}}
equivalently) template after a statement to add a note that it needs updating.
Consider adding a reason and date to help contributors understand what needs to change. These will appear if you hover over the update needed notice.
Examples
Some examples of template usage
Example | Result |
---|---|
some statement{{UpdateNeeded}} |
some statement[update needed] |
some statement{{UpdateNeeded|reason=This supposedly happened already, what was the result?}} |
some statement[update needed] |
some statement{{UpdateNeeded|reason=Did this come true?|date=Feb 2025}} |
some statement[update needed] |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
date | date | Date the note was left (use month and year)
| Date | suggested |
reason | reason | The reason why this template is placed
| String | suggested |