Content deleted Content added
The Mol Man (talk | contribs) No edit summary |
The Mol Man (talk | contribs) No edit summary |
||
Line 38:
local body = mw.html.create('div')
:css('text-align', 'center')
if toc_type == 'collapsible' then
Line 105 ⟶ 103:
end
header:node(body)
toc_frame:node(header)
|