<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.celestek.xyz/index.php?action=history&amp;feed=atom&amp;title=Module%3AGrid%2FImage_list</id>
		<title>Module:Grid/Image list - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.celestek.xyz/index.php?action=history&amp;feed=atom&amp;title=Module%3AGrid%2FImage_list"/>
		<link rel="alternate" type="text/html" href="https://wiki.celestek.xyz/index.php?title=Module:Grid/Image_list&amp;action=history"/>
		<updated>2026-06-14T02:48:57Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>//wiki.celestek.xyz/index.php?title=Module:Grid/Image_list&amp;diff=186&amp;oldid=prev</id>
		<title>Celestek: Created page with &quot;local p = {} function p.list( f ) 	local args = f.args 	local images = mw.text.trim( f:callParserFunction( '#dpl', { 		allowcachedresults = 'true', 		namespace = 'File', 		cat...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.celestek.xyz/index.php?title=Module:Grid/Image_list&amp;diff=186&amp;oldid=prev"/>
				<updated>2015-04-24T11:22:59Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {} function p.list( f ) 	local args = f.args 	local images = mw.text.trim( f:callParserFunction( &amp;#039;#dpl&amp;#039;, { 		allowcachedresults = &amp;#039;true&amp;#039;, 		namespace = &amp;#039;File&amp;#039;, 		cat...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
function p.list( f )&lt;br /&gt;
	local args = f.args&lt;br /&gt;
	local images = mw.text.trim( f:callParserFunction( '#dpl', {&lt;br /&gt;
		allowcachedresults = 'true',&lt;br /&gt;
		namespace = 'File',&lt;br /&gt;
		category = ( args[1] or '' ) .. ' grid images',&lt;br /&gt;
		format = ',File:%TITLE%;'&lt;br /&gt;
	} ), ';' )&lt;br /&gt;
	&lt;br /&gt;
	local list = {}&lt;br /&gt;
	for image in mw.text.gsplit( images, ';' ) do&lt;br /&gt;
		local link = image:match( ' (.+)%.' )&lt;br /&gt;
		&lt;br /&gt;
		table.insert( list, '&amp;lt;li&amp;gt;[[' .. image .. ']] [[' .. link .. ']]&amp;lt;/li&amp;gt;' )&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	return '===' .. ( args[2] or '[[' .. args[1] .. ']]' ) .. '===' ..&lt;br /&gt;
		'\n&amp;lt;ul style=&amp;quot;-moz-columns:250px;-webkit-columns:250px;columns:250px;-moz-column-rule:2px inset #000;-webkit-column-rule:2px inset #000;column-rule:2px inset #000&amp;quot;&amp;gt;\n' ..&lt;br /&gt;
		table.concat( list, '\n' ) ..&lt;br /&gt;
		'\n&amp;lt;/ul&amp;gt;'&lt;br /&gt;
end&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Celestek</name></author>	</entry>

	</feed>