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 20:20, 17 June 2025 (Fixed). 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

function p.main(frame)
 return mPagination(frame, {prevlink = me, nextlink = you})
end
return p