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

Content deleted Content added
//disabled conversion of yyyy-mm-dd in citation templates (except publication date)
repurposed unused line to protect archive url links (archive.today)
Line 807:
regex(/(\[(?:https?:|ftp:))([^\]]*)(\])/gi, protect_function);
regex(/(>[ ]*(?:https?:|ftp:))([^< >\]]*)([ ]*<)/gi, protect_function);
// regex(/(\|archive-?url=https?:|ftp:)([^\s\]|]*)([\s\]]|)/gi, protect_function); //repurposed unused line to protect archive url links (archive.today)
regex(/(<blockquote>)([\s\S]*?)(<\/blockquote>)/gi, protect_function);
regex(/(<noinclude>)([\s\S]*?)(<\/noinclude>)/gi, protect_function);