Difference between revisions of "Template:Maintenance"

From Twinsuniverse
Jump to: navigation, search
(Created page with "<includeonly>{{ #if: {{{tasks|}}} |{{mbox |class=cleanup |This article has some maintenance tasks:<ul>{{{tasks}}}</ul>}} }}</includeonly><noinclude> This template is u...")
 
m (Example)
Line 18: Line 18:
 
  <nowiki>{{maintenance|tasks=value}}</nowiki>
 
  <nowiki>{{maintenance|tasks=value}}</nowiki>
  
==Example==
+
==Examples==
 
One task may be specified like this:
 
One task may be specified like this:
 
  <nowiki>{{maintenance|tasks=<li>The age of this character is't specified</li>}}</nowiki>
 
  <nowiki>{{maintenance|tasks=<li>The age of this character is't specified</li>}}</nowiki>

Revision as of 13:10, 9 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)


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 has some maintenance tasks:
  • 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 has some maintenance tasks:


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}}