Difference between revisions of "Template:Merge"

From Second Life Wiki
Jump to navigation Jump to search
(ackward enlish)
(Added proposed date)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
----
{{#switch:{{NAMESPACE}}
It has been proposed this page be merged with [[{{{1}}}]].
|Category={{error|For categories please use the templates available at {{Wikipedia|Categories for discussion}}.}}
----
|Template=<includeonly>{{error|For templates please use the templates available at {{Wikipedia|Templates for discussion}}.}}[[Category:Pages with templates in the wrong namespace]]</includeonly>
}}
{{#if:{{{1}}}|
{{Mbox
| name = Merge
| demospace={{{demospace|}}}
| type = move
| style = border-color:#00bfff;border-style:solid;border-width:1px;
| image=[[File:Merge-arrow@3.png|32px|alt=|link=]]
| text = {{LangSwitch | lang = {{#if: {{{lang|}}} | {{{lang|}}} | {{Langcode}} }}
  | default = {{TranslateThis | lang = {{#if: {{{lang|}}} | {{{lang|}}} | {{Langcode}} }} | edit = Template:Merge
    |1 = It has been proposed that this page or section be {{Wikipedia|Merging|merged}} with ''[[{{{1}}}]]''. ([[{{{2|:{{NAMESPACE}} talk:{{{discuss|{{PAGENAME}}}}}}}}|Discuss]])<includeonly>[[{{LLS|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]])
  | 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 {{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]])
  | fr = Il a été proposé de fusionner cette page ou cette section avec ''[[{{{1}}}]]''. ([[{{{2|:{{NAMESPACE}} talk:{{{discuss|{{PAGENAME}}}}}}}}|Discussion]])
  | hu = Ezt a lapot vagy szakaszt össze kellene dolgozni a(z) ''[[{{{1}}}]]'' lappal. ([[{{{2|:{{NAMESPACE}} talk:{{{discuss|{{PAGENAME}}}}}}}}|Megbeszélés]])
  | it = È stato proposto che questa pagina o sezione sia unita con ''[[{{{1}}}]]''. ([[{{{2|:{{NAMESPACE}} talk:{{{discuss|{{PAGENAME}}}}}}}}|Discutine]])
  | ja = このページまたは節を「[[{{{1}}}]]」と統合することが提案されています。([[{{{2|:{{NAMESPACE}} talk:{{{discuss|{{PAGENAME}}}}}}}}|議論]])
  | pl = Zaproponowano scalenie tej strony lub sekcji z ''[[{{{1}}}]]''. Aby uzyskać więcej informacji, odwiedź [[{{{2|:{{NAMESPACE}} talk:{{{discuss|{{PAGENAME}}}}}}}}|stronę dyskusji]].
  | pt = Foi proposto que esta página ou seção deve ser fundida com a página ''[[{{{1}}}]]''. ([[{{{2|:{{NAMESPACE}} talk:{{{discuss|{{PAGENAME}}}}}}}}|Discussão]])
  | ru = Было предложено чтобы эта статья или её часть были совмещены с ''[[{{{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|}}}
| categories = <includeonly>{{LangSwitch | lang = {{#if: {{{lang|}}} | {{{lang|}}} | {{Langcode}} }}
  | cs = [[Category:Cs:Navržená sloučení]]
  | es = [[Category:ES:Fusiones sugeridas]]
  | fr = [[Category:FR:Fusions suggérées]]
  | ja = [[Category:JA:統合の提案中]]
  | pl = [[Category:Pl:Sugerowane scalenia]]
  | default = [[{{LLS|Category:Suggested merges}}]]
  }}</includeonly>
}}<!--
-->|{{error:Missing page name to merge}}<!--
-->}}<!-- end if--><noinclude>{{Documentation}}</noinclude>

Latest revision as of 05:24, 19 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