<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.novasector13.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AProgram</id>
	<title>Template:Program - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.novasector13.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AProgram"/>
	<link rel="alternate" type="text/html" href="https://wiki.novasector13.com/index.php?title=Template:Program&amp;action=history"/>
	<updated>2026-05-01T22:33:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://wiki.novasector13.com/index.php?title=Template:Program&amp;diff=5926&amp;oldid=prev</id>
		<title>GreytideSkye: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.novasector13.com/index.php?title=Template:Program&amp;diff=5926&amp;oldid=prev"/>
		<updated>2025-03-31T21:11:51Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 21:11, 31 March 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key mediawiki_db:diff:1.41:old-5925:rev-5926 --&gt;
&lt;/table&gt;</summary>
		<author><name>GreytideSkye</name></author>
	</entry>
	<entry>
		<id>https://wiki.novasector13.com/index.php?title=Template:Program&amp;diff=5925&amp;oldid=prev</id>
		<title>imported&gt;Senefi: Undo revision 49922 by Senefi (talk)</title>
		<link rel="alternate" type="text/html" href="https://wiki.novasector13.com/index.php?title=Template:Program&amp;diff=5925&amp;oldid=prev"/>
		<updated>2023-06-06T19:45:23Z</updated>

		<summary type="html">&lt;p&gt;Undo revision 49922 by &lt;a href=&quot;/wiki/Special:Contributions/Senefi&quot; title=&quot;Special:Contributions/Senefi&quot;&gt;Senefi&lt;/a&gt; (&lt;a href=&quot;/index.php?title=User_talk:Senefi&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User talk:Senefi (page does not exist)&quot;&gt;talk&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;span style=&amp;quot;{{#switch: {{{Category}}}&lt;br /&gt;
| Crew = color: #000; background: lightgreen;&lt;br /&gt;
| Engineering = color: #FFF; background: orange;&lt;br /&gt;
| Supply = color: #FFF; background: #5C4033;&lt;br /&gt;
| Science = color: #FFF; background: #DDA0DD;&lt;br /&gt;
| #default = color: #FFF; background: #333343;&lt;br /&gt;
}} font-weight: bold; padding: 2px 3px; border-radius: 3px; &amp;quot;&amp;gt;{{{Name}}}&amp;lt;/span&amp;gt;&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;This template allows you to display modular computer programs with a color coded background&lt;br /&gt;
===Usage===&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Program|Name=NT IRN|Category=Supply}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
Gives the output: {{Program|Name=NT IRN|Category=Supply}}&lt;br /&gt;
===Variables===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Parameter&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |DM Variable&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;Name&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|text string&lt;br /&gt;
|/datum/computer_file_program/filedesc&lt;br /&gt;
This variable is unique to each program and is it&amp;#039;s display name.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;Category&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|one of the following text strings:&lt;br /&gt;
*Crew results in {{Program|Name=Example|Category=Crew}}&lt;br /&gt;
*Engineering results in {{Program|Name=Example|Category=Engineering}}&lt;br /&gt;
*Supply results in {{Program|Name=Example|Category=Supply}}&lt;br /&gt;
*Science results in {{Program|Name=Example|Category=Science}}&lt;br /&gt;
Do not provide a category for {{Program|Name=Example}}&lt;br /&gt;
|/datum/computer_file/program/category&lt;br /&gt;
Only provide if program has a category.&lt;br /&gt;
|}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Senefi</name></author>
	</entry>
</feed>