Content deleted Content added
Ohconfucius (talk | contribs) add New York (magazine) |
Ohconfucius (talk | contribs) tweaked to insert title per pipe trick; per User:GoingBatty |
||
Line 295:
regex(/(=[ ]*)(Billboard|Campaign|Fast Company|New York|People|Q|Slate|Time(?: Out|)|Wired) \((?:magazine)\)(?=\s*[|}])/g, '$1$2'); //non-standard code
regex(/('')(Billboard|Campaign|Fast Company|New York|People|Q|Slate|Time(?: Out|)|Wired) \(magazine\)(?='')/g, '$1$2'); //non-standard code
regex(/(
regex(/(\|)(Billboard|Campaign|Fast Company|New York|People|Q|Slate|Time(?: Out|)|Wired)(?: \(magazine\))(?=\]\])/g, '$1$2');
regex(/(=[ ]*)(Quartz) \((?:publication)\)(?=\s*[|}])/g, '$1$2'); //non-standard code
|