Abuse filter editor, Bureaucrats, Check users, Interface administrators, Staff, Suppressors, Administrators, Translation Reviewer
2,163
edits
(now use tabber tag) |
No edit summary |
||
Line 70: | Line 70: | ||
function p.template(frame) | function p.template(frame) | ||
local sections = p.makeSections(frame, | local args = {} | ||
for k,v in pairs(frame.args) do args[k] = mw.text.trim(v) end | |||
local sections = p.makeSections(frame, args) | |||
return p.makeTabber(frame, sections) | return p.makeTabber(frame, sections) | ||
end | end | ||
return p | return p |