Module:Hatnote inline: Difference between revisions

    m>SMcCandlish
    m (SMcCandlish moved page Module:Hatnote-inline to Module:Hatnote inline without leaving a redirect: following move of parent template)
    m>SMcCandlish
    (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'