Module:YouTubeSubscribers: Difference between revisions

Content deleted Content added
switch to format price
stop appending the date
Line 216:
if yt_month and yt_month ~= 0 then
dateString = dateString .. yt_month .. "|"
--if yt_day and yt_day ~= 0 then
-- dateString = dateString .. yt_day
--end
end
return "{{Format date|" ..dateString .. "}}"