2,088
个编辑
无编辑摘要 |
无编辑摘要 |
||
第14行: | 第14行: | ||
end | end | ||
return ret | return ret | ||
end | |||
function p.inherit_args(frame) | |||
local template = frame.args[1] | |||
local parent = frame:getParent() | |||
return frame:expandTemplate{title = template, args = parent.args} | |||
end | end | ||