Content deleted Content added
Ohconfucius (talk | contribs) tw |
Ohconfucius (talk | contribs) tw |
||
Line 264:
//rem linking within locations field
regex(/(\|[ ]*?___location=[ ]*?)\[\[([^\|\]]+?)\]\](?:(,? )\[\[([^\|\]]+?)\]\]|)([ ]{0,1})/gi, '$1$2$3$4$5');
regex(/(\|[ ]*?___location=[ ]*?)\[\[(?:[^\|\]]+?\|)([\w\s\,]+?)\]\](?:(,? )\[\[([^\|\]]+?)\]\]|)([ ]{0,1})/gi, '$1$2$3$4$5');
}
|