Changes
Jump to navigation
Jump to search
m
fix typo in function name
local pages = mTableTools.compressSparseArray(args)
if #pages < 1 then
return makeWikiTextErrormakeWikitextError('no pages specified')
end
return p._further(unpack(pages))