10,731
edits
No edit summary |
TheNightAvl (talk | contribs) m (Sorting, hopefully) Tags: Mobile edit Mobile web edit |
||
Line 11: | Line 11: | ||
i = i + 1 | i = i + 1 | ||
end | end | ||
table.sort(links, function(a,b) return a < b end) | |||
return "<dt><dd>''See also:'' " .. table.concat(links, ", ") .. "</dd></dt>" | return "<dt><dd>''See also:'' " .. table.concat(links, ", ") .. "</dd></dt>" | ||
end | end | ||
return export | return export |