Content deleted Content added
BrokenSegue (talk | contribs) switch to format price |
BrokenSegue (talk | contribs) 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 .. "}}"
|