Content deleted Content added
BrokenSegue (talk | contribs) expandTemplate again |
BrokenSegue (talk | contribs) add dateNice |
||
Line 230:
end
error("Could not find a date for YouTube subscriber information. Is there a social media followers statement (P8687) qualified with good values for P585 and P2397?")
end
function p.dateNice( frame )
local status, obj = pcall(p.date, frame)
if status then
return obj
else
return returnError(frame, obj)
end
end
|