Content deleted Content added
add conflict class |
revert to previous version of importance Tag: Reverted |
||
Line 57:
end
local importance_mask = function(raw_importance, class, scale, banner_name
---------------------------
-- Importance mask --------
Line 69:
importance = mw.text.trim(frame:expandTemplate{
title = custom_mask.prefixedText,
▲ importance = raw_importance or '¬',
})
end
else
importance = frame:expandTemplate{
title = 'Template:Importance mask',
▲ end
end
return importance
|