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

Content deleted Content added
No edit summary
tweak protection bug
Line 548:
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);
regex(/(<blockquote>)(.*?)(<\/blockquote>)/gi, protect_function);