Read Template:MultiTabs
local p = {} --p stands for package function p.create( frame ) local int = #frame.args return int end return p