<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Template%3ASC%2FFeature%2Fdoc</id>
	<title>Template:SC/Feature/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Template%3ASC%2FFeature%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Template:SC/Feature/doc&amp;action=history"/>
	<updated>2026-04-21T08:40:39Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sasgaming.net/index.php?title=Template:SC/Feature/doc&amp;diff=51255&amp;oldid=prev</id>
		<title>imported&gt;Simsarmy at 00:19, 27 May 2024</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Template:SC/Feature/doc&amp;diff=51255&amp;oldid=prev"/>
		<updated>2024-05-27T00:19:15Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation}}&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
{{Feature&lt;br /&gt;
  | Medical bed&lt;br /&gt;
  | The Ursa Medivac&amp;#039;s T3 med-bed on board efficiently treats severely wounded infantry, allowing them to quickly return to combat.&lt;br /&gt;
  | The medical bed can be interacted with in-game to heal the player and allow respawns&lt;br /&gt;
  | Alpha 3.23.1&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The in-game description can also be left empty, in which case the lore description will be emphasised.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
{{Feature&lt;br /&gt;
  | Medical bed&lt;br /&gt;
  | The Ursa Medivac&amp;#039;s T3 med-bed on board efficiently treats severely wounded infantry, allowing them to quickly return to combat.&lt;br /&gt;
  |&lt;br /&gt;
  | Alpha 3.23.1&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
    {&lt;br /&gt;
        &amp;quot;description&amp;quot;: &amp;quot;Include this template on pages with features, such as vehicles. This template separates in-lore and in-game descriptions and provides a way to mark features with versions.&amp;quot;,&lt;br /&gt;
        &amp;quot;params&amp;quot;: {&lt;br /&gt;
            &amp;quot;name&amp;quot;: {&lt;br /&gt;
                &amp;quot;label&amp;quot;: &amp;quot;Name of the feature&amp;quot;,&lt;br /&gt;
                &amp;quot;description&amp;quot;: &amp;quot;A brief description of the feature&amp;quot;,&lt;br /&gt;
                &amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
                &amp;quot;required&amp;quot;: true,&lt;br /&gt;
                &amp;quot;example&amp;quot;: &amp;quot;Medical bed&amp;quot;&lt;br /&gt;
            },&lt;br /&gt;
            &amp;quot;inlore&amp;quot;: {&lt;br /&gt;
                &amp;quot;label&amp;quot;: &amp;quot;In-lore description of the feature&amp;quot;,&lt;br /&gt;
                &amp;quot;description&amp;quot;: &amp;quot;The description as provided by CIG which is typically in the voice of the game&amp;#039;s universe&amp;quot;,&lt;br /&gt;
                &amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
                &amp;quot;required&amp;quot;: true,&lt;br /&gt;
                &amp;quot;example&amp;quot;: &amp;quot;The Ursa Medivac&amp;#039;s T3 med-bed on board efficiently treats severely wounded infantry, allowing them to quickly return to combat.&amp;quot;&lt;br /&gt;
            },&lt;br /&gt;
            &amp;quot;ingame&amp;quot;: {&lt;br /&gt;
                &amp;quot;label&amp;quot;: &amp;quot;In-game description of the feature&amp;quot;,&lt;br /&gt;
                &amp;quot;description&amp;quot;: &amp;quot;A description of the feature in-game or how it functions, ignore this if the feature only exists in lore&amp;quot;,&lt;br /&gt;
                &amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
                &amp;quot;required&amp;quot;: false,&lt;br /&gt;
                &amp;quot;example&amp;quot;: &amp;quot;The medical bed can be interacted with in-game to heal the player and allow respawns&amp;quot;&lt;br /&gt;
            },&lt;br /&gt;
            &amp;quot;version&amp;quot;: {&lt;br /&gt;
                &amp;quot;label&amp;quot;: &amp;quot;Version of the game&amp;quot;,&lt;br /&gt;
                &amp;quot;description&amp;quot;: &amp;quot;The version of the game in which the feature was added or last updated, if applicable&amp;quot;,&lt;br /&gt;
                &amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
                &amp;quot;required&amp;quot;: false,&lt;br /&gt;
                &amp;quot;example&amp;quot;: &amp;quot;Alpha 3.23.1&amp;quot;&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Preview ==&lt;br /&gt;
&lt;br /&gt;
=== With in-game description ===&lt;br /&gt;
{{Feature&lt;br /&gt;
  | Medical bed&lt;br /&gt;
  | The Ursa Medivac&amp;#039;s T3 med-bed on board efficiently treats severely wounded infantry, allowing them to quickly return to combat.&lt;br /&gt;
  | The medical bed can be interacted with in-game to heal the player and allow respawns&lt;br /&gt;
&lt;br /&gt;
Additionally, you can view information about the player on a nearby terminal&lt;br /&gt;
  | Alpha 3.23.1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== With lore description only ===&lt;br /&gt;
{{Feature&lt;br /&gt;
  | Medical bed&lt;br /&gt;
  | The Ursa Medivac&amp;#039;s T3 med-bed on board efficiently treats severely wounded infantry, allowing them to quickly return to combat.&lt;br /&gt;
  |&lt;br /&gt;
  | Alpha 3.23.1&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>imported&gt;Simsarmy</name></author>
	</entry>
</feed>