Content deleted Content added
Ohconfucius (talk | contribs) +@DD, @Month, @YYYY |
Ohconfucius (talk | contribs) No edit summary |
||
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
}
|