Content deleted Content added
Adding HTML comment with transclusion in error messages to make it easier to fix errors rather than rewriting the whole request from scratch |
Use string.format |
||
Line 23:
commented = commented .. numargs[1]['new']
for i = 2,count do
commented = commented .. string.format('|current
commented = commented .. string.format('|new
end
if reason then
|