Module:Arguments:修订间差异
增加功能 |
小 修正错误 |
||
第195行: | 第195行: | ||
return res | return res | ||
elseif obj["type"]=="template" then | elseif obj["type"]=="template" then | ||
return | return "{{" .. merge(obj[1]) .. "|" .. table.concat(merge(obj[2]), "|") .. "}}" | ||
elseif obj["type"]=="value" then | elseif obj["type"]=="value" then | ||
local res={} | local res={} |