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:12, 29 May 2025. 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(args){ args[1] == 'CSS', args[2] == 'HTML' }

function p.main(frame, args, mPagination)
 return mPagination
end

return p