Template:Delete: Difference between revisions
No edit summary |
(documentation, including TemplateData) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Ambox | |||
|type=delete | |||
|text='''This {{namespace<noinclude>|page=</noinclude>}} is queued for deletion.''' The given reason is: '''''{{{1|No reason supplied!}}}'''''<br> | |||
<small>Any changes you make to this page will be deleted. When adding this template, '''please do not blank the page'''. Simply add this template at the top of the page you wish to submit for deletion review.</small> | |||
<small>Any changes you make to this page will be deleted. When adding this template, '''please do not blank the page'''. Simply add this template at the top of the page you wish to submit for deletion review.</small>< | |category=Articles to be Deleted | ||
</ | |includecat={{{includecat|<noinclude>no</noinclude>}}} | ||
< | }}<noinclude><!-- | ||
< | |||
-->{{Documentation|Content= | |||
< | Request a page to be deleted by an [[118Wiki:administrators|administrator]]. Adds the page to [[:Category:Articles to be Deleted]], where an admin will pick it up to be deleted. | ||
== Usage == | |||
=== Basic usage === | |||
<pre>{{Delete|reason}}</pre> | |||
To use this template, place it at the top of the page. Do not blank or remove the contents of the page. | |||
'''Unnamed parameter''' is used for stating the reason for deletion. If an admin finds the reason insufficient or it hasn't been given at all, they may contact the editor who requested the deletion for further information or simply not move forwards with the deletion. | |||
=== Showcasing === | |||
<pre>{{Delete|reason|includecat=no}}</pre> | |||
'''includecat''' parameter prevents the page from being included in the [[:Category:Articles to be Deleted]]. Use value "no" if you wish only to showcase the template. Any other value or leaving the parameter empty will cause the template to operate normally. Leave empty if you want the page to be deleted! | |||
== Example == | |||
<pre>{{Delete|Accidental duplicate page}}</pre> | |||
{{Delete|Accidental duplicate page|includecat=no}} | |||
Note that the text "This template is queued for deletion" will change depending on the type of the page. | |||
== TemplateData == | |||
{{Navbox|title=TemplateData|<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Reason", | |||
"description": "State the reason why you wish this page or file to be deleted.", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"includecat": { | |||
"description": "Only used if the template is being showcased. Do NOT use if you wish this page or file to be deleted!", | |||
"suggestedvalues": [ | |||
"yes", | |||
"no" | |||
], | |||
"default": "yes", | |||
"type": "line" | |||
} | |||
}, | |||
"description": "Request a page or file to be deleted by an admin.", | |||
"format": "inline" | |||
} | |||
</templatedata>}} | |||
}} | |||
[[Category:Maintenance Templates]]</noinclude> |
Latest revision as of 14:08, 11 February 2025
![]() |
This page is queued for deletion. The given reason is: No reason supplied! Any changes you make to this page will be deleted. When adding this template, please do not blank the page. Simply add this template at the top of the page you wish to submit for deletion review. |
Usage
Basic usage
{{Delete|reason}}
To use this template, place it at the top of the page. Do not blank or remove the contents of the page.
Unnamed parameter is used for stating the reason for deletion. If an admin finds the reason insufficient or it hasn't been given at all, they may contact the editor who requested the deletion for further information or simply not move forwards with the deletion.
Showcasing
{{Delete|reason|includecat=no}}
includecat parameter prevents the page from being included in the Category:Articles to be Deleted. Use value "no" if you wish only to showcase the template. Any other value or leaving the parameter empty will cause the template to operate normally. Leave empty if you want the page to be deleted!
Example
{{Delete|Accidental duplicate page}}
![]() |
This template is queued for deletion. The given reason is: Accidental duplicate page Any changes you make to this page will be deleted. When adding this template, please do not blank the page. Simply add this template at the top of the page you wish to submit for deletion review. |
Note that the text "This template is queued for deletion" will change depending on the type of the page.
TemplateData
Request a page or file to be deleted by an admin.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Reason | 1 | State the reason why you wish this page or file to be deleted. | Line | suggested |
includecat | includecat | Only used if the template is being showcased. Do NOT use if you wish this page or file to be deleted!
| Line | optional |