Difference between revisions of "Template:Maintained"

From Geohashing
imported>Relet
imported>Relet
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]]
+
<includeonly>{{#if:{{{hidden|}}}||<small><font color="gray">This page is [[:Template:maintained|maintained]] by {{{maintainer}}}. Automatic updates are not desired.</font></small>}}[[Category:Maintained pages]]</includeonly><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 7:
 
* '''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|user=[[User:relet|]]}}
 +
</nowiki>
 +
 +
{{maintained|user=[[User:relet|relet]]}}
 +
 +
<nowiki>
 +
{{maintained|user=[[User:relet|]]|hidden=yes}}
 +
</nowiki>
 +
 +
{{maintained|user=[[User:relet|relet]]|hidden=yes}}
 
</noinclude>
 
</noinclude>

Revision as of 10:08, 21 April 2009

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|user=[[User:relet|]]}}

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


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