跳至內容

「Module:Link」:修訂間差異

增加 16 位元組 、​ 2021年5月11日 (星期二)
無編輯摘要
無編輯摘要
無編輯摘要
行 3: 行 3:
function p.titular(frame)
function p.titular(frame)
local result=""
local result=""
for i,k in ipairs(mw.getCurrentFrame():getParent()) do
args=mw.getCurrentFrame():getParent().args
for i,k in ipairs(args) do
result=result..'<span id="'..k..'"></span>'
result=result..'<span id="'..k..'"></span>'
end
end