「Module:Link」:修訂間差異

增加 189 位元組 、​ 2021年5月11日 (星期二)
撤销Star0讨论)的版本26617
無編輯摘要
(撤销Star0讨论)的版本26617)
標籤復原
第15行: 第15行:


function p.link(frame)
function p.link(frame)
return mw.getCurrentFrame():getParent().args[2]
local page,text=mw.getCurrentFrame():getParent().args[1],mw.getCurrentFrame():getParent().args[2]
 
local a,b,c = text
:match('(.*?) (vs) (.*?)')
:match('(.*?) (vs.) (.*?)')
if a and b and c then
return link(a)..b..link(c)
end
end
end


return p
return p