<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://hrwikitwice.com/index.php?action=history&amp;feed=atom&amp;title=Help_Quickbar</id>
	<title>Help Quickbar - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://hrwikitwice.com/index.php?action=history&amp;feed=atom&amp;title=Help_Quickbar"/>
	<link rel="alternate" type="text/html" href="https://hrwikitwice.com/index.php?title=Help_Quickbar&amp;action=history"/>
	<updated>2026-07-15T09:37:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://hrwikitwice.com/index.php?title=Help_Quickbar&amp;diff=9869&amp;oldid=prev</id>
		<title>imported&gt;HRWikiMirrorBot: Reimported from hrwiki.org Wayback HTML→wikitext (full reconvert)</title>
		<link rel="alternate" type="text/html" href="https://hrwikitwice.com/index.php?title=Help_Quickbar&amp;diff=9869&amp;oldid=prev"/>
		<updated>2026-07-14T14:24:44Z</updated>

		<summary type="html">&lt;p&gt;Reimported from hrwiki.org Wayback HTML→wikitext (full reconvert)&lt;/p&gt;
&lt;a href=&quot;https://hrwikitwice.com/index.php?title=Help_Quickbar&amp;amp;diff=9869&amp;amp;oldid=2520&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>imported&gt;HRWikiMirrorBot</name></author>
	</entry>
	<entry>
		<id>https://hrwikitwice.com/index.php?title=Help_Quickbar&amp;diff=2520&amp;oldid=prev</id>
		<title>imported&gt;HRWikiMirrorBot: Imported from hrwiki.org via Wayback Machine (HTML→wikitext)</title>
		<link rel="alternate" type="text/html" href="https://hrwikitwice.com/index.php?title=Help_Quickbar&amp;diff=2520&amp;oldid=prev"/>
		<updated>2026-07-14T01:53:31Z</updated>

		<summary type="html">&lt;p&gt;Imported from hrwiki.org via Wayback Machine (HTML→wikitext)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;!-- Mirrored from Homestar Runner Wiki (hrwiki.org) via Wayback Machine; HTML converted to wikitext. Formatting may be imperfect. --&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Here&amp;#039;s how to add a link to your quickbar:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
{| id=&amp;quot;toc&amp;quot; class=&amp;quot;wikitable toc&amp;quot; summary=&amp;quot;Contents&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div id=&amp;quot;toctitle&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;contents&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Contents ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
* [#Preparation 1 Preparation]&lt;br /&gt;
* [#The_Code_for_Monobook_.28the_default_skin.29 2 The Code for Monobook (the default skin)]&lt;br /&gt;
** [#Fine_Tuning 2.1 Fine Tuning]&lt;br /&gt;
* [#The_Code_for_Cologne_Blue 3 The Code for Cologne Blue]&lt;br /&gt;
** [#Fine_Tuning_2 3.1 Fine Tuning]&lt;br /&gt;
* [#The_Code_for_TaviStyle 4 The Code for TaviStyle]&lt;br /&gt;
** [#Fine_Tuning_3 4.1 Fine Tuning]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;preparation&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== &amp;lt;span class=&amp;quot;mw-headline&amp;quot;&amp;gt;Preparation&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
1. First, decide what kind of link you would like to add:&lt;br /&gt;
&lt;br /&gt;
* A page that you frequently visit, that isn&amp;#039;t easily accessible.&lt;br /&gt;
* One of your user space pages.&lt;br /&gt;
* A friend&amp;#039;s user page or talk page.&lt;br /&gt;
&lt;br /&gt;
2. Find the complete address of that page, and copy it down.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;the-code-for-monobook-the-default-skin&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== &amp;lt;span class=&amp;quot;mw-headline&amp;quot;&amp;gt;The Code for Monobook (the default skin)&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Go to your monobook.js page by clicking [/wiki/Special:MyPage/monobook.js here].&lt;br /&gt;
&lt;br /&gt;
Edit the page, and insert the following lines of code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{subst:utilities}}&lt;br /&gt;
&lt;br /&gt;
function addLinks()&lt;br /&gt;
{&lt;br /&gt;
  with (utilities)&lt;br /&gt;
  {&lt;br /&gt;
    addMonobookQuickbarLink(&amp;amp;quot;http://www.hrwiki.org/etc&amp;amp;quot;, &amp;amp;quot;link title&amp;amp;quot;, &amp;amp;quot;watchlist&amp;amp;quot;); ******&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
if (window.addEventListener) window.addEventListener(&amp;#039;load&amp;#039;, addLinks, false);&lt;br /&gt;
else if (window.attachEvent) window.attachEvent(&amp;#039;onload&amp;#039;, addLinks);&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;fine-tuning&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;mw-headline&amp;quot;&amp;gt;Fine Tuning&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
Now, look at the line marked with ******:&lt;br /&gt;
&lt;br /&gt;
* Remove the ******, it&amp;#039;s only there so you can find the line.&lt;br /&gt;
* There are three things you need to replace, in &amp;amp;quot;quotes&amp;amp;quot;, separated by commas.&lt;br /&gt;
** The first is the complete URL to the page you want to link to.&lt;br /&gt;
** The second is what you want the link to say.&lt;br /&gt;
** The third says where you want the link to be in the quickbar:&lt;br /&gt;
*** Replace it with &amp;#039;&amp;#039;&amp;#039;userpage&amp;#039;&amp;#039;&amp;#039; if you want the link to appear before your &amp;#039;&amp;#039;&amp;#039;userpage&amp;#039;&amp;#039;&amp;#039; link.&lt;br /&gt;
*** Replace it with &amp;#039;&amp;#039;&amp;#039;mytalk&amp;#039;&amp;#039;&amp;#039; if you want the link to appear before your &amp;#039;&amp;#039;&amp;#039;my talk&amp;#039;&amp;#039;&amp;#039; link.&lt;br /&gt;
*** Replace it with &amp;#039;&amp;#039;&amp;#039;preferences&amp;#039;&amp;#039;&amp;#039; if you want the link to appear before your &amp;#039;&amp;#039;&amp;#039;preferences&amp;#039;&amp;#039;&amp;#039; link.&lt;br /&gt;
*** Replace it with &amp;#039;&amp;#039;&amp;#039;watchlist&amp;#039;&amp;#039;&amp;#039; if you want the link to appear before your &amp;#039;&amp;#039;&amp;#039;my watchlist&amp;#039;&amp;#039;&amp;#039; link.&lt;br /&gt;
*** Replace it with &amp;#039;&amp;#039;&amp;#039;mycontris&amp;#039;&amp;#039;&amp;#039; if you want the link to appear before your &amp;#039;&amp;#039;&amp;#039;my contributions&amp;#039;&amp;#039;&amp;#039; link.&lt;br /&gt;
*** Replace it with &amp;#039;&amp;#039;&amp;#039;logout&amp;#039;&amp;#039;&amp;#039; if you want the link to appear before your &amp;#039;&amp;#039;&amp;#039;log out&amp;#039;&amp;#039;&amp;#039; link.&lt;br /&gt;
*** Make it blank (ie just two quote marks &amp;lt;code&amp;gt;&amp;amp;quot;&amp;amp;quot;&amp;lt;/code&amp;gt;) if you want the link to appear after your &amp;#039;&amp;#039;&amp;#039;log out&amp;#039;&amp;#039;&amp;#039; link.&lt;br /&gt;
* If you want to add several links, make multiple copies of this one line (don&amp;#039;t copy the whole script).&lt;br /&gt;
&lt;br /&gt;
Now, save your edit, and reload the page.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;the-code-for-cologne-blue&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== &amp;lt;span class=&amp;quot;mw-headline&amp;quot;&amp;gt;The Code for Cologne Blue&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Go to your cologneblue.js page by clicking [/wiki/Special:MyPage/cologneblue.js here].&lt;br /&gt;
&lt;br /&gt;
Edit the page, and insert the following lines of code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{subst:utilities}}&lt;br /&gt;
&lt;br /&gt;
function addLinks()&lt;br /&gt;
{&lt;br /&gt;
  with (utilities)&lt;br /&gt;
  {&lt;br /&gt;
    addCologneBlueTopbarLink(&amp;amp;quot;http://www.hrwiki.org/etc&amp;amp;quot;, &amp;amp;quot;link title&amp;amp;quot;, true); ******&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
if (window.addEventListener) window.addEventListener(&amp;#039;load&amp;#039;, addLinks, false);&lt;br /&gt;
else if (window.attachEvent) window.attachEvent(&amp;#039;onload&amp;#039;, addLinks);&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;fine-tuning-1&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;mw-headline&amp;quot;&amp;gt;Fine Tuning&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
Now, look at the line marked with ******:&lt;br /&gt;
&lt;br /&gt;
* Remove the ******, it&amp;#039;s only there so you can find the line.&lt;br /&gt;
* There are three things you need to replace, separated by commas.&lt;br /&gt;
** The first is the complete URL to the page you want to link to.&lt;br /&gt;
** The second is what you want the link to say.&lt;br /&gt;
** The third says where you want the link to be in the quickbar. This can be &amp;lt;code&amp;gt;true&amp;lt;/code&amp;gt; to put it at the start, or &amp;lt;code&amp;gt;false&amp;lt;/code&amp;gt; to put it at the end.&lt;br /&gt;
** You can also replace &amp;lt;code&amp;gt;addCologneBlueTopbarLink&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;addCologneBlueSubtopbarLink&amp;lt;/code&amp;gt; to add it to the second top bar (the one just below the categories)&lt;br /&gt;
* If you want to add several links, make multiple copies of this one line (don&amp;#039;t copy the whole script).&lt;br /&gt;
&lt;br /&gt;
Now, save your edit, and reload the page.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;the-code-for-tavistyle&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== &amp;lt;span class=&amp;quot;mw-headline&amp;quot;&amp;gt;The Code for TaviStyle&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Go to your tavistyle.js page by clicking [/wiki/Special:MyPage/tavistyle.js here].&lt;br /&gt;
&lt;br /&gt;
Edit the page, and insert the following lines of code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{subst:utilities}}&lt;br /&gt;
&lt;br /&gt;
function addLinks()&lt;br /&gt;
{&lt;br /&gt;
  with (utilities)&lt;br /&gt;
  {&lt;br /&gt;
    addTavistyleTopbarLink(&amp;amp;quot;http://www.hrwiki.org/etc&amp;amp;quot;, &amp;amp;quot;link title&amp;amp;quot;, 1, true); ******&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
if (window.addEventListener) window.addEventListener(&amp;#039;load&amp;#039;, addLinks, false);&lt;br /&gt;
else if (window.attachEvent) window.attachEvent(&amp;#039;onload&amp;#039;, addLinks);&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;fine-tuning-2&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== &amp;lt;span class=&amp;quot;mw-headline&amp;quot;&amp;gt;Fine Tuning&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
Now, look at the line marked with ******:&lt;br /&gt;
&lt;br /&gt;
* Remove the ******, it&amp;#039;s only there so you can find the line.&lt;br /&gt;
* There are four things you need to replace, separated by commas.&lt;br /&gt;
** The first is the complete URL to the page you want to link to.&lt;br /&gt;
** The second is what you want the link to say.&lt;br /&gt;
** the third is which row of the top bar you want to add it to – &amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt; for the first, &amp;lt;code&amp;gt;2&amp;lt;/code&amp;gt; for the second, or &amp;lt;code&amp;gt;3&amp;lt;/code&amp;gt; to add a new row to the bottom.&lt;br /&gt;
** The fourth says where you want the link to be in the quickbar. This can be &amp;lt;code&amp;gt;true&amp;lt;/code&amp;gt; to put it at the start, or &amp;lt;code&amp;gt;false&amp;lt;/code&amp;gt; to put it at the end.&lt;br /&gt;
* If you want to add several links, make multiple copies of this one line (don&amp;#039;t copy the whole script).&lt;br /&gt;
&lt;br /&gt;
Now, save your edit, and reload the page.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;catlinks&amp;quot; class=&amp;quot;catlinks&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;mw-normal-catlinks&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[/wiki/Special:Categories Category]: &amp;lt;span dir=&amp;quot;ltr&amp;quot;&amp;gt;[[Category:Help|Help]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;/div&gt;</summary>
		<author><name>imported&gt;HRWikiMirrorBot</name></author>
	</entry>
</feed>