From Simple English Wikipedia, the free encyclopedia
Script error: The module returned a nil value. It is supposed to return an export table.
Purge
local p = {}
local mPagination
function p.main(frame)
args = frame:getParent().args
return mPagination.pagination(frame){ previous = args[1], next = args[2] }
end
return p