Module:Check isxn and Module:Check isxn/sandbox: Difference between pages
Appearance
(Difference between pages)
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 = |
local category = '[[Category:Pages with ISBN errors]]' |
||
table.insert (out_t, category); |
table.insert (out_t, category); |
||
end |
end |