Module:Large category TOC/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 45:
end
toc_string = toc_string..'\n</div></div>'
if not scrollable then
toc_string = toc_string..'\n</div></div>'
end
if collapsible then
toc_string = toc_string..'</span><div class="NavContent" style="background:White; display:none;">'..
Line 53 ⟶ 52:
'\n----'..
'\n<code style="background:White;"> <b>#</b>'
end
else if scrollable then
if not scrollable then
toc_string = toc_string..'<div style="overflow-x:auto; overflow-y:hidden; width:98%;">'
end
end
-- Add ?from=0 through 9 to the list
Line 96 ⟶ 95:
toc_string = toc_string..'\n</code>\n</div></div></div>'
else
if scrollable then
toc_string = toc_string..'</div></div>\n</div></div></div>'
else
toc_string = toc_string..'\n</span></div></div>'
end
end
return toc_string