Module:WikiProject banner/sandbox: Difference between revisions

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
local normalised_classclass = mw.text.trim(frame:expandTemplate{
title = custom_mask.prefixedText,
args = {class = article_class}
})
class = normalised_class~='' and normalised_class or ''
end
end