Pređi na sadržaj

Medijaviki:Titleblacklist

Izvor: Викицитат
  1. Ovo je crni spisak naslova. Naslovi koji sadrže regularni izraz iz ovog spiska ne mogu biti napravljeni.
  2. Koristi „#” za komentare.
  3. Podrazumevano je neosetljiv na veličinu slova
 # Називи датотека/слика
 # GENERIC IMAGE FILE NAMES (with custom error message)
# at most three letters of potentially meaningful text:
Datoteka:\P{L}*((Ima?ge?|Pict?(ure)?|Media|Photo)\P{L}+)?(\p{L}\P{L}*){0,3}((orig|copy|thumb|small)\P{L}*)?\.[^.]+  <reupload | errmsg=titleblacklist-custom-imagename>
# no more than two contiguous letters (raising to three would be tempting, but needs more testing):
Datoteka:\P{L}*((Ima?ge?|Pict?(ure)?|Media|Photo)[^\p{L}\p{M}]\P{L}*)?((\p{L}\p{M}*){1,2}[^\p{L}\p{M}]\P{L}*)*((orig|copy|thumb|small)\P{L}*|(\p{L}\p{M}*){1,2})?\.[^.]+  <reupload | errmsg=titleblacklist-custom-imagename>
# month name followed by no more than two contiguous letters, JPEG suffix (be careful if you edit this, easy to trigger false positives):
Datoteka:\P{L}*(January|Jan|February|Febr?|March|Mar|April|Apr|May|June?|July?|August|Aug|September|Sept?|October|Oct|November|Nov|December|Dec)(\P{L}+\p{L}{1,2})*\P{L}*\.JPE?G  <reupload | errmsg=titleblacklist-custom-imagename>
# Common digital cameral file names, based on list at http://diddly.com/random/about.html
# See also MediaWiki:Filename-prefix-blacklist, used to generate a warning on the upload form
Datoteka:DCP\d+\.JPG  <reupload | errmsg=titleblacklist-custom-imagename>  # Kodak
Datoteka:DSC.\d+\.JPG  <reupload | errmsg=titleblacklist-custom-imagename>  # Design rule for Camera File system (Nikon, Fuji, Polaroid)
Datoteka:MVC-?\d+\.JPG  <reupload | errmsg=titleblacklist-custom-imagename>  # Sony Mavica
Datoteka:P[\dA-F]\d+\.JPG  <reupload | errmsg=titleblacklist-custom-imagename>  # Olympus, Kodak
Datoteka:I?MG[P_\s-]?\d+\.JPG  <reupload | errmsg=titleblacklist-custom-imagename>  # Canon, Pentax
Datoteka:1\d+-\d+(_IMG)?\.JPG  <reupload | errmsg=titleblacklist-custom-imagename>  # Canon
Datoteka:(IM|EX)\d+\.JPG  <reupload | errmsg=titleblacklist-custom-imagename>  # HP Photosmart
Datoteka:DC\d+[SML]\.JPG  <reupload | errmsg=titleblacklist-custom-imagename>  # Kodak
Datoteka:P[Ii][Cc][T_\s-]?\d+\.JPG  <reupload | errmsg=titleblacklist-custom-imagename>  # Minolta
Datoteka:PANA\d+\.JPG  <reupload | errmsg=titleblacklist-custom-imagename>  # Panasonic
Datoteka:DUW\d+\.JPG  <reupload | errmsg=titleblacklist-custom-imagename>  # some mobile phones
Datoteka:CIMG\d+\.JPG  <reupload | errmsg=titleblacklist-custom-imagename>  # Casio
Datoteka:JD\d+\.JPG  <reupload | errmsg=titleblacklist-custom-imagename>  # Jenoptik
# Other common patterns
Datoteka:\d{9}[A-Z]{6}_[A-Z]{2}\P{L}*\.\w+  <reupload | errmsg=titleblacklist-custom-imagename>  # some image hosting site?
Datoteka:\d+_[\da-f]+(_[a-z])?\P{L}*\.\w+  <reupload | errmsg=titleblacklist-custom-imagename>  # Flickr; see http://www.flickr.com/services/api/misc.urls.html
# Datoteka:(\d{9,10}[A-Z])+[A-Z]?\.\w+  <reupload | errmsg=titleblacklist-custom-imagename>  # yet another image hosting site? (redundant to "no more than two contiguous letters")
Datoteka:([\dA-F]{8}-)?[\dA-F]{4}-[\dA-F]{4}-[\dA-F]{4}-?[\dA-F]{12}.*  <reupload | errmsg=titleblacklist-custom-imagename>  # UUID (with some variations included)
Datoteka:([SML]|\d+)_[\dA-F]{10,}(-\d+-|_?(\w\w?|full))?\.[^.]+  <reupload | errmsg=titleblacklist-custom-imagename>  # L_9173c67eae58edc35ba7f2df08a7d5c6.jpg, 1_bf38bcd9c5512a5ab99ca2219a4b1e2f_full.gif, etc.
Datoteka:\P{L}*No\P{L}*name\P{L}*\.[^.]+  <reupload | errmsg=titleblacklist-custom-imagename>  # Noname2.jpg
Datoteka:AT[AEIMQUYcgkosw048]AAA[A-D][-_A-Za-z0-9]+\.jpg  <reupload | errmsg=titleblacklist-custom-imagename>  # see commons:Commons:Village pump/Archive/2009/01#File ATgAAA...
#Pict or Picture followed by numbers
Datoteka:Pict(ure)?[\s_-]?\d*\..* <reupload | errmsg=titleblacklist-custom-imagename>
# Only numbers in the filename
Datoteka:\d+\.\w+ <reupload|errmsg=titleblacklist-custom-imagename>

