Module:Coordinates: Difference between revisions

don't use parent framing for this
No edit summary
(don't use parent framing for this)
Line 551:
function coordinates.coord(frame)
globalFrame = frame
local pframeargs = frame:getParent().args
local args = pframe.args
local config = frame.args
for i=1,10 do
if ( nil == args[i] ) then args[i] = "" end
Anonymous user