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
ugh
Line 61: Line 61:


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