View source for Module:Wikipedia ads/gallery
MyWikiBiz, Author Your Legacy — Saturday July 26, 2025
Jump to navigationJump to searchYou do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
-- This module displays a gallery of all the Wikipedia ads, at full size.
local LIST_MODULE = 'Module:Wikipedia ads/list'
local ADS_MODULE = 'Module:Wikipedia ads'
local p = {}
function p.main()
local ret = {}
local list = require(LIST_MODULE)
local mWikipediaAds = require(ADS_MODULE)
for i, t in ipairs(list) do
ret[#ret + 1] = mWikipediaAds._main{ad = t.id, margin = '20px auto'}
end
return table.concat(ret)
end
return p
000
1:0
Template used on this page:
Return to Module:Wikipedia ads/gallery.