跳至內容

「Module:Link」:修訂間差異

移除 7 位元組 、​ 2021年5月11日 (星期二)
無編輯摘要
無編輯摘要
無編輯摘要
行 12: 行 12:
p.titular = makeInvokeFunc('_titular')
p.titular = makeInvokeFunc('_titular')


function p.titular(frame)
function p.titular(args)
local result=""
local result=""
for i,k in ipairs(frame.args) do
for i,k in ipairs(args) do
result=result..'<span id="'..k..'"></span>'
result=result..'<span id="'..k..'"></span>'
end
end