Content deleted Content added
move to cfg |
more cfg |
||
Line 79:
if pagetype=='article' then
local mask = cfg.importance.mask
if mask[raw_importance:lower()] then -- valid importance specified
importance = mask[raw_importance:lower()]
else -- Unknown importance
importance =
end
else -- NA importance
importance =
end
end
|