Documentation for this module may be created at Module:CommunosTestModule/doc
local p = {}
local tab_amount = 5
function p.test(frame)
return frame:preprocess("<tabber>|-|Tab1=Tab1|-|Tab2=Tab2|-|Tab3=Tab3</tabber>")
end
return p
Documentation for this module may be created at Module:CommunosTestModule/doc
local p = {}
local tab_amount = 5
function p.test(frame)
return frame:preprocess("<tabber>|-|Tab1=Tab1|-|Tab2=Tab2|-|Tab3=Tab3</tabber>")
end
return p