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')
local body_wrapper = mw.html.create('span')
if toc_type == 'collapsible' then
Line 103 ⟶ 105:
end
body:node(body_wrapper)
header:node(body)
toc_frame:node(header)
|