Changes

MyWikiBiz, Author Your Legacy — Thursday June 20, 2024
Jump to navigationJump to search
Pywikibot 6.4.0
-- This module finds the next ID to be used in the list of ads.

local LIST_MODULE = 'Module:Wikipedia ads/list'

local p = {}

function p.main()
local list = require(LIST_MODULE)
return list[#list].id + 1
end

return p

Navigation menu