Module:FBI QR code: Difference between revisions
From Hacks Guide Wiki
More actions
try callParserFunction instead |
No edit summary |
||
| Line 72: | Line 72: | ||
local sections = p.makeSections(parent) | local sections = p.makeSections(parent) | ||
return p.makeTabber(parent, sections) | return p.makeTabber(parent, sections) | ||
end | |||
function p.template(frame) | |||
local sections = p.makeSections(frame) | |||
return p.makeTabber(frame, sections) | |||
end | end | ||
return p | return p | ||