Template:Delete/doc: Difference between revisions
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Documentation/Header}} | |||
This template is used to mark pages for deletion, categorizing them in [[:Category:Candidates for Deletion]]. | |||
< | ==Syntax== | ||
{{T|Delete|v1=reason for deletion, optional}} | |||
==Example== | |||
{{T|Delete|off topic}} yields: {{Delete|off topic|nocat=1}} | |||
==Template Data== | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Reason", | |||
"description": "Reason for Deletion", | |||
"type": "string" | |||
} | |||
}, | |||
"description": "Mark page as a Candidate for Deletion", | |||
"format": "inline", | |||
"paramOrder": [ | |||
"1" | |||
] | |||
} | |||
</templatedata> | |||