Template:Move

From PZwiki
Notebook.pngTemplate Documentation

Added to articles that do not have an appropriate page name and therefore should moved to the linked location.

Adds articles to the "Articles to be moved" category.

Usage

Parameters

1 Required
The name of the article to move the article to.
2
The reason for the move. Although not required, adding a reason is highly recommended, so others can better understand the reasoning.
section
If set to true, will display "section" instead of "article" in the title.
hidecat
If set to true, the page will not be added to the "Articles to be moved" category.

Examples

  • {{Move|PZwiki:Mboxes}}
Furniture Pickup.png
It has been suggested that this template be moved to PZwiki:Mboxes.
  • {{Move|PZwiki:Mboxes|This is the item's in-game name.}}
Furniture Pickup.png
It has been suggested that this template be moved to PZwiki:Mboxes.
Reason: This is the item's in-game name.

How to translate

This template is translatable.

Template code

Paste the following code into the <includeonly> tag of the translated template and translate the text after each = sign (except for #default =).

{{#switch: {{{1|}}}
| title = It has been suggested that this {{{3}}} be moved to {{{2}}}.
| reason = Reason
| #default = {{Error|translation}}
}}

Template documentation

Copy the code wrapped in the <noinclude> tag in this template and translate the text after doc = in the {{Documentation}} template.

{{Translation guide}} template should be removed from the translated documentation.

See also

Editors can experiment in this template's sandbox.