MediaWiki:Gadget-WikiMiniAtlas.js explained

/******************************************************************************//**** THIS PAGE TRACKS . PLEASE AVOID EDITING DIRECTLY. /**** EDITS SHOULD BE PROPOSED DIRECTLY to ./**** A BOT WILL RAISE AN EDIT REQUEST IF IT BECOMES DIFFERENT FROM UPSTREAM./******************************************************************************/

// WikiMiniAtlas// Script to embed interactive maps into pages that have coordinate templates// also check my user page for more tools//// Revision 16.11// Source: https://github.com/dschwen/wikiminiatlas/blob/master/wikiminiatlas.js/* jshint laxcomma:true, smarttabs:true, quotmark:single, curly:false, es3:true, browser:true *//* global mw,jQuery */jQuery(function ($));

//