8,827
edits
(Tip on when to use Template:Delete-sp) |
(Add template data) |
||
| Line 27: | Line 27: | ||
== Usage == | == Usage == | ||
Add the template to the top of the article, file or template you want to nominate for deletion. | Add the template to the top of the article, file or template you want to nominate for deletion. If you need arguments to support your reason, please do so on the page's talk page, allowing others to discuss the nomination. | ||
<templatedata> | |||
If you need arguments to support your reason, please do so on the page's talk page, allowing others to discuss the nomination. | { | ||
"params": { | |||
"day": { | |||
"label": "Day", | |||
"type": "number", | |||
"autovalue": "{{subst:CURRENTDAY2}}", | |||
"required": true, | |||
"description": "Day of the deletion proposal" | |||
}, | |||
"month": { | |||
"label": "Month", | |||
"type": "number", | |||
"autovalue": "{{subst:CURRENTMONTH}}", | |||
"required": true, | |||
"description": "Month of the deletion proposal" | |||
}, | |||
"year": { | |||
"label": "Year", | |||
"type": "number", | |||
"autovalue": "{{subst:CURRENTYEAR}}", | |||
"required": true, | |||
"description": "Year of the deletion proposal" | |||
}, | |||
"reason": { | |||
"label": "Reason", | |||
"description": "Why should this wiki entry be deleted?", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"nocat": { | |||
"description": "If true automatic categorisation of the page will be suppressed. Useful for demonstration purposes.", | |||
"label": "Suppress automatic categorisation", | |||
"type": "boolean" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"reason", | |||
"day", | |||
"month", | |||
"year", | |||
"nocat" | |||
], | |||
"description": "This template will mark articles, templates or files considered for deletion." | |||
} | |||
</templatedata> | |||
== Example == | == Example == | ||