Content deleted Content added
Ohconfucius (talk | contribs) No edit summary |
Ohconfucius (talk | contribs) commenting out for bug check |
||
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");
}
|