
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://kb.speeddemosarchive.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://kb.speeddemosarchive.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AClassTabs</id>
		<title>Template:ClassTabs - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://kb.speeddemosarchive.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AClassTabs"/>
		<link rel="alternate" type="text/html" href="https://kb.speeddemosarchive.com/index.php?title=Template:ClassTabs&amp;action=history"/>
		<updated>2026-04-18T09:39:12Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.9</generator>

	<entry>
		<id>https://kb.speeddemosarchive.com/index.php?title=Template:ClassTabs&amp;diff=42427&amp;oldid=prev</id>
		<title>SomeDude955: Created page with &quot;&lt;includeonly&gt;{{Tabs  | title = {{{title}}}  | name = {{{name}}}  | collapsed = {{{collapsed|}}}  | orientation = {{{orientation|vertical}}}  | {{#if:{{{selected|}}}|selected|n...&quot;</title>
		<link rel="alternate" type="text/html" href="https://kb.speeddemosarchive.com/index.php?title=Template:ClassTabs&amp;diff=42427&amp;oldid=prev"/>
				<updated>2017-06-28T19:06:06Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;includeonly&amp;gt;{{Tabs  | title = {{{title}}}  | name = {{{name}}}  | collapsed = {{{collapsed|}}}  | orientation = {{{orientation|vertical}}}  | {{#if:{{{selected|}}}|selected|n...&amp;quot;&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;{{Tabs&lt;br /&gt;
 | title = {{{title}}}&lt;br /&gt;
 | name = {{{name}}}&lt;br /&gt;
 | collapsed = {{{collapsed|}}}&lt;br /&gt;
 | orientation = {{{orientation|vertical}}}&lt;br /&gt;
 | {{#if:{{{selected|}}}|selected|null}} = {{#switch:{{lc:{{{selected|}}}}}&lt;br /&gt;
  | hats    = 1&lt;br /&gt;
  | misc  = 2&lt;br /&gt;
  | skins     = 3&lt;br /&gt;
  | gestures  = 4&lt;br /&gt;
  | #default = 1&lt;br /&gt;
  }}&lt;br /&gt;
 | {{#if:{{{edittabs|}}}|edittabs|null}}                 = {{{edittabs|}}}&lt;br /&gt;
 | {{#if:{{{edit1|{{{edithats|}}}}}}|edit1|null}}       = {{{edit1|{{{edithats|}}}}}}&lt;br /&gt;
 | {{#if:{{{edit2|{{{editmisc|}}}}}}|edit2|null}}     = {{{edit2|{{{editmisc|}}}}}}&lt;br /&gt;
 | {{#if:{{{edit3|{{{editskins|}}}}}}|edit3|null}}        = {{{edit3|{{{editskins|}}}}}}&lt;br /&gt;
 | {{#if:{{{edit4|{{{editgestures|}}}}}}|edit4|null}}     = {{{edit4|{{{editgestures|}}}}}}&lt;br /&gt;
 | {{#if:{{{notitle|}}}|notitle|null}} = {{{notitle|}}}&lt;br /&gt;
 | {{#if:{{{noheader|}}}|noheader|null}} = {{{noheader|}}}&lt;br /&gt;
 | {{#if:{{{instant|}}}|instant|null}} = {{{instant|}}}&lt;br /&gt;
 | {{#if:{{{width|}}}|width|null}} = {{{width|}}}&lt;br /&gt;
 | icon1 = {{item name|headgear}}&lt;br /&gt;
 | icon2 = {{item name|misc items}}&lt;br /&gt;
 | icon3 = {{item name|skins}}&lt;br /&gt;
 | icon4 = {{item name|gestures}}&lt;br /&gt;
 | {{#if:{{{all-class|}}}|icon10|null}} = [[File:TF2 crosshair orange.png|24px|link=Classes{{if lang}}]] {{#if:{{{icononly|}}}||{{ucfirst:{{MediaWiki:Searchall{{if lang}}}}}}}}&lt;br /&gt;
&lt;br /&gt;
 | content1 = {{{hats}}}&lt;br /&gt;
 | content2 = {{{misc}}}&lt;br /&gt;
 | content3 = {{{skins}}}&lt;br /&gt;
 | content4 = {{{gestures}}}&lt;br /&gt;
 }}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{doc begin}}&lt;br /&gt;
Wrapper for {{tl|Tabs}} with class-specific tabs.&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
* {{code|title}} &amp;amp;ndash; box title&lt;br /&gt;
* {{code|notitle}} &amp;amp;ndash; Hide &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; from top bar&lt;br /&gt;
* {{code|noheader}} &amp;amp;ndash; Hide top bar completely&lt;br /&gt;
* {{code|name}} &amp;amp;ndash; name of the template&lt;br /&gt;
* {{code|orientation}} &amp;amp;ndash; &amp;lt;code&amp;gt;vertical&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;horizontal&amp;lt;/code&amp;gt;&lt;br /&gt;
* {{code|selected}} &amp;amp;ndash; tab to automatically display&lt;br /&gt;
* {{code|size}} &amp;amp;ndash; size of class icons&lt;br /&gt;
* {{code|width}} &amp;amp;ndash; control the width of the box&lt;br /&gt;
* {{code|icononly}} &amp;amp;ndash; only display the class icons (no text labels)&lt;br /&gt;
* {{code|instant}} &amp;amp;ndash; set to 'yes' to disable animations&lt;br /&gt;
* {{code|&amp;lt;class name&amp;gt;}} &amp;amp;ndash; content ({{code|scout}}, {{code|soldier}}, {{code|pyro}}, etc, {{code|all-class}} for the all-class tab).&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ClassTabs&lt;br /&gt;
| title    = Classes&lt;br /&gt;
| name = ClassTabs&lt;br /&gt;
| selected = hats&lt;br /&gt;
| size     = 24px&lt;br /&gt;
&lt;br /&gt;
| hats    = hats&lt;br /&gt;
| gestures  = gestures&lt;br /&gt;
| skins     = skins &lt;br /&gt;
| misc  = misc&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{ClassTabs&lt;br /&gt;
| title    = Classes&lt;br /&gt;
| name = ClassTabs&lt;br /&gt;
| selected = hats&lt;br /&gt;
| size     = 24px&lt;br /&gt;
&lt;br /&gt;
| hats    = hats&lt;br /&gt;
| gestures  = gestures&lt;br /&gt;
| skins     = skins &lt;br /&gt;
| misc  = misc&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{tl|Tabs}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Navbox templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>SomeDude955</name></author>	</entry>

	</feed>