Module:Hatnote inline: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
m (SMcCandlish moved page Module:Hatnote-inline to Module:Hatnote inline without leaving a redirect: following move of parent template)
(CSS class update (the selfref one is actually selfreference, and it should also use noprint))
Line 206: Line 206:
end
end
if selfref then
if selfref then
classes[#classes + 1] = 'selfref'
classes[#classes + 1] = 'selfreference noprint'
end
end
local tag = options.inline and 'span' or 'div'
local tag = options.inline and 'span' or 'div'