Template:Merge

From PZwiki
Revision as of 12:55, 11 January 2024 by Faalagorn (talk | contribs) (minor fixes)
Notebook.pngTemplate Documentation

Added to articles that are not lengthy enough to be deemed their own page and therefore should be incorporated into the linked article. The second parameter should be used to provide a reason for the change, if necessary.

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

Usage

Parameters

1
The name of the article to be merged with.
2
The reason for the merge.
hidecat
If not empty, the article will not be added to the Articles to be merged category.

Examples

Furniture Pickup.png
It has been suggested that this article be merged with Example.
Reason: ...

Although not required, adding a reason is highly recommended, so others can better understand the reasoning.

  • {{Merge|Example|This article doesn't contain sufficient notable information to deserve its own page.}}
Furniture Pickup.png
It has been suggested that this article be merged with Example.
Reason: This article doesn't contain sufficient notable information to deserve its own page.

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 article be merged{{#if:{{{1|}}}|&nbsp;with {{ll|{{{1}}}}}}}.
| reason = Reason
| #default = [[Category:Incorrect template usage]]
}}

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.