今天是2025年5月14日 第20周 星期三
代人,时大变了。
我们生活在大地上,但我们的梦想超越天空。
更改
跳到导航
跳到搜索
无编辑摘要
第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 )