Content deleted Content added
The Mol Man (talk | contribs) No edit summary |
The Mol Man (talk | contribs) 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
|