Module:Link:修订间差异

添加120字节 、​ 2021年5月11日 (星期二)
无编辑摘要
无编辑摘要
无编辑摘要
第24行: 第24行:
end
end
local 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]*) (vs.) ([^\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)