User:Ohconfucius/script/Sources.js: Difference between revisions

Content deleted Content added
No edit summary
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=(New York)(\]\])/gi, '$1$2$4$3');
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)