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