Jump to content

Module:Check isxn and Module:Check isxn/sandbox: Difference between pages

(Difference between pages)
Page 1
Page 2
Content deleted Content added
sync from sandbox;
 
Removed what seems to be an entirely redundant table.concat() invocation
 
Line 91: Line 91:
table.insert (out_t, '</span>') -- close the error message span
table.insert (out_t, '</span>') -- close the error message span
if 0 == mw.title.getCurrentTitle().namespace then -- categorize only when this template is used in mainspace
if 0 == mw.title.getCurrentTitle().namespace then -- categorize only when this template is used in mainspace
local category = table.concat ({'[[Category:Pages with ISBN errors]]'});
local category = '[[Category:Pages with ISBN errors]]'
table.insert (out_t, category);
table.insert (out_t, category);
end
end