Module:Tabs: Difference between revisions

Jump to navigation Jump to search
136 bytes added ,  Sunday at 20:21
no edit summary
No edit summary
No edit summary
Tag: Reverted
Line 4: Line 4:


function p.Main(frame)
function p.Main(frame)
local args = frame.args
local oArgs = frame:getParent().args
local args = {}
for k, v in pairs(origArgs) do
v = v:match('^%s*(.-)%s*$')
if v ~= '' then
args[k] = v
end
end
local i = 0
local i = 0
if args['active'] ~= nil then
if args['active'] ~= nil then

Navigation menu