Difference between revisions of "Template:Maintained"

From Geohashing
imported>Relet
imported>Relet
(does anyone read what I'm writing? Well, certainly not me. :P)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#if:{{{hidden}}}||<small><font color="gray">This page is [[:Template:maintained|maintained]] by {{{maintainer}}}. Automatic updates are not desired.</font></small>}}[[Category:Maintained pages]]
+
{{#if:{{{hidden|}}}||<small><font color="gray">This page is [[:Template:maintained|maintained]] by {{{maintainer}}}. Automatic updates are not desired.</font></small>}}[[Category:Maintained pages]]
 
<noinclude>
 
<noinclude>
 
The idea of this tag is to prevent bots from updating a graticule (or other) page automatically. In the case of important updates, the maintainer should be contacted instead. Also, other wiki users should discuss major changes on such a page with the maintainer or on the talk page.
 
The idea of this tag is to prevent bots from updating a graticule (or other) page automatically. In the case of important updates, the maintainer should be contacted instead. Also, other wiki users should discuss major changes on such a page with the maintainer or on the talk page.
Line 8: Line 8:
 
* '''maintainer''' = the wiki user who maintains the page.
 
* '''maintainer''' = the wiki user who maintains the page.
 
* '''hidden'''    = (optional) only include the tag and the category, do not display the message.
 
* '''hidden'''    = (optional) only include the tag and the category, do not display the message.
 +
 +
'''Examples:'''
 +
----
 +
<nowiki>
 +
{{maintained|maintainer=[[User:relet|relet]]}}
 +
</nowiki>
 +
 +
{{maintained|maintainer=[[User:relet|relet]]}}
 +
----
 +
<nowiki>
 +
{{maintained|maintainer=[[User:relet|relet]]|hidden=yes}}
 +
</nowiki>
 +
 +
{{maintained|maintainer=[[User:relet|relet]]|hidden=yes}}
 
</noinclude>
 
</noinclude>

Latest revision as of 12:37, 21 April 2009

This page is maintained by {{{maintainer}}}. Automatic updates are not desired.

The idea of this tag is to prevent bots from updating a graticule (or other) page automatically. In the case of important updates, the maintainer should be contacted instead. Also, other wiki users should discuss major changes on such a page with the maintainer or on the talk page.

Add this tag anywhere on the page.

Parameters:

  • maintainer = the wiki user who maintains the page.
  • hidden = (optional) only include the tag and the category, do not display the message.

Examples:


{{maintained|maintainer=[[User:relet|relet]]}}

This page is maintained by relet. Automatic updates are not desired.


{{maintained|maintainer=[[User:relet|relet]]|hidden=yes}}