Content deleted Content added
log |
Shonebrooks (talk | contribs) m I corrected the spelling of "Canadian." WP:TYPO |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 93:
local function publishDebugLog()
if not debugging then
return "NOT DEBUGGING\n"
end
return "==Debugging ==\n\n" .. debugmsg .. "\n== Output ==\n"
Line 429:
-- some error parsing the title, so don't proceed to output
local trackingCatInvalid = "[[Category:" .. templateName .. " on invalid category]]"
return makeErrorMsg('the name of this category does not include a valid
end
|