6,571
个编辑
小无编辑摘要 |
小无编辑摘要 标签:移动版编辑 移动版网页编辑 |
||
第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) |