<br />
<b>Deprecated</b>:  Use of MediaWiki\Parser\Parser::$extTemplateStylesCache was deprecated in MediaWiki 1.42. [Called from MediaWiki\Extension\TemplateStyles\Hooks::onParserFirstCallInit in /var/www/html/extensions/TemplateStyles/includes/Hooks.php at line 216] in <b>/var/www/html/includes/debug/MWDebug.php</b> on line <b>372</b><br />
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.crabcraft.net/index.php?action=history&amp;feed=atom&amp;title=Module%3AInfobox_Software</id>
	<title>Module:Infobox Software - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.crabcraft.net/index.php?action=history&amp;feed=atom&amp;title=Module%3AInfobox_Software"/>
	<link rel="alternate" type="text/html" href="https://wiki.crabcraft.net/index.php?title=Module:Infobox_Software&amp;action=history"/>
	<updated>2026-06-21T06:56:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.crabcraft.net/index.php?title=Module:Infobox_Software&amp;diff=1157&amp;oldid=prev</id>
		<title>Max: Create software infobox script</title>
		<link rel="alternate" type="text/html" href="https://wiki.crabcraft.net/index.php?title=Module:Infobox_Software&amp;diff=1157&amp;oldid=prev"/>
		<updated>2026-02-27T23:19:37Z</updated>

		<summary type="html">&lt;p&gt;Create software infobox script&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;
local infobox = require(&amp;quot;Module:Infobox&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
function p.infobox(frame)&lt;br /&gt;
    local args = frame:getParent().args&lt;br /&gt;
&lt;br /&gt;
    local software_args = {&lt;br /&gt;
        {&amp;#039;t&amp;#039;,       args.name},&lt;br /&gt;
        {&amp;#039;i&amp;#039;,       args.image and args.image ~= &amp;#039;&amp;#039; and string.format(&amp;#039;[[File:%s|300px]]&amp;#039;, args.image) or &amp;#039;&amp;#039;},&lt;br /&gt;
        &lt;br /&gt;
        {&amp;#039;s&amp;#039;,       &amp;#039;Development Information&amp;#039;},&lt;br /&gt;
        {&amp;#039;f&amp;#039;,       &amp;#039;Name&amp;#039;,            args.name},&lt;br /&gt;
        {&amp;#039;f&amp;#039;,       &amp;#039;Developer&amp;#039;,       args.developer},&lt;br /&gt;
        {&amp;#039;f&amp;#039;,       &amp;#039;Status&amp;#039;,          args.status},&lt;br /&gt;
        {&amp;#039;f&amp;#039;,       &amp;#039;Release Date&amp;#039;,    args.release_date},&lt;br /&gt;
&lt;br /&gt;
        {&amp;#039;s&amp;#039;,       &amp;#039;Scope&amp;#039;},&lt;br /&gt;
        {&amp;#039;f&amp;#039;,       &amp;#039;Seasons Covered&amp;#039;, args.seasons},&lt;br /&gt;
        {&amp;#039;f&amp;#039;,       &amp;#039;Platform&amp;#039;,        &amp;#039;Web Browser&amp;#039;},&lt;br /&gt;
&lt;br /&gt;
        {&amp;#039;s&amp;#039;,       &amp;#039;External Links&amp;#039;},&lt;br /&gt;
        {&amp;#039;f&amp;#039;,       &amp;#039;Website&amp;#039;,         args.website},&lt;br /&gt;
&lt;br /&gt;
        {&amp;#039;s&amp;#039;,       &amp;#039;About&amp;#039;},&lt;br /&gt;
        {&amp;#039;f&amp;#039;,       &amp;#039;Description&amp;#039;,     args.description},&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    return infobox.infobox {&lt;br /&gt;
        getParent = function() return { args = software_args } end&lt;br /&gt;
    }&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Max</name></author>
	</entry>
</feed>