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
missing arg
now use tabber tag
Line 59: Line 59:


function p.makeTabber(frame, sections)
function p.makeTabber(frame, sections)
return frame:callParserFunction('#tag', 'pre', 'test'..p.makeTabberData(sections)..'test')
return frame:callParserFunction('#tag', 'tabber', p.makeTabberData(sections))
end
end