Content deleted Content added
Ohconfucius (talk | contribs) No edit summary |
Ohconfucius (talk | contribs) tweak per bug notification |
||
Line 122:
regex(/(''Daily News) \|___location=(New York)('')/gi, '$1$3 \($2\)');
regex(/(''\[\[Daily News\]\]) \|___location=(New York)('')/gi, '$1$3 \($2\)');
regex(/(=\s*\[\[|\|)(Daily News)( \|___location=
regex(/(\[\[|\|)(Daily News) \|___location=(New York)(\]\])/gi, '$1$2$4 $3');
regex(/(''Evening Standard) \|___location=(London)('')/gi, '$1$3 \($2\)');
regex(/(''\[\[Evening Standard\]\]) \|___location=(London) ?('')/gi, '$1$3 \($2\)');
regex(/(=\s*\[\[|\|)(Evening Standard)( \|___location=London)(\]\])/gi, '$1$2$4$3');
regex(/(\[\[|\|)(Evening Standard)( \|___location=London)(\]\])/gi, '$1$2$4 $3');
// displacing ___location-dab (in parentheses)
|