Module:Large category TOC/sandbox: Difference between revisions

Content deleted Content added
make that a span
simplify by removing code element
Line 56:
local body_content = {}
if toc_type =~= 'collapsible' then
table.insert(body_content, '<span class="large-cat-toc-anum">['..pageurl..'?from=* *] #</span> ')
if toc_type == 'collapsible' then
table.insert(body_content,'<span class="large-cat-toc-anum">#</span> ')
body_wrapper = body:tag('span')
else
table.insert(body_content,'<span class="large-cat-toc-anum">['..pageurl..'?from=* *] #</span> ')
body_wrapper = body:tag('span')
end
table.insert(body_content, '<span class="large-cat-toc-anum">#</span> ')
body_wrapper = body:tag('span')
for i=0,9 do