<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3AWikipedia_ads%2Fgallery</id>
	<title>Module:Wikipedia ads/gallery - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3AWikipedia_ads%2Fgallery"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Wikipedia_ads/gallery&amp;action=history"/>
	<updated>2026-05-25T01:18:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://stockhub.co/index.php?title=Module:Wikipedia_ads/gallery&amp;diff=147721&amp;oldid=prev</id>
		<title>imported&gt;Mr. Stradivarius: create module for displaying a gallery of Wikipedia ads</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Wikipedia_ads/gallery&amp;diff=147721&amp;oldid=prev"/>
		<updated>2014-11-11T15:39:25Z</updated>

		<summary type="html">&lt;p&gt;create module for displaying a gallery of Wikipedia ads&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- This module displays a gallery of all the Wikipedia ads, at full size.&lt;br /&gt;
&lt;br /&gt;
local LIST_MODULE = &amp;#039;Module:Wikipedia ads/list&amp;#039;&lt;br /&gt;
local ADS_MODULE = &amp;#039;Module:Wikipedia ads&amp;#039;&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.main()&lt;br /&gt;
	local ret = {}&lt;br /&gt;
	local list = require(LIST_MODULE)&lt;br /&gt;
	local mWikipediaAds = require(ADS_MODULE)&lt;br /&gt;
	for i, t in ipairs(list) do&lt;br /&gt;
		ret[#ret + 1] = mWikipediaAds._main{ad = t.id, margin = &amp;#039;20px auto&amp;#039;}&lt;br /&gt;
	end&lt;br /&gt;
	return table.concat(ret)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>imported&gt;Mr. Stradivarius</name></author>
	</entry>
</feed>