Content deleted Content added
save point |
rm conditional |
||
Line 22:
local previousRoute = args.previous_route
local extended = args.browse
local box = mw.html.create('table'):cssText("width:100%; background:none; border-collapse:collapse")
if previousRoute then
Line 33 ⟶ 32:
end
return tostring(box)
end
|