今天是2024年11月22日 第47周 星期五

代人,时大变了。

我们生活在大地上,但我们的梦想超越天空。

變更

跳至導覽 跳至搜尋
增加 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 )
匿名使用者

導覽選單