Difference between revisions of "Template:Maintenance"

From Twinsuniverse
Jump to: navigation, search
m
m
Line 5: Line 5:
 
     |{{
 
     |{{
 
         #if:{{{doclink|}}}
 
         #if:{{{doclink|}}}
         |The [[Template:{{{doclink}}}|infobox template]] of this
+
         |Template <nowiki>{{</nowiki>[[Template:{{{doclink}}}|]]<nowiki>}}</nowiki> on this
         |This}} article has some maintenance tasks, you may help by solving the following issues:<ul>{{{tasks}}}</ul>}}
+
         |This}} article raises some maintenance tasks. You may help by solving the following issues:<ul>{{{tasks}}}</ul>}}
 
}}</includeonly><noinclude>
 
}}</includeonly><noinclude>
 
This template is used to render a maintenance message on an article, in case any maintenance tasks were raised.
 
This template is used to render a maintenance message on an article, in case any maintenance tasks were raised.
Line 27: Line 27:
  
 
:{{mbox|class=cleanup
 
:{{mbox|class=cleanup
     |This article has some maintenance tasks, you may help by solving the following issues:<ul><li>The age of this character is't specified</li></ul>}}
+
     |This article raises some maintenance tasks. You may help by solving the following issues:<ul><li>The age of this character is't specified</li></ul>}}
  
  
Line 38: Line 38:
  
 
:{{mbox|class=cleanup
 
:{{mbox|class=cleanup
     |This article has some maintenance tasks, you may help by solving the following issues:<ul>
+
     |This article raises some maintenance tasks. You may help by solving the following issues:<ul>
 
         <li>[[:Category:Characters of unknown age|Characters of unknown age]]: The age of this character is't specified</li>
 
         <li>[[:Category:Characters of unknown age|Characters of unknown age]]: The age of this character is't specified</li>
 
         <li>[[:Category:Characters of unknown size|Characters of unknown size]]: The size of this character is't specified</li>
 
         <li>[[:Category:Characters of unknown size|Characters of unknown size]]: The size of this character is't specified</li>
 
         <li>[[:Category:Characters of unknown magic|Characters of unknown magic]]: This character doesn't specify whether it is magical</li></ul>}}
 
         <li>[[:Category:Characters of unknown magic|Characters of unknown magic]]: This character doesn't specify whether it is magical</li></ul>}}
 +
 +
 +
Use the '''doclink''' parameter to specify the documentation page of the tasks in this maintenance message, by specifying the name of the template:
 +
<nowiki>{{maintenance|doclink=Infobox Character|tasks=
 +
    <li>[[:Category:Characters of unknown race|]]: The race of this character isn't specified</li>
 +
}}</nowiki>
 +
 +
:{{mbox|class=cleanup
 +
    |Template <nowiki>{{</nowiki>[[Template:Infobox Character|Infobox Character]]<nowiki>}}</nowiki> on this article raises some maintenance tasks. You may help by solving the following issues:<ul>
 +
        <li>[[:Category:Characters of unknown race|Characters of unknown race]]: The race of this character is't specified</li></ul>}}
  
  
Line 50: Line 60:
 
  <nowiki>{{maintenance|boohoo=}}</nowiki>
 
  <nowiki>{{maintenance|boohoo=}}</nowiki>
 
  <nowiki>{{maintenance|funfrock=not funny}}</nowiki>
 
  <nowiki>{{maintenance|funfrock=not funny}}</nowiki>
 +
<nowiki>{{maintenance|doclink=Infobox Character|dog=woof}}</nowiki>
 +
<nowiki>{{maintenance|doclink=Nonexisting page|dog=woof}}</nowiki>
  
 
[[Category:Mbox Templates]]
 
[[Category:Mbox Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 20:23, 11 December 2012

This template is used to render a maintenance message on an article, in case any maintenance tasks were raised.

Articles showing this message are not automatically categorized.

Parameters

  • tasks: A string containing <li>-elements for a list of tasks (case sensitive, defaults to nothing displayed)
  • doclink: The name of the template containing the documentation for the maintenance issues displayed in this message


Note: using this parameter, multiple tasks may be listed in one message

Syntax

{{maintenance|tasks=value}}

Examples

One task may be specified like this:

{{maintenance|tasks=<li>The age of this character is't specified</li>}}
  This article raises some maintenance tasks. You may help by solving the following issues:
  • The age of this character is't specified


If multiple tasks are desired, it works like this:

{{maintenance|tasks=
    <li>[[:Category:Characters of unknown age|]]: The age of this character is't specified</li>
    <li>[[:Category:Characters of unknown size|]]: The size of this character is't specified</li>
    <li>[[:Category:Characters of unknown magic|]]: This character doesn't specify whether it is magical</li>
}}
  This article raises some maintenance tasks. You may help by solving the following issues:


Use the doclink parameter to specify the documentation page of the tasks in this maintenance message, by specifying the name of the template:

{{maintenance|doclink=Infobox Character|tasks=
    <li>[[:Category:Characters of unknown race|]]: The race of this character isn't specified</li>
}}
  Template {{Infobox Character}} on this article raises some maintenance tasks. You may help by solving the following issues:


You may leave "tasks" unspecified, by not specifying a value for the parameter, so these all have the same result (nothing displayed):

{{maintenance}}
{{maintenance|}}
{{maintenance|tasks=}}
{{maintenance|boohoo=}}
{{maintenance|funfrock=not funny}}
{{maintenance|doclink=Infobox Character|dog=woof}}
{{maintenance|doclink=Nonexisting page|dog=woof}}