Module:Vector map: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 September 2024

  • curprev 12:5212:52, 30 September 2024Majestix talk contribs 3,259 bytes +3,259 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..."