Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:FBI QR code: Difference between revisions

From Hacks Guide Wiki
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