Jump to content

Module:Pagination/sandbox

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Codemini (talk | contribs) at 14:18, 30 May 2025 (I'm looking for a way to make this module to be invoked by others). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = {}

local mPagination = require('Module:Pagination').pagination(frame)

function p.main(args)
 if previous == '' then
 return nil
 else return mPagination
end

end
return p