Module:Tabs: Difference between revisions

Jump to navigation Jump to search
No change in size ,  Sunday at 07:52
no edit summary
No edit summary
No edit summary
Line 6: Line 6:
local args = frame.args
local args = frame.args
local i = 0
local i = 0
if args['active'] == nil then
if args['active'] ~= nil then
active = args['active']
else
active = 1
active = 1
else
active = args['active']
end
end
if args[1] and args[2] then
if args[1] and args[2] then

Navigation menu