User:Ohconfucius/test/MOSNUM dates code.js: Difference between revisions

Content deleted Content added
tweak protection bug
protection tweak - url
Line 547:
regex(/((?:Category|Image|File):)([^|\]]*)([\|\]])/gi, protect_function);
regex(/(\{(?:See ?also|Main))(\|[^\}]*)(\})/gi, protect_function);
regex(/(\[(?:https?:|ftp:))([^\s\]]*)([\s\]])(.)/gi, protect_function);
regex(/(\[(?:https?:|ftp:))([^\]]*\])(.)/gi, protect_function);
regex(/(>[ ]*(?:https?:|ftp:))([^< >\]]*)([ ]*<)/gi, protect_function);