Difference between revisions of "Template:Move/doc"
Jump to navigation
Jump to search
(Did rewrite so that this page isn't added to the To Be Moved category.) |
m (category) |
||
Line 18: | Line 18: | ||
Both arguments can also be combined. | Both arguments can also be combined. | ||
− | |||
− | |||
<nowiki>{{Move|destination=Other Page|reason=The Other Page makes this redundant}}</nowiki> | <nowiki>{{Move|destination=Other Page|reason=The Other Page makes this redundant}}</nowiki> | ||
producing: | producing: | ||
{{rwbox|nocat=true|type=style|text=''This page or image is [[:Category:Pages to be moved|suggested to be moved]]. Destination: Other Page. Reason: The Other Page makes this redundant.}} | {{rwbox|nocat=true|type=style|text=''This page or image is [[:Category:Pages to be moved|suggested to be moved]]. Destination: Other Page. Reason: The Other Page makes this redundant.}} | ||
+ | |||
+ | <noinclude>[[Category:Template documentation]]</noinclude> | ||
<includeonly>[[Category:Notice templates]]</includeonly> | <includeonly>[[Category:Notice templates]]</includeonly> |
Revision as of 22:41, 5 June 2022
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 or image is suggested to be moved. |
Alternatively, a suggested destination can be given
{{Move|destination=Other Page}}
producing:
This page or image is suggested to be moved. Destination: Other Page. |
A reason for the suggested move can also be given
{{Move|reason=The Other Page makes this redundant}}
producing:
This page or image is suggested to be moved. Reason: The Other Page makes this redundant. |
Both arguments can also be combined.
{{Move|destination=Other Page|reason=The Other Page makes this redundant}}
producing:
This page or image is suggested to be moved. Destination: Other Page. Reason: The Other Page makes this redundant. |