Content deleted Content added
〈"this" → "d"〉 |
〈48 words changed〉 new CountryData class - bf |
||
Line 78:
this.init = true;
var
▲ d.link_country = link_country.match(/\[/) ? link_country : '[['+link_country+']]';
var regexp_country = regexp_country || '\\[\\['+link_country+'\\]\\]';
new RegExp('^([^,]+), (' +
new RegExp('^(?:' +
}
this.countries = [
['Alabama', 'Alaska', 'Arizona', 'Arkansas', 'California', 'Colorado',
'Connecticut', 'Delaware', 'Florida', 'Georgia', 'Hawaii', 'Idaho',
Line 105 ⟶ 104:
'\\[\\[(?:United[ _]States(?:[ _][^|\\\]]+?)?|USA)(?:\|[^|\\\]]+?)?\\]\\]'),
['British Columbia', 'Alberta', 'Saskatchewan', 'Manitoba',
'Ontario', 'Quebec', 'New Brunswick', 'Nova Scotia',
|