Content deleted Content added
Ohconfucius (talk | contribs) team number may be in single digits |
Ohconfucius (talk | contribs) tweak to wimbledon |
||
Line 303:
regex(/(\'{0,3}){{nowrap\| ?({{flagicon\|([^}]+)}}[^\n]+)}}(?=\n)/gi, '$1$2'); //using template with country identifier (for Wimbledon articles)
regex(/{{nowrap\| ?(\'{0,3})({{flagicon\|([^}]+)}}[^\n]+)}}(?=\n)/gi, '$1$2'); //using template with country identifier (for Wimbledon articles)
regex(/(\| ?RD[2-4]-team\d\d?=\'{0,3}){{flagicon\|(?:[^}]+)}} ?([^\n>{}]+<br ?\/?>) ? ?{{flagicon\|([^}]+)}} ?/gi, '$1$2'); //rem flag from table of all but first round
regex(/(\| ?RD[2-4]-team\d\d?=\'{0,3}){{flagicon\|(?:[^}]+)}} ?/gi, '$1'); //rem flag from table of all but first round
regex(/{{flagicon\|([^}]+)}} ?(\'{0,3}\[\[(?:[^\]]+)\]\])/gi, '{{flagathlete|$2|$1}}'); //using template with country identifier (for Wimbledon articles)
Line 318:
regex(/(\'{0,3}){{nowrap\| ?({{flagicon\|([^}]+)}}[^\n]+)}}(?=\n)/gi, '$1$2'); //using template with country identifier (for Wimbledon articles)
regex(/{{nowrap\| ?(\'{0,3})({{flagicon\|([^}]+)}}[^\n]+)}}(?=\n)/gi, '$1$2'); //using template with country identifier (for Wimbledon articles)
regex(/(\| ?RD[3-4]-team\d\d?=\'{0,3}){{flagicon\|(?:[^}]+)}} ?([^\n>{}]+<br ?\/?>) ? ?{{flagicon\|([^}]+)}} ?/gi, '$1$2'); //rem flag from table of all but first round
regex(/(\| ?RD[3-4]-team\d\d=\'{0,3}){{flagicon\|(?:[^}]+)}} ?/gi, '$1'); //rem flag from table of all but first round
regex(/{{flagicon\|([^}]+)}} ?(\'{0,3}\[\[(?:[^\]]+)\]\])/gi, '{{flagathlete|$2|$1}}'); //using template with country identifier (for Wimbledon articles)
|