Module:Sandbox/User:The Gaffer/Modules/Infobox Switch: Difference between revisions
Jump to navigation
Jump to search
Module:Sandbox/User:The Gaffer/Modules/Infobox Switch (edit)
Revision as of 22:23, 12 November 2024
, 12 Novemberno edit summary
The Gaffer (talk | contribs) No edit summary |
The Gaffer (talk | contribs) No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 64:
end
mw.logObject(structure)
-- Return the complete HTML structure
return tostring(structure)
Line 69 ⟶ 70:
p.infobox_switch = function(frame)
end
return p
|