Template:Split

From PZwiki
Notebook.pngTemplate Documentation

This template should be added to articles that should be split into two or more pages.

This will add the page to the "Articles to be split" category.

Usage

Parameters

1 - 2 Required
The name of the articles to be split into.
3 - 5
The name of the rest articles to be split into.
section
If set to true, will display "section" instead of "article" in the title.
reason
The reason why the article should be split.
hidecat
If set to true, it will not add the page to the "Articles to be split" category.
id
ID to be set if template is used multiple times on a page. Each use on a single page must have a unique value.

Examples

  • {{Split|Template:Merge|Template:Move}}
Scissors.png
It has been suggested that this template should be split into Template:Merge, Template:Move.
  • {{Split|Template:Merge|Template:Move|reason=The example reason.}}
Scissors.png
It has been suggested that this template should be split into Template:Merge, Template:Move.
Reason: The example reason.

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}}} should be split into {{{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.