Abuse filter editor, Bureaucrats, Check users, Interface administrators, Staff, Suppressors, Administrators, Translation Reviewer
2,163
edits
(try callParserFunction instead) |
No edit summary |
||
Line 72: | Line 72: | ||
local sections = p.makeSections(parent) | local sections = p.makeSections(parent) | ||
return p.makeTabber(parent, sections) | return p.makeTabber(parent, sections) | ||
end | |||
function p.template(frame) | |||
local sections = p.makeSections(frame) | |||
return p.makeTabber(frame, sections) | |||
end | end | ||
return p | return p |