<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://huckjones.strawberryforum.org/w/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AMonobook.js</id>
	<title>MediaWiki:Monobook.js - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://huckjones.strawberryforum.org/w/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AMonobook.js"/>
	<link rel="alternate" type="text/html" href="https://huckjones.strawberryforum.org/w/index.php?title=MediaWiki:Monobook.js&amp;action=history"/>
	<updated>2026-04-23T23:52:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://huckjones.strawberryforum.org/w/index.php?title=MediaWiki:Monobook.js&amp;diff=292&amp;oldid=prev</id>
		<title>Huck: Created page with &quot;/* Any JavaScript here will be loaded for users using the MonoBook skin */  /**  * Topbar content fix with sitenotice and CentralNotice  *  * Description: This fixes the location...&quot;</title>
		<link rel="alternate" type="text/html" href="https://huckjones.strawberryforum.org/w/index.php?title=MediaWiki:Monobook.js&amp;diff=292&amp;oldid=prev"/>
		<updated>2011-05-04T04:05:15Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;span class=&quot;autocomment&quot;&gt;Any JavaScript here will be loaded for users using the MonoBook skin: &lt;/span&gt;  /**  * Topbar content fix with sitenotice and CentralNotice  *  * Description: This fixes the location...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* Any JavaScript here will be loaded for users using the MonoBook skin */&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * Topbar content fix with sitenotice and CentralNotice&lt;br /&gt;
 *&lt;br /&gt;
 * Description: This fixes the location of topbar content (e.g., featured&lt;br /&gt;
 *              content star) when the sitenotice or CentralNotice is active.&lt;br /&gt;
 * Maintainers: [[User:TheDJ]], [[User:MZMcBride]]&lt;br /&gt;
 */&lt;br /&gt;
// Not in IE6, only when editing/previewing a page&lt;br /&gt;
if ( (navigator.userAgent.indexOf(&amp;#039;MSIE 6&amp;#039;) == -1) &amp;amp;&amp;amp; (wgAction == &amp;#039;submit&amp;#039; || wgAction == &amp;#039;view&amp;#039;) ) {&lt;br /&gt;
jQuery( function( $ ) {&lt;br /&gt;
&lt;br /&gt;
	var $cNote = $( &amp;#039;#centralNotice&amp;#039; );&lt;br /&gt;
	// If there is no dismissible sitenotice and no expanded centralnotice:&lt;br /&gt;
	if( !$( &amp;#039;#mw-dismissible-notice&amp;#039; ).length &amp;amp;&amp;amp; !($cNote.length &amp;amp;&amp;amp; $cNote.hasClass(&amp;#039;expanded&amp;#039;)) ) {&lt;br /&gt;
		return;&lt;br /&gt;
	}&lt;br /&gt;
	// Otherwise:&lt;br /&gt;
	mw.util.addCSS( &amp;#039;#bodyContent{ position:relative } .topicon{ position:absolute; top:-2em !important } #coordinates{ position:absolute; top:1px !important }&amp;#039; );&lt;br /&gt;
&lt;br /&gt;
});&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Huck</name></author>
	</entry>
</feed>