Template:Delete/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
Line 36: Line 36:
|}
|}


== Usage and Preview ==
See [[/testcases]] for use cases
<div style="line-height:2em">
{{Code|{{((}}Delete{{))}}}}
{{Code|{{((}}Delete&#124;{{Tint|color=comment|Lorem Ipsum}}{{))}}}}
{{Code|{{((}}Delete&#124;{{Tint|color=yellow|reason}}{{=}}{{Tint|color=green|imgpolicy}}{{))}}}}
{{Code|{{((}}Delete&#124;{{Tint|color=yellow|reason}}{{=}}{{Tint|color=green|modcriteria}}{{))}}}}
{{Code|{{((}}Delete&#124;{{Tint|color=yellow|reason}}{{=}}{{Tint|color=green|moved}}{{))}}}}
{{Code|{{((}}Delete&#124;{{Tint|color=yellow|reason}}{{=}}{{Tint|color=green|deprecated}}{{))}}}}
{{Code|{{((}}Delete&#124;{{Tint|color=yellow|reason}}{{=}}{{Tint|color=green|spam}}{{))}}}}
{{Code|{{((}}Delete&#124;{{Tint|color=yellow|reason}}{{=}}{{Tint|color=green|unwanted}}{{))}}}}
{{Code|{{((}}Delete&#124;{{Tint|color=yellow|reason}}{{=}}{{Tint|color=green|unused}}{{))}}}}
{{Code|{{((}}Delete&#124;{{Tint|color=yellow|reason}}{{=}}{{Tint|color=green|irrelevant}}{{))}}}}
{{Code|{{((}}Delete&#124;{{Tint|color=yellow|reason}}{{=}}{{Tint|color=green|duplicate}}{{))}}}}
</div>
 
<div style="background:#262626; border-radius:6px; padding:.8em">
{{Delete|nocat=1|Lorem Ipsum}}
{{Delete|nocat=1|reason=imgpolicy}}
{{Delete|nocat=1|reason=modcriteria}}
{{Delete|nocat=1|reason=moved}}
{{Delete|nocat=1|reason=deprecated}}
{{Delete|nocat=1|reason=spam}}
{{Delete|nocat=1|reason=unwanted}}
{{Delete|nocat=1|reason=unused}}
{{Delete|nocat=1|reason=irrelevant}}
{{Delete|nocat=1|reason=duplicate}}
</div>
 
 
<div style="line-height:2em">
{{Code|{{((}}Delete&#124;{{Tint|color=yellow|namespace}}{{=}}{{Tint|color=green|category}}{{))}}}}
{{Code|{{((}}Delete&#124;{{Tint|color=yellow|namespace}}{{=}}{{Tint|color=green|discuss}}{{))}}}}
{{Code|{{((}}Delete&#124;{{Tint|color=yellow|namespace}}{{=}}{{Tint|color=green|doc}}{{))}}}}
{{Code|{{((}}Delete&#124;{{Tint|color=yellow|namespace}}{{=}}{{Tint|color=green|file}}{{))}}}}
{{Code|{{((}}Delete&#124;{{Tint|color=yellow|namespace}}{{=}}{{Tint|color=green|help page}}{{))}}}}
{{Code|{{((}}Delete&#124;{{Tint|color=yellow|namespace}}{{=}}{{Tint|color=green|modpage}}{{))}}}}
{{Code|{{((}}Delete&#124;{{Tint|color=yellow|namespace}}{{=}}{{Tint|color=green|page}}{{))}}}}
{{Code|{{((}}Delete&#124;{{Tint|color=yellow|namespace}}{{=}}{{Tint|color=green|redirect}}{{))}}}}
{{Code|{{((}}Delete&#124;{{Tint|color=yellow|namespace}}{{=}}{{Tint|color=green|template}}{{))}}}}
{{Code|{{((}}Delete&#124;{{Tint|color=yellow|namespace}}{{=}}{{Tint|color=green|userpage}}{{))}}}}
</div>
 
<div style="background:#262626; border-radius:6px; padding:.8em">
{{Delete|nocat=1|namespace=category}}
{{Delete|nocat=1|namespace=discuss}}
{{Delete|nocat=1|namespace=doc}}
{{Delete|nocat=1|namespace=file}}
{{Delete|nocat=1|namespace=help}}
{{Delete|nocat=1|namespace=modpage}}
{{Delete|nocat=1|namespace=page}}
{{Delete|nocat=1|namespace=redirect}}
{{Delete|nocat=1|namespace=template}}
{{Delete|nocat=1|namespace=userpage}}
</div>

Revision as of 15:44, 10 January 2024

English (en)Deutsch (de)Esperanto (eo)Español (es)Français (fr)Suomi (fi)Hrvatski (hr)Magyar (hu)Italiano (it)日本語 (ja)한국어 (ko)Nederlands (nl)Polski (pl)Português (pt)Português do Brasil (pt-br)Русский (ru)Slovenčina (sk)Svenska (sv)Türkçe (tr)Українська (uk)Tiếng Việt (vi)中文 (zh)中文(臺灣) (zh-tw)
Edit-copy.png
This is a documentation subpage for Template:Delete.
Don't forget to purge the contents of the base page upon creating or editing this subpage.

This template is intended to be used for marking a page for speedy deletion.

Parameters and Examples

Parameter Description Example
{{{1}}} For detailing a custom reason.
{{Delete|Lorem Ipsum}}
{{{reason}}} Defines the reasoning for deletion. Available reasons:
  • imgpolicy – for failing to meet the image use policy.
  • modcriteria – for failing to meet the mod profile criteria.
  • moved – because it has moved.
  • deprecated – because it is deprecated.
  • spam – because it is spam.
  • unwanted – because it is unwanted by the author.
  • unused – because it is unused.
  • irrelevant – because it is irrelevant to the wiki's scope.
  • duplicate – because it is a duplicate of a different page or image.
{{Delete|reason=imgpolicy}}
{{{namespace}}} Specifies the namespace of page. The page namespace is determined automatically if this parameter is not specified.
{{Delete|namespace=template}}
{{{nocat}}} To prevent the adding of the Category:Candidates for speedy deletion category. Does not change anything visibly.
{{Delete|nocat=1}}

See /testcases for use cases