Content deleted Content added
Ohconfucius (talk | contribs) Revert to revision 1088752026 dated 2022-05-19 22:57:14 by Ohconfucius using popups |
Ohconfucius (talk | contribs) bug fix per User:GoingBatty: incomplete removal of additional "|work=" parameter with piped term |
||
Line 443:
/// removing identical/similar entries in 'work' and 'publisher', and in 'work' and 'website'
regex(/\|\s
regex(/\|\s
regex(/\|\s
regex(/\|\s
regex(/\|\s
regex(/\|\s
regex(/(\|\s*(?:newspaper|website|work)\s*\=\s*(?:[^=|}\[<>]*)(?:\|[^}<>]*|))\|\s
regex(/(\|\s*(?:newspaper|website|work)\s*\=\s*\[\[([^<|\]]*)\]\](?:\|[^}<>]*|))\|\s
regex(/(\|\s*(?:newspaper|website|work)\s*\=\s*(?:\[\[(?:[^<|\]]*)\|(?:[^}<>]*)\]\])(?:\|[^}<>]*|))\|\s
regex(/(\|\s*(?:newspaper|website|work)\s*\=\s*(?:\[\[(?:[^<|\]]*)\|(?:[^}<>]*)\]\])(?:\|[^}<>]*|))\|\s?work\s*\=\s*(?:[^\[|}]*)(?=\s*[|}])/g, '$1'); //piped work x1
regex(/\|\s*___location\s*\=\s*New York(?: City|)\s*(\|[^}<>]*|)\|\s*___location\s*\=\s*(New York(?: City|)|USA)(?=[\s\.]*[|}])/g, '|___location=New York $1');
|