Bureaucrats, Check users, Interface administrators, Suppressors, Administrators, Upload Wizard campaign editors
641
edits
(Created page with "local mf = require('Module:Mapframe') local getArgs = require('Module:Arguments').getArgs local yesno = require('Module:Yesno') local infoboxImage = require('Module:InfoboxImage').InfoboxImage -- Defaults local DEFAULT_FRAME_WIDTH = "270" local DEFAULT_FRAME_HEIGHT = "200" local DEFAULT_ZOOM = 10 local DEFAULT_GEOMASK_STROKE_WIDTH = "1" local DEFAULT_GEOMASK_STROKE_COLOR = "#777777" local DEFAULT_GEOMASK_FILL = "#888888" local DEFAULT_GEOMASK_FILL_OPACITY = "0.5" local...") |
No edit summary |
||
| Line 182: | Line 182: | ||
local config = trimArgs(_config) | local config = trimArgs(_config) | ||
-- Require coords (specified or from wikidata), so that map will be centred somewhere | -- Require coords (specified or from wikidata), so that map will be centred somewhere | ||