Majestix
Created page with "local p = {} function p.main(frame) -- Merge the current frame’s arguments with its parent frame’s arguments local args = {} for key, value in pairs(frame.args) do args[key] = value end local parent = frame:getParent() or {args={}} for key, value in pairs(parent.args) do args[key] = value end -- MediaWiki:Gadget-maps.js already defines default values for these -- parameters, but the HTML needs to specify an inline width and height -- upfront to k..."