Content deleted Content added
BrokenSegue (talk | contribs) Undid revision 1142295103 by BrokenSegue (talk) |
BrokenSegue (talk | contribs) change how sub count errors work Tag: Reverted |
||
Line 199:
end
return nil
end
function returnError(eMessage)
return "{{error|" .. eMessage .. "}} [[Category:Pages with YouTubeSubscribers module errors]]"
end
Line 249 ⟶ 253:
function p.subCountNice( frame )
local
if status then
else
return returnError(obj)
end
end
return p
|