Content deleted Content added
No edit summary |
No edit summary |
||
Line 268:
style == 'lsquare' or
style and string.match(style, 'route') then
if string.match(lineTitle, '|') then
root:wikitext((string.gsub(lineTitle, '[[.* else
root:wikitext((string.gsub(lineTitle, '[[.*(]])', '|' .. tostring(box) .. ']]')))
end
elseif style == 'box' then
root:wikitext(tostring(box))
|