Content deleted Content added
set NA importance according to discussion |
simpler |
||
Line 77:
end
elseif raw_importance then-- standard importance scale
importance = cfg.importance.
if pagetype=='article' or pagetype=='redirect' or pagetype=='draft' then
local mask = cfg.importance.mask
if mask[raw_importance:lower()] then -- valid importance specified
importance = mask[raw_importance:lower()]
elseif pagetype
importance = cfg.importance.
end
end
end
|