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