Content deleted Content added
Ohconfucius (talk | contribs) tweak |
Ohconfucius (talk | contribs) Undid revision 514289061 by Ohconfucius (talk) |
||
Line 449:
{
ohc_regex(/(\|[ ]*(?:date|archivedate|accessdate)[ ]*=[ ]*)@Day @Month @YYYY(?=[ ]*[\|\}])/gi, "$1@Day @FullMonth @YYYY");
ohc_regex(/(<ref[^>]*>[^<]+?[\s\(])@Day @Month @YYYY(?=[^\w\/\-%,<]*?<\/ref>)/gi, "$1@Day @FullMonth @YYYY");
ohc_regex(/(\|[ ]*(?:date|archivedate|accessdate)[ ]*=[ ]*)@Month @Day, @YYYY(?=[ ]*[\|\}])/gi, "$1@FullMonth @Day, @YYYY");
ohc_regex(/(<ref[^>]*>[^<]+?[\s\(])@Month @Day, @YYYY(?=[^\w\/\-%,<]*?<\/ref>)/gi, "$1@FullMonth @Day, @YYYY");
}
|