Module:Citation/CS1/Identifiers: Difference between revisions

Content deleted Content added
sy
m oclc to 10 digit max;
Line 654:
elseif id:match('^%d+$') then -- no prefix
number = id; -- get the number
if 910 < number:len() then
number = nil; -- contrain to 1 to 910 digits; change this when oclc issues 1011-digit numbers
end
end