# Caps only are no good filenames at all (tentatively restricted to only long file names
Datoteka:[0-9 ]*([A-Z][0-9 ]*){30,}\.\w+ <reupload|casesensitive|errmsg=titleblacklist-custom-filename>
Datoteka:[0-9 ]*([A-Š][0-9 ]*){30,}\.\w+ <reupload|casesensitive|errmsg=titleblacklist-custom-filename>

# Thumbnail file names, with special error message:
Datoteka:\d+px-.* <reupload|casesensitive|errmsg=titleblacklist-custom-thumbnail>

# File names with double apostrophes, with special error message:
Datoteka:.*'{2}.* <reupload|errmsg=titleblacklist-custom-double-apostrophe>
# File names that match their extension, e.g. "Датотека:Jpg.jpg"
Датотека:(\w+)\.\\1 <reupload|errmsg=titleblacklist-custom-filename>

# Very basic rule to prevent some file pages without media
Датотека:[\w\d\s]+ <reupload>
 # Корисничка имена
.*kanonkas.* <newaccountonly>
.*fr[iíl]tz(?: *(?:g\b|urin)|(?-i:G)).* <newaccountonly>
.*\b(nigg(er|a)|bitch|asshole|bastard|shit|fu[c(k]k)\b.* <newaccountonly>
.*\b(ku(č|c)ka|кучка|kurva|курва|(š|s)upak|шупак|peder|педер|sranje|срање|(đ|dj)ubre|ђубре)\b.* <newaccountonly>
.*\b(penis|vagina|cunt|fellatio|cunnilingus)\b.* <newaccountonly>
.*\b(пенис|kurac|курац|вагина|pi(č|c)ka|пичка|pizda|пизда)\b.* <newaccountonly>
.*\b(molests|masturbates|sucks|incest|slut|rape[sd])\b.* <newaccountonly>
.*\bva[gġ]ina\b.* <newaccountonly>
.*\bcoċk\b.* <newaccountonly>
.*h[iíl1]t(?-i:[LlI1])[e3]r.* <newaccountonly>
.*[ií1]d[ií1][o0]t.* <newaccountonly>
.*(\bs|S)(?i:crotum).* <newaccountonly>
.*(\bo|O)(?i:rgasm).* <newaccountonly>
.*\.(com|org|co\.uk|net|info|rs)\b.* <newaccountonly>
.*((wiki([mp]edia(?!n)|books|quote|versity|source|news|species)|wiktionary)).* <newaccountonly>
.*((вики([мп]ед|књиг|кнјиг|цит|верзит|звор|вест|врст|реч)|ВП\:)).* <newaccountonly>
.*((viki([mp]ed|knjig|cit|verzit|zvor|vest|vrst|reč)|VP\:|WP\:)).* <newaccountonly>
.*\b(admin|sysop|moderator|arbitrator|checkuser|oversight).* <newaccountonly>
.*\b(админ|модератор|(č|c)ekjuzer|чекјузер).* <newaccountonly>
.*(admin|sysop|moderator|arbitrator|checkuser|oversight)\b.* <newaccountonly>
.*(админ|модератор|(č|c)ekjuzer|чекјузер)\b.* <newaccountonly>
.*(jimbo wales).* <newaccountonly>
.*(\bo|O)(n wheels).* <newaccountonly>
.*(gra(w|vv|ww)p).* <newaccountonly>
.*卍.* <newaccountonly>
.*卐.* <newaccountonly>
.*[A-Z ]{5,}.* <casesensitive|newaccountonly> # No more than 5 caps, also separated by spaces
.*[А-Ш ]{5,}.* <casesensitive|newaccountonly> # No more than 5 caps, also separated by spaces