Template:Delete/doc
From FedoraProject
(→Default messages: Clarified use rules, removed code listings, mentioned aliases) |
(→Standard responses: Added builtin messages, reorganized sections, tweaked examples to use builtins) |
||
| Line 3: | Line 3: | ||
Page deletions should usually be reserved for mistakes, as a deleted page may break links. For pages that have been moved, use a [[Help:Redirects|redirect]]. For pages with obsolete content, try merging the content into other articles and then providing a redirect to an appropriate location. | Page deletions should usually be reserved for mistakes, as a deleted page may break links. For pages that have been moved, use a [[Help:Redirects|redirect]]. For pages with obsolete content, try merging the content into other articles and then providing a redirect to an appropriate location. | ||
| − | To use, insert <code><nowiki>{{delete}}</nowiki></code> which will display a default message. To include a reason for the request, insert <code><nowiki>{{delete|This page really needs to be deleted.}}</nowiki></code>. | + | To use, insert <code><nowiki>{{delete}}</nowiki></code> which will display a default message. To include a specific reason for the request, insert <code><nowiki>{{delete|This page really needs to be deleted.}}</nowiki></code>. Since pages usually get deleted for similar reasons, built-in messages exist to encourage reuse and consistency. A built-in message may be used by providing the name of that message. For example, both <code><nowiki>{{delete|random}}</nowiki></code> and <code><nowiki>{{delete|mysterious}}</nowiki></code> indicate that the page should be deleted due to meaningless or nonsensical content. |
| + | |||
| + | == Standard responses == | ||
| + | This template has built-in reasons for some common scenarios which can be automatically included in lieu of a full reason. For example, request the deletion of a [[Help:Sandbox|sandbox]] by inserting <code><nowiki>{{delete|sandbox}}</nowiki></code>. Many aliases also exist for these messages, such as "senseless", "not useful", and "nonsense" to refer to "random". | ||
| + | |||
| + | === random === | ||
| + | The "random" message is used for a page that appears to have been used to test out the wiki. Some examples include nonsense such as a single word or letter. | ||
| + | {{delete|random}} | ||
| + | === irrelevant === | ||
| + | The "irrelevant" message is used for a page that does not appear to be relevant to this project. Some examples include random code listings or a list of files. | ||
| + | {{delete|irrelevant}} | ||
| + | === obsolete === | ||
| + | The "obsolete" message indicates a page is no longer used. This should only be used for pages that do not have historical value. | ||
| + | {{delete|obsolete}} | ||
== Examples == | == Examples == | ||
| Line 10: | Line 23: | ||
''Code:'' | ''Code:'' | ||
| − | <pre><nowiki>{{delete| | + | <pre><nowiki>{{delete|random}}</nowiki></pre> |
''Output'': | ''Output'': | ||
| − | {{delete|This page is | + | {{delete|random}} |
| + | |||
| + | === Example: Specific delete request === | ||
| + | This example demonstrates a request for deletion with an explicit reason. | ||
| + | |||
| + | ''Code:'' | ||
| + | <pre><nowiki>{{delete|This page is upside-down.}}</nowiki></pre> | ||
| + | ''Output'': | ||
| + | {{delete|This page is upside-down.}} | ||
=== Example: Minimal delete request === | === Example: Minimal delete request === | ||
| Line 21: | Line 42: | ||
''Output'': | ''Output'': | ||
{{delete}} | {{delete}} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 09:54, 28 June 2010
Template:Delete is an admonition that indicates a page should be deleted. This template makes these pages easier for administrators to find and work through, especially if a reason is provided.
Page deletions should usually be reserved for mistakes, as a deleted page may break links. For pages that have been moved, use a redirect. For pages with obsolete content, try merging the content into other articles and then providing a redirect to an appropriate location.
To use, insert {{delete}} which will display a default message. To include a specific reason for the request, insert {{delete|This page really needs to be deleted.}}. Since pages usually get deleted for similar reasons, built-in messages exist to encourage reuse and consistency. A built-in message may be used by providing the name of that message. For example, both {{delete|random}} and {{delete|mysterious}} indicate that the page should be deleted due to meaningless or nonsensical content.
Contents |
Standard responses
This template has built-in reasons for some common scenarios which can be automatically included in lieu of a full reason. For example, request the deletion of a sandbox by inserting {{delete|sandbox}}. Many aliases also exist for these messages, such as "senseless", "not useful", and "nonsense" to refer to "random".
random
The "random" message is used for a page that appears to have been used to test out the wiki. Some examples include nonsense such as a single word or letter.
irrelevant
The "irrelevant" message is used for a page that does not appear to be relevant to this project. Some examples include random code listings or a list of files.
obsolete
The "obsolete" message indicates a page is no longer used. This should only be used for pages that do not have historical value.
Examples
Example: Basic delete request
This example demonstrates a basic request for deletion.
Code:
{{delete|random}}
Output:
Example: Specific delete request
This example demonstrates a request for deletion with an explicit reason.
Code:
{{delete|This page is upside-down.}}
Output:
Example: Minimal delete request
This example demonstrates the default request for deletion.
Code:
{{delete}}
Output: