Module:Coordinates: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 467:
globalFrame = frame
local args = frame.args
if args[1] == nil then
local pFrame = frame.getParentFrame();
args = pFrame.args;
for k,v in pairs( frame.args ) do
args[k] = v;
end
end
for i=1,10 do
if args[i] == nil then
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu