Module:Sandbox/LVL: Difference between revisions

LVL (talk | contribs)
No edit summary
LVL (talk | contribs)
No edit summary
Line 142: Line 142:
-- Return the complete HTML for the component
-- Return the complete HTML for the component
return tostring(container)
return frame:extensionTag{ name = 'nowiki', content = tostring(container) }
end
end


return p
return p