Module:Coordinates: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
Line 468: Line 468:
local args = frame.args
local args = frame.args
if args[1] == nil then
if args[1] == nil then
local pFrame = frame.getParentFrame();
local pFrame = frame:getParent();
args = pFrame.args;
args = pFrame.args;
for k,v in pairs( frame.args ) do
for k,v in pairs( frame.args ) do