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 18:39, 29 May 2025 (Testing some functions). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local p = {}

local mPagination = require('Module:Pagination').pagination{ previous = 'CSS', next = 'HTML' }

function p.main()
 return mPagination
end

return p