Content deleted Content added
SilverLocust (talk | contribs) Just add a space before each concatenated string, not also after (to avoid double spaces) |
SilverLocust (talk | contribs) space before concatenated string, not after |
||
Line 57:
local body_content = {}
if toc_type ~= 'collapsible' then
table.insert(body_content, ' <span class="large-cat-toc-anum">['..pageurl..'?from=* *]</span>
end
table.insert(body_content, ' <span class="large-cat-toc-anum">#</span>
body_wrapper = body:tag('span')
Line 77:
if toc_type == 'aejot' or toc_type == 'scrollable' then
table.insert(azlist,' • <span class="large-cat-toc-anum">'..letter..'</span>
else
table.insert(azlist,' <br /><span class="large-cat-toc-anum">'..letter..'</span>
end
|