Content deleted Content added
split |
article_class should never be ¬ |
||
Line 210:
local article_class = frame.args.article_class or readarticleclass() -- checks parameter for testing purposes
article_class = article_class and p._main{article_class, ignorenamespace=frame.args.ignorenamespace} or '¬' -- normalise if not false
if
elseif local_class == '' then -- local is not specified
-- Need to pass bclasschecklist params through mask with article_class
|