Difference between revisions of "Template:Merge to"

From Second Life Wiki
Jump to navigation Jump to search
(Temporarily move the "merge" arrow to a PNG, since SVG support is broken (see https://jira.secondlife.com/browse/BUG-232618))
m (Fixing extraneous [[}})
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!--{{Merge to}} begin-->{{#ifeq:{{NAMESPACE}}|Category
<!--{{Merge to}} begin-->{{#ifeq:{{NAMESPACE}}|Category
  |<span class="error">For categories please use the templates available at [[Wikipedia:Categories for discussion]].</span>
  |<span class="error">For categories please use the templates available at [[Wikipedia:Categories for discussion]].</span>
}}{{#ifeq:{{NAMESPACE}}|Template
|<includeonly><span class="error">For templates please use the templates available at [[Wikipedia:Templates for discussion]].</span>[[Category:Pages with misplaced templates]]</includeonly>
}}{{Mbox
}}{{Mbox
|demospace={{{demospace|}}}
|demospace={{{demospace|}}}
|type = move
|type = move
|image=[[Image:Merge-arrow@2.png|50px]]
|image=[[File:Merge-arrow@3.png|alt=|link=]]
|text=It has been suggested that this {{#if:{{NAMESPACE}}|page|article}} or section be [[Wikipedia:Merging|merged]] into {{Pagelist|delim=''|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}|{{{5|}}}|{{{6|}}}|{{{7|}}}|{{{8|}}}|{{{9|}}}|{{{10|}}}|{{{11|}}}|{{{12|}}}|{{{13|}}}|{{{14|}}}|{{{15|}}}|{{{16|}}}|{{{17|}}}|{{{18|}}}|{{{19|}}}|{{{20|}}}}}. ([[{{{discuss|:{{NAMESPACE}} talk:{{{1}}}}}}|Discuss]])}}<includeonly>{{#switch:{{NAMESPACE}}
|text=It has been suggested that this {{#if:{{{section|}}}|section|{{#if:{{NAMESPACE}}|page|article}}}} be [[Wikipedia:Merging|merged]] into {{#if:{{{target|}}}|&nbsp;''[[:{{NAMESPACE}}:{{{target}}}|{{{target}}}]]''|{{Pagelist|delim=''|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}|{{{5|}}}|{{{6|}}}|{{{7|}}}|{{{8|}}}|{{{9|}}}|{{{10|}}}|{{{11|}}}|{{{12|}}}|{{{13|}}}|{{{14|}}}|{{{15|}}}|{{{16|}}}|{{{17|}}}|{{{18|}}}|{{{19|}}}|{{{20|}}}}}}}. ([[{{{discuss|{{TALKPAGENAME:{{{1}}}}}}}}|Discuss]]){{#if:{{{date<includeonly>|</includeonly>}}}|<small>'' Proposed since {{{date<includeonly>|</includeonly>}}}.''</small>}}
<includeonly>{{#switch:{{NAMESPACE}}
||Talk={{DMC|Articles to be merged|from|{{{date|}}}|All articles to be merged}}
||Talk={{DMC|Articles to be merged|from|{{{date|}}}|All articles to be merged}}
|#default={{DMC|||Items to be merged}}}}{{Merge partner|{{{1|}}}}}</includeonly><!--{{Merge to}} end--><noinclude>
|#default={{DMC|||Items to be merged}}}}
{{Merge partner|{{{1|{{{target}}}}}}}}
</includeonly><!--{{Merge to}} end-->
}}<noinclude>
{{Documentation|Template:Merge/doc}}
{{Documentation|Template:Merge/doc}}
<!-- Add categories and interwikis to the /doc subpage, not here! -->
<!-- Add categories and interwikis to the /doc subpage, not here! -->
</noinclude>
</noinclude>

Revision as of 17:38, 12 September 2022

[Edit] [🔄Purge] Template-info.png Template documentation

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