<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sugarlabs.org/index.php?action=history&amp;feed=atom&amp;title=Template%3ATeamHeader%2Fdoc</id>
	<title>Template:TeamHeader/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sugarlabs.org/index.php?action=history&amp;feed=atom&amp;title=Template%3ATeamHeader%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Template:TeamHeader/doc&amp;action=history"/>
	<updated>2026-06-26T01:29:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Template:TeamHeader/doc&amp;diff=36603&amp;oldid=prev</id>
		<title>FGrose: Created page with &#039;{{TOCright}} ==Purpose==  * Provide a common navigation header for :Category:Team, :Category:Project, or :Category:Local Lab pages. * Add color and distinguish the ca…&#039;</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Template:TeamHeader/doc&amp;diff=36603&amp;oldid=prev"/>
		<updated>2009-09-03T04:32:49Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;{{TOCright}} ==Purpose==  * Provide a common navigation header for &lt;a href=&quot;/go/Category:Team&quot; title=&quot;Category:Team&quot;&gt;Category:Team&lt;/a&gt;, &lt;a href=&quot;/go/Category:Project&quot; title=&quot;Category:Project&quot;&gt;Category:Project&lt;/a&gt;, or &lt;a href=&quot;/go/Category:Local_Lab&quot; title=&quot;Category:Local Lab&quot;&gt;Category:Local Lab&lt;/a&gt; pages. * Add color and distinguish the ca…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{TOCright}}&lt;br /&gt;
==Purpose==&lt;br /&gt;
&lt;br /&gt;
* Provide a common navigation header for [[:Category:Team]], [[:Category:Project]], or [[:Category:Local Lab]] pages.&lt;br /&gt;
* Add color and distinguish the categories by adjusting the header backgroud, &amp;#039;&amp;#039;xbgColor&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&lt;br /&gt;
Usually at the top of the page, enter, minimally &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{TeamHeader|&amp;lt;home page name&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, such as, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{TeamHeader|Wiki Team}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to produce the following:{{TeamHeader|Wiki Team}}&lt;br /&gt;
&lt;br /&gt;
===Options===&lt;br /&gt;
====xbgColor====&lt;br /&gt;
The &amp;#039;&amp;#039;xbgColor&amp;#039;&amp;#039; parameter controls the header&amp;#039;s background color.&lt;br /&gt;
* a0ff93, designates [[:Category:Team]] pages (default),&lt;br /&gt;
* ffe792 is used for [[:Category:Project]] pages, and&lt;br /&gt;
* ffb673 is used for [[:Category:Local Lab]] pages, for example &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{TeamHeader|Sugar Labs DC|xbgColor=ffb673}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; produces the following:&lt;br /&gt;
{{TeamHeader|Sugar Labs DC|xbgColor=ffb673}}&lt;br /&gt;
====home====&lt;br /&gt;
The home page link label defaults to the &amp;#039;&amp;#039;&amp;#039;&amp;lt;home page name&amp;gt; Home&amp;#039;&amp;#039;&amp;#039;, but may be adjusted, such as, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{TeamHeader|Sugar on a Stick|home=Sugar on a Stick Project Home|xbgColor=ffe792}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to change the label, to produce the following:{{TeamHeader|Sugar on a Stick|home=Sugar on a Stick Project Home|xbgColor=ffe792}}&lt;br /&gt;
====join_label====&lt;br /&gt;
The &amp;#039;Getting Involved&amp;#039; subpage link label defaults to the verb &amp;#039;&amp;#039;&amp;#039;Join&amp;#039;&amp;#039;&amp;#039;; but may be adjusted, such as, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{TeamHeader|Sugar on a Stick|home=Project Home|xbgColor=ffe792|join_label=Get Involved}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to produce the following:{{TeamHeader|Sugar on a Stick|home=Project Home|xbgColor=ffe792|join_label=Get Involved}}&lt;br /&gt;
====roadmap_link====&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Roadmap&amp;#039;&amp;#039;&amp;#039; link subpage URI may be adjusted from that default by, for example, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{TeamHeader|Development Team|roadmap_link={{Upcoming Stable Release}}/Roadmap}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; (where &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Upcoming Stable Release}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; is another template retuning the &amp;#039;upcoming stable release&amp;#039; version number) to produce the following:{{TeamHeader|Development Team|roadmap_link={{Upcoming Stable Release}}/Roadmap}}&lt;br /&gt;
====roadmap_label====&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Roadmap&amp;#039;&amp;#039;&amp;#039; subpage link label may be adjusted by, for example, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{TeamHeader|Design Team|roadmap_link=Design Team/Vision|roadmap_label=Vision}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to produce the following: {{TeamHeader|Design Team|roadmap_link=Design Team/Vision|roadmap_label=Vision}}&lt;br /&gt;
====meeting_link, meeting_label====&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Meetings&amp;#039;&amp;#039;&amp;#039; link subpage URI and label may be adjusted from the defaults. For example, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{TeamHeader|Sugar Labs|home=Community Home|meeting_link=Events|meeting_label=Events Calendar}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to produce the following: {{TeamHeader|Sugar Labs|home=Community Home|meeting_link=Events|meeting_label=Events Calendar}}&lt;/div&gt;</summary>
		<author><name>FGrose</name></author>
	</entry>
</feed>