Jump to content

Module:Sandbox/Codemini/Find string

From Simple English Wikipedia, the free encyclopedia
Revision as of 10:25, 9 June 2025 by Codemini (talk | changes) (Fixed)

Script error: The module returned a nil value. It is supposed to return an export table. Purge


local p = {}
function p.main(frame)
 args = frame:getParent().args
 return require('Module:Pagination').pagination(frame){prevlink = JS, nextlink = CSS}
end
return p