Content deleted Content added
BrandonXLF (talk | contribs) Add browsetable |
BrandonXLF (talk | contribs) Use Module:Road data/browsetable |
||
Line 338:
--BROWSE LINKS
if not content then return nil end▼
local function browse(args)
Line 359 ⟶ 347:
local boxModule = require "Module:Road data/browse"
local primary = boxModule._browse(args)
return browsetable(primary)▼
local tblModule = require "Module:Road data/browsetable"
end
end
Line 369 ⟶ 359:
local function extended(args)
local tblModule = require "Module:Road data/browsetable"
return tblModule._browsetable(extended)
end
|