m (Ihaveahax moved page User:Ihaveahax/Template:Delete/doc to Template:Delete/doc without leaving a redirect) |
(TemplateData) |
||
Line 1: | Line 1: | ||
Put this on a page that should be deleted. It accepts one parameter, <code><nowiki>|reason=</nowiki></code> (can also be specified as <code><nowiki>|1=</nowiki></code>). | Put this on a page that should be deleted. It accepts one parameter, <code><nowiki>|reason=</nowiki></code> (can also be specified as <code><nowiki>|1=</nowiki></code>). | ||
== TemplateData == | |||
<templatedata> | |||
{ | |||
"params": { | |||
"reason": { | |||
"aliases": [ | |||
"1" | |||
], | |||
"label": "Reason", | |||
"description": "Why this page should be deleted", | |||
"type": "content", | |||
"required": true | |||
} | |||
}, | |||
"description": "Mark a page for deletion by an administrator.", | |||
"format": "inline" | |||
} | |||
</templatedata> |
Revision as of 22:56, 24 June 2024
Put this on a page that should be deleted. It accepts one parameter, |reason=
(can also be specified as |1=
).
TemplateData
Mark a page for deletion by an administrator.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Reason | reason 1 | Why this page should be deleted | Content | required |