Content deleted Content added
Thespaceface (talk | contribs) No edit summary |
Thespaceface (talk | contribs) No edit summary |
||
Line 14:
h = h.replace(/([0-9,.]+ acres) \(([0-9,.]+ km<sup>2<\/sup>)\)/g,'$2 ($1)');
h = h.replace(/([0-9,.]+ acres) \(([0-9,.]+ ha)\)/g,'$2 ($1)');
h = h.replace(/(
h = h.replace(/([0-9,.]+ ft) \(([0-9,.]+ m)\)/g,'$2 ($1)');
h = h.replace(/([0-9,.]+) pounds \(([0-9,.]+) kg\)/g,'$2 kilograms ($1 lb)');
h = h.replace(/(
h = h.replace(/([0-9,.]+) per square mile \(([0-9,.]+)\/km²\)/g,'$2 per square kilometre ($1/sq mi)');
h = h.replace(/(
h = h.replace(/(
h = h.replace(/(
h = h.replace(/(
h = h.replace(/(
h = h.replace(/(
h = h.replace(/([0-9,.]+)-square-foot \(([0-9,.]+) m<sup>2<\/sup>\)/g,'$2-square-metre ($1 ft<sup>2</sup>)');
h = h.replace(/([0-9,.]+ sq ft) \(([0-9,.]+ m<sup>2<\/sup>)\)/g,'$2 ($1)');
|