prevent categories escaped with the colon trick being displayed as "article"
K fix typo in function name
Zeile 206: Zeile 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))