Module:also: Difference between revisions

Jump to navigation Jump to search
m
Sorting, hopefully
No edit summary
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

Navigation menu