Module:Portal navigation and Module:Portal navigation/sandbox: Difference between pages
Appearance
(Difference between pages)
Content deleted Content added
rename fcn |
sync |
||
Line 59: | Line 59: | ||
end |
end |
||
local function |
local function generate_tag(body, index, args) |
||
local container = body:tag('li') |
local container = body:tag('li') |
||
container:css('display','inline-block') |
container:css('display','inline-block') |
||
Line 176: | Line 176: | ||
for _, index in ipairs(tabindex) do |
for _, index in ipairs(tabindex) do |
||
generate_tag(body, index, args) |
|||
end |
end |
||
end |
end |