တမ်းပလိတ်:Csdcheck/doc

ဝီကီပီးဒီးယား မှ
ကုဒ် တမ်းပလိတ် ဖော်ပြချက် အားလုံး tag သတိပေးချက်
G1 {{db-nonsense}} Patent nonsense Yes Yes Yes
G2 {{db-test}} Test pages Yes Yes Yes
G3 {{db-vandalism}} Vandalism Yes Yes Yes
G4 {{db-repost}} Previously deleted by consensus Yes Yes Yes
G5 {{db-banned}} Posts by banned user Yes Yes No
G6 {{db-maintenance}} Housekeeping Yes Yes No
G7 {{db-author}} Request by page author Yes Yes No
G8 {{db-g8}} Talk page of or redir to deleted page Yes Yes No
G9 -- Office actions Yes No No
G10 {{db-attack}} Attack page Yes Yes Yes
G11 {{db-spam}} Blatant promotion Yes Yes Yes
G12 {{db-copyvio}} Obvious copyright infringement Yes Yes Yes
G13 {{db-afc}} Abandoned Articles for creation submission Yes Yes Yes
A1 {{db-nocontext}} Can't determine subject Yes Yes Yes
A2 {{db-foreign}} From another Wikipedia Yes Yes Yes
A3 {{db-nocontent}} Empty or no useful content Yes Yes Yes
A5 {{db-transwiki}} Already been transwikied Yes Yes Yes
A7 {{db-a7}} No claim of significance Yes Yes Yes
A9 {{db-album}} Album with no claim of significance Yes Yes Yes
A10 {{db-same}} Duplicates an existing article Yes Yes Yes
A11 {{db-madeup}} Obviously invented Yes Yes Yes
F1 {{db-redundantimage}} Duplicates an existing image Yes Yes Yes
F2 {{db-noimage}} Corrupt or empty image Yes Yes Yes
F3 {{db-noncom}} Media with unacceptable license Yes Yes Yes
F4 {{db-unksource}} Media with unknown source Yes No No
F5 {{db-unfree}} Non-free license not used in articles Yes No No
F6 {{db-norat}} Fair use rationale needed Yes No No
F7 {{db-badfairuse}} Inappropriate fair use Yes Yes Yes
F8 {{db-nowcommons}} Moved to commons Yes Yes No
F9 {{db-filecopyvio}} Image copyright infringement Yes Yes Yes
F10 {{db-badfiletype}} Unused media of unsupported type Yes Yes Yes
F11 {{db-nopermission}} Missing evidence of permission Yes No No
C1 {{db-catempty}} Empty category Yes Yes Yes
C2 {{cfr-speedy}} Renaming/merging of category Yes No No
U1 {{db-userreq}} Requested by user Yes Yes No
U2 {{db-nouser}} Non-existent user Yes Yes No
U3 {{db-gallery}} User non-free image gallery Yes Yes Yes
R2 {{db-rediruser}} Cross-namespace redirect Yes Yes Yes
R3 {{db-redirtypo}} Implausible redirect Yes Yes Yes
T2 {{db-policy}} Mis-states policy Yes Yes Yes
T3 {{db-t3}} Duplication/hardcoded cases Yes No No
P1 {{db-p1}} Would be speedyable if an article Yes Yes Yes
P2 {{db-emptyportal}} Portal with too few articles Yes 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[ပြင်ဆင်ရန်]

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[ပြင်ဆင်ရန်]

  • 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[ပြင်ဆင်ရန်]

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

အခြားကြည့်ရန်[ပြင်ဆင်ရန်]