跳至內容

「Module:Link」:修訂間差異

增加 248 位元組 、​ 2021年7月21日 (星期三)
無編輯摘要
無編輯摘要
無編輯摘要
標籤行動版編輯 行動版網頁編輯
 
行 46: 行 46:


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]*) (x) ([^\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)