Module:Link:修订间差异

无编辑摘要
无编辑摘要
第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)