Content deleted Content added
The Mol Man (talk | contribs) No edit summary |
The Mol Man (talk | contribs) No edit summary |
||
Line 32:
for i=1,26,1 do
local letter = string.sub(azupper,i,i)
list = list..atoz(letter,true,true,pageurl)
end
-- Close tags
Line 72:
for i=1,26,1 do
local letter = string.sub(azupper,i,i)
toc_string = toc_string..atoz(letter,true,true,pageurl)
end
-- Close tags
Line 80:
end
function atoz(letter,bullets,fullaz,url)
end▼
for i=1,maxind,1 do▼
local lowerletter = string.sub(letterlist,i,i)▼
azlist = azlist..' ['..pageurl..'?from='..letter..lowerletter..' '..letter..lowerletter..'] '▼
end▼
return azlist▼
end
return p
|