Module:rad-stem/templates: Difference between revisions

Jump to navigation Jump to search
m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
mNo edit summary
mNo edit summary
Line 1,698: Line 1,698:
end
end
end
end
table.sort(review, function(a,b) return a < b end)
return "Please review the following stems. If all is okay, add <code>|check=1</code> to generate the tables." .. string.char(10) .. table.concat(table.sort(review, function(a,b) return a < b end), string.char(10))
return "Please review the following stems. If all is okay, add <code>|check=1</code> to generate the tables." .. string.char(10) .. table.concat(review, string.char(10))
end
end
end
end

Navigation menu