Module:MapMarkersHelper: Difference between revisions
From HorizonXI Wiki
Starfox9507 (talk | contribs) No edit summary |
Starfox9507 (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
local _location = frame.args.location | local _location = frame.args.location | ||
mw.log(_location) | mw.log(_location) | ||
return | return _location | ||
end | end | ||
return p | return p |
Revision as of 03:34, 24 September 2023
Documentation for this module may be created at Module:MapMarkersHelper/doc
local p = {} function p._main(frame) local _location = frame.args.location mw.log(_location) return _location end return p