Module:FBI QR code: Difference between revisions
From Hacks Guide Wiki
More actions
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 | ||