Difference between revisions of "Template:Move/doc"
Jump to navigation
Jump to search
m |
(Adding documentation. See reason for removing deletion tag on main page) |
||
Line 1: | Line 1: | ||
− | < | + | Creates a banner noting that the page should be moved and automatically categorizes the page into [[:Category:Pages to be moved]]. |
− | {{ | + | |
− | </ | + | ==Example Usage== |
+ | The template can be used with no arguments: | ||
+ | <nowiki>{{Move}}</nowiki> | ||
+ | producing: | ||
+ | {{Move}} | ||
+ | Alternatively, a suggested destination can be given | ||
+ | <nowiki>{{Move|destination=Other Page}}</nowiki> | ||
+ | producing: | ||
+ | {{Move|destination=Other Page}} | ||
+ | A reason for the suggested move can also be given | ||
+ | <nowiki>{{Move|reason=The Other Page makes this redundant}}</nowiki> | ||
+ | producing: | ||
+ | {{Move|reason=The Other Page makes this redundant}} | ||
+ | Both arguments can also be combined. | ||
+ | Alternatively, a suggested destination can be given | ||
+ | <nowiki>{{Move|destination=Other Page|reason=The Other Page makes this redundant}}</nowiki> | ||
+ | producing: | ||
+ | {{Move|destination=Other Page|reason=The Other Page makes this redundant}} |
Revision as of 10:55, 8 November 2020
Creates a banner noting that the page should be moved and automatically categorizes the page into Category:Pages to be moved.
Example Usage
The template can be used with no arguments:
{{Move}}
producing:
This page is suggested to be moved. Destination: Please suggest a target page. Reason: Please provide a reason . |
Alternatively, a suggested destination can be given
{{Move|destination=Other Page}}
producing:
This page is suggested to be moved. Destination: Other Page. Reason: Please provide a reason . |
A reason for the suggested move can also be given
{{Move|reason=The Other Page makes this redundant}}
producing:
This page is suggested to be moved. Destination: Please suggest a target page. Reason: The Other Page makes this redundant. |
Both arguments can also be combined. Alternatively, a suggested destination can be given
{{Move|destination=Other Page|reason=The Other Page makes this redundant}}
producing:
This page is suggested to be moved. Destination: Other Page. Reason: The Other Page makes this redundant. |