<?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%3AQuickbar</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%3AQuickbar"/>
	<link rel="alternate" type="text/html" href="https://hrwikitwice.com/index.php?title=Help:Quickbar&amp;action=history"/>
	<updated>2026-07-21T09:59:26Z</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=31828&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=31828&amp;oldid=prev"/>
		<updated>2026-07-18T21:00:57Z</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=31828&amp;amp;oldid=18482&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=18482&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=18482&amp;oldid=prev"/>
		<updated>2026-07-18T17:00:33Z</updated>

		<summary type="html">&lt;p&gt;Reimported from hrwiki.org Wayback HTML→wikitext (full reconvert)&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 --&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;
== Preparation ==&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;
== The Code for Monobook (the default skin) ==&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;&lt;br /&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;quot;http://www.hrwiki.org/etc&amp;quot;, &amp;quot;link title&amp;quot;, &amp;quot;watchlist&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);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Fine Tuning ===&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;quot;quotes&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;quot;&amp;quot;) 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;
== The Code for Cologne Blue ==&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;&lt;br /&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;quot;http://www.hrwiki.org/etc&amp;quot;, &amp;quot;link title&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);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Fine Tuning ===&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 true to put it at the start, or false to put it at the end.&lt;br /&gt;
** You can also replace addCologneBlueTopbarLink with addCologneBlueSubtopbarLink 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;
== The Code for TaviStyle ==&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;&lt;br /&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;quot;http://www.hrwiki.org/etc&amp;quot;, &amp;quot;link title&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);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Fine Tuning ===&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 – 1 for the first, 2 for the second, or 3 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 true to put it at the start, or false 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;
[[Category:Help]]&lt;br /&gt;
&lt;/div&gt;</summary>
		<author><name>imported&gt;HRWikiMirrorBot</name></author>
	</entry>
</feed>