Module:Large category TOC/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 71:
for i=0,9,1 do
body_content = body_content..' ['..pageurl..'?from='..i..' '..i..']'
end
for i=1,26,1 do
local letter = string.sub(azupper,i,i)
body_content = body_content..atoz(letter)
end
Line 101 ⟶ 96:
end
return azlist
end
for i=1,26,1 do
local letter = string.sub(azupper,i,i)
body_content = body_content..atoz(letter)
end