Module:YouTubeSubscribers: Difference between revisions

Content deleted Content added
No edit summary
Tag: Reverted
rv
Line 199:
end
return nil
end
 
function returnError(eMessage)
return "{{error|" .. eMessage .. "}} foo [[Category:Pages with YouTubeSubscribers module errors]]"
end
 
Line 253 ⟶ 249:
 
function p.subCountNice( frame )
local status, objsubCount = pcall(p.subCount, (frame)
return "{{Format price|" .. objsubCount .. "}}"
if status then
return "{{Format price|" .. obj .. "}}"
else
return returnError(obj)
end
end
 
return p