All public logs
Combined display of all available logs of wikiNonStop. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:52, 30 September 2024 Majestix talk contribs created page Module:Vector map (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...")