Widget:PlaceNamesChoropleths: Difference between revisions

From International Robin Hood Bibliography
mNo edit summary
mNo edit summary
Line 13: Line 13:
}() );
}() );




Line 239: Line 240:


}() );
}() );




Line 286: Line 288:


}() );
}() );




Line 383: Line 386:
}() );
}() );




Line 450: Line 454:
};
};


}() );
( function() {
    var w = window.IRHB;
    var gjson = "https://www.irhb.org/wiki/geo/england/country/England.json";
    var script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = "https://www.irhb.org/wiki/js/d3js/d3.v3.min.js";
    script.onload = w.nav.prepareNav;
    document.head.appendChild(script);
}() );
}() );
</script></includeonly>
</script></includeonly>

Revision as of 16:49, 2 June 2019

This widget displays the navigation map on country and administrative division landing pages in the place-names section of IRHB. It takes no parameters.