Template:Csdcheck/doc

From Wikipedia, the free encyclopedia
Code Template Description tag notice
G1 {{db-nonsense}} Patent nonsense Yes Yes
G2 {{db-test}} Test pages Yes Yes
G3 {{db-vandalism}} Vandalism Yes Yes
G4 {{db-repost}} Previously deleted by consensus Yes Yes
G5 {{db-banned}} Posts by banned user Yes No
G6 {{db-maintenance}} Housekeeping Yes No
G7 {{db-author}} Request by page author Yes No
G8 {{db-g8}} Talk page of or redir to deleted page Yes No
G9 -- Office actions No No
G10 {{db-attack}} Attack page Yes Yes
G11 {{db-spam}} Blatant promotion Yes Yes
G12 {{db-copyvio}} Obvious copyright infringement Yes Yes
G13 {{db-afc}} Abandoned Articles for creation submission Yes Yes
G14 {{db-disambig}} Unnecessary disambiguation pages Yes Yes
A1 {{db-nocontext}} Can't determine subject Yes Yes
A2 {{db-foreign}} From another Wikipedia Yes Yes
A3 {{db-nocontent}} Empty or no useful content Yes Yes
A7 {{db-a7}} No claim of significance Yes Yes
A9 {{db-album}} Album with no claim of significance Yes Yes
A10 {{db-same}} Duplicates an existing article Yes Yes
A11 {{db-madeup}} Obviously invented Yes Yes
F1 {{db-redundantimage}} Duplicates an existing image Yes Yes
F2 {{db-noimage}} Corrupt or empty image Yes Yes
F3 {{db-noncom}} Media with unacceptable license Yes Yes
F4 {{db-unksource}} Media with unknown source No No
F5 {{db-f5}} Non-free license not used in articles No No
F6 {{db-norat}} Fair use rationale needed No No
F7 {{db-badfairuse}} Inappropriate fair use Yes Yes
F8 {{db-nowcommons}} Moved to commons Yes No
F9 {{db-filecopyvio}} Image copyright infringement Yes Yes
F11 {{db-nopermission}} Missing evidence of permission No No
C1 {{db-catempty}} Empty category Yes Yes
C2 {{cfr-speedy}} Renaming/merging of category No No
U1 {{db-userreq}} Requested by user Yes No
U2 {{db-nouser}} Non-existent user Yes No
R2 {{db-rediruser}} Cross-namespace redirect Yes Yes
R3 {{db-redirtypo}} Implausible redirect Yes Yes
R4 {{db-redircom}} File namespace redirect that shadows a Commons file or redirect Yes Yes

This template checks whether any given input strings are valid speedy deletion (CSD) criteria. If any of the input strings are valid, the template outputs "yes"; if none of them are valid, it does not output anything. Valid CSD criteria take the form of a letter plus a number, e.g. "G6" or "A7" (see the table to the right for a list). This template accepts both uppercase and lowercase letters as valid, so both "G3" and "g3" would return "yes". It accepts any number of input strings. It is also possible to compare the input strings to a custom selection of CSD criteria.

Usage[edit]

Basic usage

{{csdcheck|string to be compared}}

Checking multiple strings

{{csdcheck|string1|string2|string3|string4|etc.}}

Using a specific subset of CSD criteria

{{csdcheck|string1|string2|string3|string4|set=desired subset of CSD criteria}}

Searching for specific CSD criteria

{{csdcheck|string1|string2|string3|string4|crit1=first criteria to search for|crit2=second criteria to search for|etc.}}

This template can be either substituted or transcluded.

Parameters[edit]

  • set:- This parameter can take the value "all", "tag", or "notice". A value of "all" returns "yes" for all valid CSD criteria; a value of "tag" returns "yes" for all criteria supported by the template {{db-multiple}}; and a value of "notice" returns "yes" for all criteria supported by the template {{db-notice-multiple}}. The default value is "all". See the table to the right for which criteria are supported for each value of the parameter.
  • crit1, crit2, crit3, etc.:- These parameters are used to check for specific speedy deletion criteria. It is possible to search for both single and multiple criteria. For example, if |crit1=g1 is specified, the template will search to see if any of the input strings match CSD criterion G1, and if they do it will output "yes". If |crit1=g11 and |crit=a7 are both specified, the template will search to see if any of the input strings match either CSD criteria G11 or A7, and if there are any matches it will output "yes". You can add any number of criteria. If any of the "crit" parameters are specified then the "set" parameter has no effect on the template's output.

Examples[edit]

Input Output
{{csdcheck|a7}} yes
{{csdcheck|foo}}
{{csdcheck|g9}} yes
{{csdcheck|g9|set=tag}}
{{csdcheck|foo|bar|g5}} yes
{{csdcheck|foo|bar|g5|set=notice}}
{{csdcheck|g1|crit1=g1}} yes
{{csdcheck|g1|crit1=g2}}
{{csdcheck|foo|crit1=foo}}
{{csdcheck|g9|crit1=g9|set=tag}} yes
{{csdcheck|g1|g2|g3|g4|crit1=a7}}
{{csdcheck|g1|g2|g3|g4|crit1=g3}} yes
{{csdcheck|g1|g2|g3|g4|crit1=a7|crit2=a10|crit3=g2}} yes

See also[edit]