<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>http://morguefile.wiki/wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3AInfoboxGame</id>
	<title>Module:InfoboxGame - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://morguefile.wiki/wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3AInfoboxGame"/>
	<link rel="alternate" type="text/html" href="http://morguefile.wiki/wiki/index.php?title=Module:InfoboxGame&amp;action=history"/>
	<updated>2026-04-30T12:53:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>http://morguefile.wiki/wiki/index.php?title=Module:InfoboxGame&amp;diff=975&amp;oldid=prev</id>
		<title>MorgueFile: Created page with &quot;local capiunto = require &#039;capiunto&#039;  local p = {}  function p.main(frame) 	local args = frame:getParent().args 	local headerStyle 	if args.headerstyle and args.headerstyle ~=...&quot;</title>
		<link rel="alternate" type="text/html" href="http://morguefile.wiki/wiki/index.php?title=Module:InfoboxGame&amp;diff=975&amp;oldid=prev"/>
		<updated>2021-09-25T17:39:01Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local capiunto = require &amp;#039;capiunto&amp;#039;  local p = {}  function p.main(frame) 	local args = frame:getParent().args 	local headerStyle 	if args.headerstyle and args.headerstyle ~=...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local capiunto = require &amp;#039;capiunto&amp;#039;&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	local args = frame:getParent().args&lt;br /&gt;
	local headerStyle&lt;br /&gt;
	if args.headerstyle and args.headerstyle ~= &amp;#039;&amp;#039; then&lt;br /&gt;
		headerStyle = string.format(&amp;#039;background-color:%s;&amp;#039;, args.headerstyle)&lt;br /&gt;
	else&lt;br /&gt;
		headerStyle = &amp;#039;background-color:grey;&amp;#039;&lt;br /&gt;
	end&lt;br /&gt;
	local retval = capiunto.create( {&lt;br /&gt;
		title = args.title,&lt;br /&gt;
		headerStyle = headerStyle, &lt;br /&gt;
	} )&lt;br /&gt;
	:addImage( args.image, args.caption )&lt;br /&gt;
	:addRow( &amp;#039;Foo&amp;#039;, args.foo )&lt;br /&gt;
	:addHeader( &amp;#039;A header between the data rows&amp;#039; )&lt;br /&gt;
	:addRow( &amp;#039;Bar&amp;#039;, args.bar )&lt;br /&gt;
	return retval&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>MorgueFile</name></author>
	</entry>
</feed>