Content deleted Content added
Ohconfucius (talk | contribs) include quote marks |
Ohconfucius (talk | contribs) Undid revision 520994886 by Ohconfucius (talk) |
||
Line 213:
'Oxford ?Poetry(?:\\.co\\.uk)': 'Oxford Poetry',
'Pitchfork(?:\\.com|)': 'Pitchfork Media',
'Pshares(?:\\.org|)': 'Ploughshares',
'Poetry ?magazine(?:\\.org|)': 'Poetry',
Line 357 ⟶ 356:
'blesk(?:\\.cz|)': 'Blesk',
'ihned(?:\\.cz|)': 'Hospodářské noviny',
'idnes(?:\\.cz|)': 'Mladá fronta DNES',
▲ 'idnes(?:\\.cz|)': 'Mladá fronta DNES',
'pravo.novinky(?:\\.cz|)': 'Právo',
'haaretz\\.co(?:\\.il|m)': 'Haaretz',
Line 401 ⟶ 398:
regex(re, newWord);
// source names to italicised 'wikiname' - unlinked; outside citation templates
var re = new RegExp('(<ref[^>]*>[^<]+?[\\]\\.,;
regex(re, newWord2); //NOTE: adaptation to italicise is built into 'newWord2'
// source names to italicised 'wikiname' - linked, unpiped; outside citation templates
var re = new RegExp('(<ref[^>]*>[^<]+?[\\]\\.,;
regex(re, newWord3); //NOTE: adaptation to re-italicise linked sources is built into 'newWord3'
}
|