Jump to content

Module:Pagination/sandbox

From Wikipedia, the free encyclopedia
This is the current 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 version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
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