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
test again again
tabber again
Line 59: Line 59:


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