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

Content deleted Content added
m fix space
ref tags with bare urls
Line 539:
regex(/((?:Category|Image|File):)([^|\]]*)([\|\]])/gi, protect_function);
regex(/(\{(?:See ?also|Main))(\|[^\}]*)(\})/gi, protect_function);
regex(/(\[(?:http:|https?:|ftp:))([^\s\]]*)([\s\]])/gi, protect_function);
regex(/(\[(?:http:|https?:|ftp:))([^\]]*)(\])/gi, protect_function);
regex(/(>[ ]*(?:https?:|ftp:))([^< >\]]*)([ ]*<)/gi, protect_function);
regex(/(<blockquote>)(.*?)(<\/blockquote>)/gi, protect_function);
regex(/((?:image\d?|image_skyline|image[ _]___location\d?|image[ _]name|img|pic)\s*=)([^\|\}]*)([\|\}])/gi, protect_function);