Module:Large category TOC/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 39:
toc_string = toc_string..'\n</div>\n</div>'
if collapsible then
toc_string = toc_string..'</span><div class="NavContent" style="background:White; display:none;">'..
'<div class="plainlinks" style="background:White; font-size:100%; text-align:center;">'..
'\n----'..
Line 87:
else
if scrollable then
toc_string = toc_string..'\n</div></span></div></div>'
else
toc_string = toc_string..'\n</span></div></div>'
end
toc_string = toc_string..'\n</span></div></div>'
end
return toc_string