Module:Hatnote: Difference between revisions

    m>Mr. Stradivarius
    (prevent categories escaped with the colon trick being displayed as "article")
    m>Mr. Stradivarius
    m (fix typo in function name)
    Line 206: Line 206:
    local pages = mTableTools.compressSparseArray(args)
    local pages = mTableTools.compressSparseArray(args)
    if #pages < 1 then
    if #pages < 1 then
    return makeWikiTextError('no pages specified')
    return makeWikitextError('no pages specified')
    end
    end
    return p._further(unpack(pages))
    return p._further(unpack(pages))