Difference between revisions of "Template:Merge"
Jump to navigation
Jump to search
(Replaced Wfmessage with Mbox) |
(Added proposed date) |
||
Line 26: | Line 26: | ||
| ru = Было предложено чтобы эта статья или её часть были совмещены с ''[[{{{1}}}]]''. ([[{{{2|:{{NAMESPACE}} talk:{{{discuss|{{PAGENAME}}}}}}}}|Обсудить]]) | | ru = Было предложено чтобы эта статья или её часть были совмещены с ''[[{{{1}}}]]''. ([[{{{2|:{{NAMESPACE}} talk:{{{discuss|{{PAGENAME}}}}}}}}|Обсудить]]) | ||
| zh-hans = 有用户提议将此页面或部分与''[[{{{1}}}]]''合并。([[{{{2|:{{NAMESPACE}} talk:{{{discuss|{{PAGENAME}}}}}}}}|讨论]]) | | zh-hans = 有用户提议将此页面或部分与''[[{{{1}}}]]''合并。([[{{{2|:{{NAMESPACE}} talk:{{{discuss|{{PAGENAME}}}}}}}}|讨论]]) | ||
}} | }}<!-- untranslated bit for now -->{{#if:{{{date<includeonly>|</includeonly>}}}|{{small|{{em| <wbr>Proposed since {{{date<includeonly>|</includeonly>}}}.}}}}}} | ||
<includeonly> | |||
| nocat = {{{nocat|}}} | | nocat = {{{nocat|}}} | ||
| categories = <includeonly>{{LangSwitch | lang = {{#if: {{{lang|}}} | {{{lang|}}} | {{Langcode}} }} | | categories = <includeonly>{{LangSwitch | lang = {{#if: {{{lang|}}} | {{{lang|}}} | {{Langcode}} }} |
Latest revision as of 04:24, 19 September 2022
It has been proposed that this page or section be merged with [[{{{1}}}]]. (Discuss) |
This documentation is transcluded from Template:Merge/doc. (Edit | history)
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
Usage
{
"description": "Template used to propose merging a page with another",
"format": "inline",
"params": {
"1": {
"description": "merge target",
"example": "1=Tag:highway=primary",
"type": "wiki-page-name",
"required": true
},
"2": {
"description": "discussion page name if not equal to the discussion page of the page the template is placed on",
"example": "Talk:Wiki / 2=Tag:highway=motorway",
"type": "wiki-page-name"
},
"lang": {
"description": "language code, use if the language inferred from the page title is not correct",
"example": "uk",
"type": "string",
"default": "en"
},
"nocat": {
"description": "insert any text to switch off categorisation, useful for wiki manuals like \"Wiki organisation\"",
"type": "string"
},
"date": {
"description": "merge proposal date (if known)",
"type": "date"
}
}
}
- First parameter: the page this page should be merged with
- Second parameter (optional): talk page, if different from the default talk page associated to the page tagged with this banner
If the target page name contains an equal sign, prefix the page name with "1=", for example (taken from OpenStreetMap): {{Merge|1= Tag:highway=primary }}
The marked page will be categorized in Category:Suggested merges.
See also
- {{Mbox}} – basis of this template