Module:Harvc: Difference between revisions

Content deleted Content added
sync from sandbox;
m sync from sandbox;
Line 100:
if is_set (mask) then -- mask this author
mask =if tonumber (mask); -- because the value provided might not be a numberthen
if is_set (mask) then
name = string.rep ('—', mask) -- make a string that number length of mdashes
else
name = mask; -- mask is not a number so use the mask text
end
end