更改

添加175字节 、 2014年10月29日 (三) 00:31
无编辑摘要
第95行: 第95行:     
function z.main( frame )
 
function z.main( frame )
local args = frame:getParent().args
+
local args
 +
if frame == mw.getCurrentFrame() then
 +
-- Being called from {{noteTA}}
 +
args = frame:getParent().args
 +
else
 +
-- Being called from another module
 +
args = frame
 +
frame = mw.getCurrentFrame()
 +
end
 
local Tc = Tcode( args )
 
local Tc = Tcode( args )
 
local Gc = Gcode( args, frame )
 
local Gc = Gcode( args, frame )
匿名用户