From Fedora Project Wiki

No edit summary
(Revamped the documentation to look more like Template:Deprecated/doc)
 
Line 1: Line 1:
<big>'''Use this to place this notice on a page:'''
[[Template:Move]] creates an [[Help:Admonition|admonition]] that indicates a page should be moved or renamed. This is not a required step to move a page, but it may be useful if the move would be complicated or controversial. It's also useful if you are unsure where the page should be moved.
:'''<nowiki>{{move|</nowiki>''Suggested new page name''<nowiki>|~~~}}</nowiki>'''</big>


If you do not know what page you think it should be moved to, use
To use this template, insert <code><nowiki>{{move}}</nowiki></code> which will show a generic message suggesting a move. The suggested destination for the page may also be inserted: <code><nowiki>{{move|Better name}}</nowiki></code>. You may also sign the move by using <nowiki>~~~</nowiki> and providing it with the template: <code><nowiki>{{move||~~~}}</nowiki></code>.
:<nowiki>{{move||~~~}}</nowiki>


'''It is important you use the <nowiki>~~~</nowiki> so that your username is filled in as the suggester.'''
=== Example: Targeted move  ===
This example demonstrates an unsigned move suggestion that includes a destination.
 
''Code:''
<pre><nowiki>{{move|Better page}}</nowiki></pre>
''Output:''
{{move|Better page}}
 
=== Example: Signed move ===
This example demonstrates a signed move suggestion with the signature.
 
''Code:''
<pre><nowiki>{{move|Better page|~~~}}</nowiki></pre>
''Output:''
{{move|Better page|[[User:Dafrito|Dafrito]]}}
 
=== Example: Signed but untargeted move  ===
This example demonstrates a signed move suggestion without an explicit destination.
 
''Code:''
<pre><nowiki>{{move||~~~}}</nowiki></pre>
''Output:''
{{move||[[User:Dafrito|Dafrito]]}}
 
=== Example: Minimal use ===
This example demonstrates the minimal use of this template.
 
''Code:''
<pre><nowiki>{{move}}</nowiki></pre>
''Output:''
{{move}}

Latest revision as of 05:36, 28 June 2010

Template:Move creates an admonition that indicates a page should be moved or renamed. This is not a required step to move a page, but it may be useful if the move would be complicated or controversial. It's also useful if you are unsure where the page should be moved.

To use this template, insert {{move}} which will show a generic message suggesting a move. The suggested destination for the page may also be inserted: {{move|Better name}}. You may also sign the move by using ~~~ and providing it with the template: {{move||~~~}}.

Example: Targeted move

This example demonstrates an unsigned move suggestion that includes a destination.

Code:

{{move|Better page}}

Output:

Cog.png
Suggested move
It has been suggested to move or rename this page to "Better page".


Example: Signed move

This example demonstrates a signed move suggestion with the signature.

Code:

{{move|Better page|~~~}}

Output:

Cog.png
Suggested move
It has been suggested by Dafrito to move or rename this page to "Better page".


Example: Signed but untargeted move

This example demonstrates a signed move suggestion without an explicit destination.

Code:

{{move||~~~}}

Output:

Cog.png
Suggested move
It has been suggested by Dafrito to move or rename this page .


Example: Minimal use

This example demonstrates the minimal use of this template.

Code:

{{move}}

Output:

Cog.png
Suggested move
It has been suggested to move or rename this page .