Module:YouTubeSubscribers: Difference between revisions

Content deleted Content added
subCount nice
switch to format price
Line 245:
function p.subCountNice( frame )
local subCount = p.subCount(frame)
return "{{valFormat price|" .. subCount .. "}}"
end
return p