Difference between revisions of "Template:Merge"

From Second Life Wiki
Jump to navigation Jump to search
(Shamelessly copied from wiki.openstreetmap.org)
m (Replace automagic Wikipedia pseudo-categories with {{Wikipedia}} template; added the merge icon we've uploaded the other day)
Line 1: Line 1:
{{Wfmessage
{{Wfmessage
| type = structural
| type = structural
| image = Merge left (259959) - The Noun Project.svg{{!}}alt=two merging arrows
| image = Merge-arrow@3.png{{!}}alt=two merging arrows
| text = {{LangSwitch | lang = {{#if: {{{lang|}}} | {{{lang|}}} | {{Langcode}} }}
| text = {{LangSwitch | lang = {{#if: {{{lang|}}} | {{{lang|}}} | {{Langcode}} }}
   | default = {{TranslateThis | lang = {{#if: {{{lang|}}} | {{{lang|}}} | {{Langcode}} }} | edit = Template:Merge
   | default = {{TranslateThis | lang = {{#if: {{{lang|}}} | {{{lang|}}} | {{Langcode}} }} | edit = Template:Merge
     |1 = It has been proposed that this page or section be merged with ''[[{{{1}}}]]''. ([[{{{2|:{{NAMESPACE}} talk:{{{discuss|{{PAGENAME}}}}}}}}|Discuss]])<includeonly>[[{{LL|Category:Suggested merges}}]]</includeonly>
     |1 = It has been proposed that this page or section be {{Wikipedia|Merging|merged}} with ''[[{{{1}}}]]''. ([[{{{2|:{{NAMESPACE}} talk:{{{discuss|{{PAGENAME}}}}}}}}|Discuss]])<includeonly>[[{{LL|Category:Suggested merges}}]]</includeonly>
     }}
     }}
   | cs = Bylo navrženo, aby se tato stránka nebo její část sloučila s ''[[{{{1}}}]]''. Více informací najdete na ([[{{{2|:{{NAMESPACE}} talk:{{{discuss|{{PAGENAME}}}}}}}}|diskusní stránce]])
   | cs = Bylo navrženo, aby se tato stránka nebo její část sloučila s ''[[{{{1}}}]]''. Více informací najdete na ([[{{{2|:{{NAMESPACE}} talk:{{{discuss|{{PAGENAME}}}}}}}}|diskusní stránce]])
   | de = Dieser Abschnitt oder diese Seite sollte mit ''[[{{{1}}}]]'' zusammengeführt werden. Mehr dazu auf der ([[{{{2|:{{NAMESPACE}} talk:{{{discuss|{{PAGENAME}}}}}}}}|Diskussionsseite]])
   | de = Dieser Abschnitt oder diese Seite sollte mit ''[[{{{1}}}]]'' zusammengeführt werden. Mehr dazu auf der ([[{{{2|:{{NAMESPACE}} talk:{{{discuss|{{PAGENAME}}}}}}}}|Diskussionsseite]])
   | en = It has been proposed that this page or section be merged with ''[[{{{1}}}]]''. ([[{{{2|:{{NAMESPACE}} talk:{{{discuss|{{PAGENAME}}}}}}}}|Discuss]])
   | en = It has been proposed that this page or section be {{Wikipedia|Merging|merged}} with ''[[{{{1}}}]]''. ([[{{{2|:{{NAMESPACE}} talk:{{{discuss|{{PAGENAME}}}}}}}}|Discuss]])
   | es = Se ha propuesto que esta página o sección se fusione con ''[[{{{1}}}]]''. ([[{{{2|:{{NAMESPACE}} talk:{{{discuss|{{PAGENAME}}}}}}}}|Discusión]])
   | es = Se ha propuesto que esta página o sección se fusione con ''[[{{{1}}}]]''. ([[{{{2|:{{NAMESPACE}} talk:{{{discuss|{{PAGENAME}}}}}}}}|Discusión]])
   | fr = Il a été proposé de fusionner cette page ou cette section avec ''[[{{{1}}}]]''. ([[{{{2|:{{NAMESPACE}} talk:{{{discuss|{{PAGENAME}}}}}}}}|Discussion]])
   | fr = Il a été proposé de fusionner cette page ou cette section avec ''[[{{{1}}}]]''. ([[{{{2|:{{NAMESPACE}} talk:{{{discuss|{{PAGENAME}}}}}}}}|Discussion]])

Revision as of 10:03, 13 September 2022

two merging arrows

It has been proposed that this page or section be "Wikipedia logo"merged with [[{{{1}}}]]. (Discuss)
[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