Abuse filter editor, Bureaucrats, Check users, Interface administrators, Staff, Suppressors, Administrators, Translation Reviewer
2,163
edits
(UGHHHH) |
(missing arg) |
||
Line 70: | Line 70: | ||
function p.template(frame) | function p.template(frame) | ||
local sections = p.makeSections(frame.args) | local sections = p.makeSections(frame, frame.args) | ||
return p.makeTabber(frame, sections) | return p.makeTabber(frame, sections) | ||
end | end | ||
return p | return p |