Content deleted Content added
No edit summary |
simp |
||
Line 253:
article_class = article_class and class_mask({article_class}, title)
if article_class and article_class~='' then -- article class exists, check if it can be inherited
title = custom_mask.prefixedText,
args = {class = article_class}
})
end
end
|