-- 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 + 1end
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Wikipedia ads/next id".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.