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
now use tabber tag
No edit summary
Line 70: Line 70:


function p.template(frame)
function p.template(frame)
local sections = p.makeSections(frame, frame.args)
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