Difference between revisions of "Template:Outdated"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
m (Added missing close tag)
(Updated template to use WarningBox)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__<noinclude>
 
__NOTOC__<noinclude>
= Template:Outdated =
 
 
'''Template:Outdated''' is a template which is meant to be put on pages or sections where information ''might'' be outdated, no more accurate or relevant as a precaution for users until the page is updated.
 
'''Template:Outdated''' is a template which is meant to be put on pages or sections where information ''might'' be outdated, no more accurate or relevant as a precaution for users until the page is updated.
   
To use this template, use <code><nowiki>{{Outdated|reason=...|year|month|day}}</nowiki></code> on the target page. You can use <code><nowiki>{{Outdated|reason=...|{{CURRENTYEAR}}|{{CURRENTMONTH}}|{{CURRENTDAY}}}}</nowiki></code> to automatically insert the current date. All the arguments are mandatory.
+
To use this template, use <code><nowiki>{{Outdated|reason=...|year|month|day}}</nowiki></code> on the target page. The date arguments are mandatory. Pages with this template are automatically added to the category [[:Category:Pages with outdated information|Pages with outdated information]].
   
  +
{{WarningBox
 
|text=<nowiki>Avoid using {{CURRENTYEAR}}, {{CURRENTMONTH}} and {{CURRENTDAY}}.</nowiki>
 
}}
   
 
==Example==
 
==Example==
Line 11: Line 13:
 
{{Outdated
 
{{Outdated
 
|reason=Some good reason.
 
|reason=Some good reason.
  +
|2022|01|06
|{{CURRENTYEAR}}|{{CURRENTMONTH}}|{{CURRENTDAY}}
 
 
}}
 
}}
 
</syntaxhighlight>
 
</syntaxhighlight>
   
  +
{{WarningBox|caption=Information found here might be outdated!|text=This page or section has been marked as having outdated and/or no more relevant information. Please regard information in this page with extra caution. </small><br><small>This warning was placed on 2022/01/06. ('''Reason:''' Some good reason.)</small>|icon=Clock.png}}
{{Outdated
 
|reason=Some good reason.
 
|{{CURRENTYEAR}}|{{CURRENTMONTH}}|{{CURRENTDAY}}
 
}}
 
 
   
</noinclude><includeonly>{{Box|caption=Information found here might be outdated!|text=This page or section has been marked as having outdated and/or no more relevant information. Please regard information in this page with extra caution. </small><br><small>This warning was placed on {{{1}}}/{{{2}}}/{{{3}}}. ('''Reason:''' {{{reason}}})</small>|icon=Clock.png|background=#FFFAB4|highlight=#FFF700}}</includeonly>
+
</noinclude><includeonly>{{WarningBox|caption=Information found here might be outdated!|text=This page or section has been marked as having outdated and/or no more relevant information. Please regard information in this page with extra caution. </small><br><small>This warning was placed on {{{1}}}/{{{2}}}/{{{3}}}. ('''Reason:''' {{{reason}}})</small>|icon=Clock.png}}[[Category:Pages with outdated information]]</includeonly>

Latest revision as of 15:03, 6 January 2022

Template:Outdated is a template which is meant to be put on pages or sections where information might be outdated, no more accurate or relevant as a precaution for users until the page is updated.

To use this template, use {{Outdated|reason=...|year|month|day}} on the target page. The date arguments are mandatory. Pages with this template are automatically added to the category Pages with outdated information.

Messagebox warning.png
Warning!
Avoid using {{CURRENTYEAR}}, {{CURRENTMONTH}} and {{CURRENTDAY}}.

Example

{{Outdated
 |reason=Some good reason.
 |2022|01|06
}}
Clock.png
Information found here might be outdated!
This page or section has been marked as having outdated and/or no more relevant information. Please regard information in this page with extra caution.
This warning was placed on 2022/01/06. (Reason: Some good reason.)