「Module:Link」:修訂間差異

增加 126 位元組 、​ 2021年5月17日 (星期一)
無編輯摘要
無編輯摘要
無編輯摘要
行 25: 行 25:
a,b,c = text:match('([^\s]*) (vs) ([^\s]*)') 
a,b,c = text:match('([^\s]*) (vs) ([^\s]*)') 
if a and b and c then
return link(page,a)..' '..b..' '..link(page,c)
end
a,b,c = text:match('([^\s]*) (×) ([^\s]*)')
if a and b and c then
if a and b and c then
return link(page,a)..' '..b..' '..link(page,c)
return link(page,a)..' '..b..' '..link(page,c)