Template:Merge/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Pathoschild
simplified common usage note, fixed old link
meta>Mwtoews
embed {{CURRENTYEAR}} {{CURRENTMONTHNAME}} in template for convenience for copy/pasters; remove obsolete arguments; add some whitespace to improve readability; remove double-spacing
Line 1: Line 1:
{{documentation subpage|the list below|[[Template:Merge/doc]]}}
{{documentation subpage|the list below|[[Template:Merge/doc]]}}
{{TOCright}}
This pages combines documentation for {{tl|merge}}, {{tl|mergeto}}, {{tl|mergefrom}}, and most other templates listed in the ''[[#See also|see also]]'' section.


This pages combines documentation for [[template:merge|merge]], [[template:mergeto|mergeto]], [[template:mergefrom|mergefrom]], and most other templates listed in the '[[#See also|see also]]' section.
{{tl|{{PAGENAME}}}} will add tagged articles to [[:Category:Articles to be merged]]. If the date= parameter is provided (this occurs easiest by substituting [[Template:DATE]], automatically giving the correct format and permanency needed), articles are added to a subcategory of [[:Category:Merge by month]].


{{tl|{{PAGENAME}}}} will add tagged articles to [[:Category:Articles to be merged]]. If the date= parameter is provided (this occurs easiest by substituting [[Template:DATE]], automatically giving the correct format and permanency needed), articles are added to a subcategory of [[:Category:Merge by month]].
{{TOCright}}
==Usage and examples==
==Usage and examples==
;{{tl|merge}}
;{{tl|merge}}
#<nowiki>{{</nowiki>Merge |''Article 1''|Talk:''Article 1#Merge proposal''|date=''Month Year''|User:''Example''}}
#<code><nowiki>{{</nowiki>Merge | ''Article 1'' | Talk:''Article 1#Merge proposal'' |date={{CURRENTYEAR}} {{CURRENTMONTHNAME}} }}</code>
#<nowiki>{{</nowiki>Merge |''Article 2''|Talk:''Article 1#Merge proposal''|date=''Month Year''|User:''Example''}}
#<code><nowiki>{{</nowiki>Merge | ''Article 2'' | Talk:''Article 1#Merge proposal'' |date={{CURRENTYEAR}} {{CURRENTMONTHNAME}} }}</code>
#<nowiki>{{</nowiki>Merge |''Article 1''|Talk:''Article 2#Merge proposal''|<nowiki>{{subst:DATE}}</nowiki>|User:''Example''}}


;{{tl|mergefrom}} and {{tl|mergeto}}
;{{tl|mergefrom}} and {{tl|mergeto}}
#<nowiki>{{</nowiki>Mergefrom |''Article 2''|Talk:''Article 1#Merge proposal''|date=''Month Year''|User:''Example''}}
#<code><nowiki>{{</nowiki>Mergefrom | ''Article 2'' | Talk:''Article 1#Merge proposal'' |date={{CURRENTYEAR}} {{CURRENTMONTHNAME}} }}</code>
#<nowiki>{{</nowiki>Mergeto |''Article 1''|''Talk:Article 1#Merge proposal''|<nowiki>{{subst:DATE}}</nowiki>|User:''Example''}}
#<code><nowiki>{{</nowiki>Mergeto | ''Article 1'' | Talk:''Article 1#Merge proposal'' |date={{CURRENTYEAR}} {{CURRENTMONTHNAME}} }}</code>


;Example usage of {{tl|merge}}
;Example usage of {{tl|merge}}
#<nowiki>{{Merge|Daemon (mythology) |Talk:Demon#Terminology|date=March 2007 |User:Fred Bloggs}}</nowiki>
#<code><nowiki>{{</nowiki>Merge|Daemon (mythology) | Talk:Demon#Terminology |date={{CURRENTYEAR}} {{CURRENTMONTHNAME}} <nowiki>}}</nowiki></code>
#<nowiki>{{Merge|Demon |Talk:Demon#Terminology |{{subst:DATE}}|User:Fred Bloggs}}</nowiki>
#<code><nowiki>{{</nowiki>Merge|Demon | Talk:Demon#Terminology |date={{CURRENTYEAR}} {{CURRENTMONTHNAME}} <nowiki>}}</nowiki></code>
 
;Tips
# Please use the second parameters to direct '''to the same Talk page'''. Otherwise, two separate discussions could take place in each of the articles' Talk pages.{{2}}
# Generally, the problem is no discussion is started, so please begin the section with your rationale.{{2}}
# Do not use square brackets to link articles; it is automatically done. The Talk link is always shown as pipetricked to (discuss).{{2}}
# Make sure you link Article 2 in Article 1 and vice versa, not Article 1 in Article 1 or Article 2 in Article 2. If the link appears bold black, reverse them before you save!{{2}}
# Do not use a full [[URL]] for either link; use the link syntax you would place in square brackets.{{2}}
# The date= parameter must be lowercase, not Date=.
## The date= value must be the proper full name of the month followed by a space and the four digits of the year.
## However using the substituted {{tl2|DATE}} ensures the category links will be formated properly, and is compatible with date coded tagging on most maintenance templates. Typing '''<code> <nowiki>{{subst:DATE}}</nowiki> </code>''' will quickly become second nature.
## If you leave the date parameter off, a [[WP:BOT]] will generally add it in a day or two.
# Your username is optional documentation. It does nothing in the template and is merely there for anyone to quickly find out who added the tag.{{2}}
# Any additional pipe delimited field can be added to similarly add embedded comments, such as a synopsis of your rationale locally viewable in edit mode.{{2}}
# If there is consensus after one or two weeks that the articles should be merged (or no response at all), proceed with the merger. Otherwise, your proposal should be pulled. It is less controversial if you undo your own tagging. '''You have implicit <u>responsibility</u> to watch your proposal''' and follow any discussion that develops!


== Tips ==
* Please use the second parameters to direct '''to the same Talk page'''. Otherwise, two separate discussions could take place in each of the articles' Talk pages.
* If you propose a merge, please begin a section on the talk page with your rationale for the merge (otherwise a discussion may not even begin).
* Do not use square brackets to link articles; it is automatically done. The Talk link is always shown as pipetricked to (discuss).
* Make sure you link Article 2 in Article 1 and vice versa, not Article 1 in Article 1 or Article 2 in Article 2. If the link appears bold black, reverse them before you save!
* Do not use a full [[URL]] for either link; use the link syntax you would place in square brackets.
* The date= parameter must be lowercase, not Date=.
** The date= value must be the proper full name of the month followed by a space and the four digits of the year.
** However using the substituted {{tl2|DATE}} ensures the category links will be formated properly, and is compatible with date coded tagging on most maintenance templates. Typing '''<code> <nowiki>{{subst:DATE}}</nowiki> </code>''' will quickly become second nature.
** If you leave the date parameter off, a [[WP:BOT]] will generally add it in a day or two.
* Any additional pipe delimited field can be added to add your username and to embedded comments, such as a synopsis of your rationale locally viewable in edit mode.
* If there is consensus after one or two weeks that the articles should be merged (or no response at all), proceed with the merger. Otherwise, your proposal should be pulled. It is less controversial if you undo your own tagging. '''You have implicit <u>responsibility</u> to watch your proposal''' and follow any discussion that develops!


{{Wikipedia:Template messages/Merging and splitting/List}}
{{Wikipedia:Template messages/Merging and splitting/List}}

Revision as of 02:30, 9 October 2007

Template:TOCright This pages combines documentation for {{merge}}, {{mergeto}}, {{mergefrom}}, and most other templates listed in the see also section.

{{Merge/doc}} will add tagged articles to Category:Articles to be merged. If the date= parameter is provided (this occurs easiest by substituting Template:DATE, automatically giving the correct format and permanency needed), articles are added to a subcategory of Category:Merge by month.

Usage and examples

{{merge}}
  1. {{Merge | Article 1 | Talk:Article 1#Merge proposal |date=2024 November }}
  2. {{Merge | Article 2 | Talk:Article 1#Merge proposal |date=2024 November }}
{{mergefrom}} and {{mergeto}}
  1. {{Mergefrom | Article 2 | Talk:Article 1#Merge proposal |date=2024 November }}
  2. {{Mergeto | Article 1 | Talk:Article 1#Merge proposal |date=2024 November }}
Example usage of {{merge}}
  1. {{Merge|Daemon (mythology) | Talk:Demon#Terminology |date=2024 November }}
  2. {{Merge|Demon | Talk:Demon#Terminology |date=2024 November }}

Tips

  • Please use the second parameters to direct to the same Talk page. Otherwise, two separate discussions could take place in each of the articles' Talk pages.
  • If you propose a merge, please begin a section on the talk page with your rationale for the merge (otherwise a discussion may not even begin).
  • Do not use square brackets to link articles; it is automatically done. The Talk link is always shown as pipetricked to (discuss).
  • Make sure you link Article 2 in Article 1 and vice versa, not Article 1 in Article 1 or Article 2 in Article 2. If the link appears bold black, reverse them before you save!
  • Do not use a full URL for either link; use the link syntax you would place in square brackets.
  • The date= parameter must be lowercase, not Date=.
    • The date= value must be the proper full name of the month followed by a space and the four digits of the year.
    • However using the substituted {{DATE}} ensures the category links will be formated properly, and is compatible with date coded tagging on most maintenance templates. Typing {{subst:DATE}} will quickly become second nature.
    • If you leave the date parameter off, a WP:BOT will generally add it in a day or two.
  • Any additional pipe delimited field can be added to add your username and to embedded comments, such as a synopsis of your rationale locally viewable in edit mode.
  • If there is consensus after one or two weeks that the articles should be merged (or no response at all), proceed with the merger. Otherwise, your proposal should be pulled. It is less controversial if you undo your own tagging. You have implicit responsibility to watch your proposal and follow any discussion that develops!

{{Wikipedia:Template messages/Merging and splitting/List}}