Template:Update after: Difference between revisions

From Vigyanwiki
Template>Scott McNay
(Replace "Wikipedia:Update needed after yyyy" with "Wikipedia:Updating information/yyyy")
Template>Scott McNay
(Imported Rick's changes again, left in param descriptions..)
Line 1: Line 1:
<includeonly>{{
<includeonly><!--
<!-- optional param 2 is the month number -->
<!-- optional param 3 is the day -->
#if: {{{3|}}} | <!--


---- month and day both given ----
param 1 is the year
optional param 2 is the month number
optional param 3 is the day


--><sup title="The text in the vicinity of this tag needs to be updated after {{{1}}}/{{{2|}}}/{{{3|}}}." class="noprint"> {{
--><sup title="The text in the vicinity of this tag needs to be updated {{#if: {{{3|}}} | on | in}} <!--
#ifexpr: ({{CURRENTYEAR}} > {{{1}}}) or ( {{CURRENTYEAR}} = {{{1}}} and {{CURRENTMONTH}} > {{{2|}}} ) or (  {{CURRENTYEAR}} = {{{1}}} and {{CURRENTMONTH}} = {{{2|}}} and {{CURRENTDAY}} >= {{{3|}}} ) |
-->[[{{{1}}}((#if: {{{2|}}} |-{{{2}}}{{#if:{{{3|}}}|-{{{3}}}}}}}]]." class="noprint">{{
&#91;[[Wikipedia:Updating information|''update needed'']]&#93;[[Category:Update after {{{1}}}/{{{2|}}}/{{{3|}}}|{{PAGENAME}}]] |
#ifexpr: {{datecnum| {{CURRENTYEAR}} | {{CURRENTMONTH}} | {{CURRENTDAY}} }}  >=
[[Wikipedia:Updating information/{{{1}}}/{{{2|}}}/{{{3|}}}| ]]}} </sup> | {{
  {{datecnum| {{{1}}} | {{{2|}}} | {{{3|}}} }} <!--
#if: {{{2|}}} | <!--
  -->| &#91;[[Wikipedia:Updating information/{{{1}}}{{#if:{{{2|}}}|/{{{2}}}{{#if:{{{3|}}}|/{{{3}}}}}}}|''update needed'']]&#93;<!--
 
        -->[[Category:Update in {{{1}}}/{{#if:{{{2|}}}|{{{2}}}|1}}|{{PAGENAME}}]] <!--
----  given a month, but no day ----
  -->| [[Wikipedia:Updating information/{{{1}}}{{#if:{{{2|}}}|/{{{2}}}{{#if:{{{3|}}}|/{{{3}}}}}}}| ]]}} </sup></includeonly><noinclude>
 
--><sup title="The text in the vicinity of this tag needs to be updated after {{{1}}}/{{{2|}}}."  class="noprint"> {{
#ifexpr: ({{CURRENTYEAR}} > {{{1}}}) or ( {{CURRENTYEAR}} = {{{1}}} and {{CURRENTMONTH}} >= {{{2|}}} ) |
&#91;[[Wikipedia:Updating information|''update needed'']]&#93;[[Category:Update after {{{1}}}/{{{2|}}}|{{PAGENAME}}]] |
[[Wikipedia:Updating information/{{{1}}}/{{{2|}}}| ]]}}</sup> | <!--
 
---- not given a month or a day ----
 
--><sup title="The text in the vicinity of this tag needs to be updated in {{{1}}}." class="noprint">{{
#ifexpr: ({{CURRENTYEAR}} >= {{{1}}}) |
&#91;[[Wikipedia:Updating information|''update needed'']]&#93; [[Category:Update after {{{1}}}|{{PAGENAME}}]] |
[[Wikipedia:Updating information/{{{1}}}| ]]}}</sup>}} }}</includeonly><noinclude>
----
----



Revision as of 07:36, 6 August 2006


(THIS TEMPLATE IS UNDER DEVELOPMENT)

This template is used for marking places in Wikipedia entries which need to be updated later. For a list of all articles using this template, see [What links here]. Lists by year, month, and day can be found by checking Wikipedia:Updating information. Articles in need of updating are added to categories the next time they're edited when the update is indicated to be needed.

Use of this template should not be an excuse for your laziness! Please read Wikipedia:Avoid statements that will date quickly, and use this template only when there is no reasonable way around it.

To use, simply put {{Update after|year|month|day}} after the item which should be updated, much as you would a footnote. The template should follow any footnote marks or similar stuff and should be adjacent to white space. Year should be replaced by the 4-digit year in which the item should be updated and must be included. A month number (1-12) and day number are optional parameters, so the date can be just a year, or a year and a month, or a specific day.

This template is intended as a replacement for the As of technique, which violates Wikipedia convention by linking text to administrative material, amd has other problems.

Discussion is at Wikipedia talk:As of#Template:Update after