Module:also: Difference between revisions

ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
 
Line 22: Line 22:
if links[1] then
if links[1] then
table.sort(links)
return "<dt><dd>''See also:'' " .. table.concat(links, ", ") .. "</dd></dt>"
return "<dt><dd>''See also:'' " .. table.concat(links, ", ") .. "</dd></dt>"
else
else