今天是2024年11月22日 第47周 星期五
代人,时大变了。
我们生活在大地上,但我们的梦想超越天空。
變更
跳至導覽
跳至搜尋
第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 )