Content deleted Content added
fix |
test system links |
||
Line 304:
end
--
local function
if args.
local infobox_args = {
['child'] = "yes",
['decat'] = "yes",
}
local i = 1
while (1) do
local systemClassn = "header" .. i
local systemDatan = "data" .. i
local systemArgn = args['system' .. i]
infobox_args[systemClassn] = "hlist"
infobox_args[systemDatan] = systemArgn
i = i + 1
end
end
return frame:expandTemplate ({title='Infobox', args = infobox_args})
▲ end
▲ end
end
function p.
local args = getArgs(frame)
return
end
Line 374 ⟶ 364:
-- HIGHWAY SYSTEM HEADER
local function
if args.nobrowse then return nil end
local country = country(args)
Line 389 ⟶ 379:
end
function p.
local args = getArgs(frame)
return
end
|