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
screw around with html again
give up and just remove the url below the QR code
Line 42: Line 42:
if name and url then
if name and url then
local qr = frame:callParserFunction('#qrlite', {url, format = 'svg', margin = '3'})
local qr = frame:callParserFunction('#qrlite', {url, format = 'svg', margin = '3'})
table.insert(sections, {name, qr..'<br>'..frame:preprocess('['..url..' '..url..']')})
table.insert(sections, {name, qr})
end
end
end
end