Module:Sandbox/User:The Gaffer/Modules/Infobox Switch: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
The Gaffer (talk | contribs) No edit summary |
The Gaffer (talk | contribs) No edit summary Tag: Manual revert |
||
Line 69: | Line 69: | ||
p.infobox_switch = function(frame) |
p.infobox_switch = function(frame) |
||
return p._infobox_switch(frame:getParent().args) |
|||
return frame:extensionTag('span', html_output, { contentmodel = 'html' }) |
|||
end |
end |
||