Module:Sandbox/Evad37/X1: Difference between revisions

Content deleted Content added
just get coords
.
Line 9:
end
 
p.contentgetCoords = function(frame)
local parent = frame:getParent()
local title = mw.title.getCurrentTitle()
Line 17:
table.insert(coords, coord)
end
return table.concat( coords, "\n\n")
end