Widget:PlaceNamesChoropleths: Difference between revisions

From International Robin Hood Bibliography
m (Replaced content with "<noinclude><div class="no-img">This widget displays the navigation map on country and administrative division landing pages in the place-names section of IRHB. It takes no...")
Tag: Replaced
mNo edit summary
Line 1: Line 1:
<noinclude><div class="no-img">This widget displays the navigation map on country and administrative division landing pages in the place-names section of IRHB. It takes no parameters.</div></noinclude><includeonly><script>
<noinclude><div class="no-img">This widget displays the navigation map on country and administrative division landing pages in the place-names section of IRHB. It takes no parameters.</div></noinclude><includeonly><script>
//Utility
//Utility
 
( function() {
window.IRHB = window.IRHB || {};
window.IRHB.get = window.IRHB.get || function(elem) {
if (typeof elem === "string") {
elem = document.getElementById(elem);
}
return elem;
};
}() );
</script></includeonly>
</script></includeonly>

Revision as of 16:43, 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.