Module:MapMarkersHelper

From HorizonXI Wiki
Revision as of 03:33, 24 September 2023 by Starfox9507 (talk | contribs)

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 args
end

return p