<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://www.wolfplex.org/w/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AKibaOne.js</id>
	<title>MediaWiki:KibaOne.js - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://www.wolfplex.org/w/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AKibaOne.js"/>
	<link rel="alternate" type="text/html" href="https://www.wolfplex.org/w/index.php?title=MediaWiki:KibaOne.js&amp;action=history"/>
	<updated>2026-06-15T11:37:39Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.46.0-alpha</generator>
	<entry>
		<id>https://www.wolfplex.org/w/index.php?title=MediaWiki:KibaOne.js&amp;diff=1650&amp;oldid=prev</id>
		<title>Dereckson : Importing foreground.js</title>
		<link rel="alternate" type="text/html" href="https://www.wolfplex.org/w/index.php?title=MediaWiki:KibaOne.js&amp;diff=1650&amp;oldid=prev"/>
		<updated>2013-10-29T23:24:56Z</updated>

		<summary type="html">&lt;p&gt;Importing foreground.js&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/*  -------------------------------------------------------------&lt;br /&gt;
    Foreground bits&lt;br /&gt;
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&lt;br /&gt;
    Author:         Jamie Thingelstad&lt;br /&gt;
    Tags:           Foreground&lt;br /&gt;
    Filename:       foreground.js&lt;br /&gt;
    Licence:        Creative Commons BY 3.0&lt;br /&gt;
    -------------------------------------------------------------    */&lt;br /&gt;
    &lt;br /&gt;
/*  -------------------------------------------------------------&lt;br /&gt;
    Untested Foreground bits&lt;br /&gt;
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */&lt;br /&gt;
&lt;br /&gt;
jQuery(document).ready(function() {&lt;br /&gt;
  jQuery(document).foundation(function (response) {&lt;br /&gt;
    console.log(response.errors);&lt;br /&gt;
  });&lt;br /&gt;
&lt;br /&gt;
  jQuery(&amp;#039;[id^=ca-nstab] a&amp;#039;).addClass(&amp;#039;icon-file&amp;#039;).text(&amp;#039; &amp;#039; + jQuery(&amp;#039;[id^=ca-nstab] a&amp;#039;).text());&lt;br /&gt;
  jQuery(&amp;#039;li#ca-talk a&amp;#039;).addClass(&amp;#039;icon-comments&amp;#039;).text(&amp;#039; &amp;#039; + jQuery(&amp;#039;li#ca-talk a&amp;#039;).text());&lt;br /&gt;
  jQuery(&amp;#039;li#ca-edit a&amp;#039;).addClass(&amp;#039;icon-edit&amp;#039;).text(&amp;#039; &amp;#039; + jQuery(&amp;#039;li#ca-edit a&amp;#039;).text());&lt;br /&gt;
  jQuery(&amp;#039;li#ca-viewsource a&amp;#039;).addClass(&amp;#039;icon-book&amp;#039;).text(&amp;#039; &amp;#039; + jQuery(&amp;#039;li#ca-viewsource a&amp;#039;).text());&lt;br /&gt;
  jQuery(&amp;#039;li#ca-form_edit a&amp;#039;).addClass(&amp;#039;icon-edit-sign&amp;#039;).text(&amp;#039; &amp;#039; + jQuery(&amp;#039;li#ca-form_edit a&amp;#039;).text());&lt;br /&gt;
  jQuery(&amp;#039;li#ca-history a&amp;#039;).addClass(&amp;#039;icon-archive&amp;#039;).text(&amp;#039; &amp;#039; + jQuery(&amp;#039;li#ca-history a&amp;#039;).text());&lt;br /&gt;
  jQuery(&amp;#039;li#ca-delete a&amp;#039;).addClass(&amp;#039;icon-remove&amp;#039;).text(&amp;#039; &amp;#039; + jQuery(&amp;#039;li#ca-delete a&amp;#039;).text());&lt;br /&gt;
  jQuery(&amp;#039;li#ca-move a&amp;#039;).addClass(&amp;#039;icon-truck&amp;#039;).text(&amp;#039; &amp;#039; + jQuery(&amp;#039;li#ca-move a&amp;#039;).text());&lt;br /&gt;
  jQuery(&amp;#039;li#ca-protect a&amp;#039;).addClass(&amp;#039;icon-shield&amp;#039;).text(&amp;#039; &amp;#039; + jQuery(&amp;#039;li#ca-protect a&amp;#039;).text());&lt;br /&gt;
  jQuery(&amp;#039;li#ca-unprotect a&amp;#039;).addClass(&amp;#039;icon-shield&amp;#039;).text(&amp;#039; &amp;#039; + jQuery(&amp;#039;li#ca-unprotect a&amp;#039;).text());&lt;br /&gt;
  jQuery(&amp;#039;li#ca-watch a&amp;#039;).addClass(&amp;#039;icon-star-empty&amp;#039;).text(&amp;#039; &amp;#039; + jQuery(&amp;#039;li#ca-watch a&amp;#039;).text());&lt;br /&gt;
  jQuery(&amp;#039;li#ca-unwatch a&amp;#039;).addClass(&amp;#039;icon-star&amp;#039;).text(&amp;#039; &amp;#039; + jQuery(&amp;#039;li#ca-unwatch a&amp;#039;).text());&lt;br /&gt;
  jQuery(&amp;#039;li#ca-purge a&amp;#039;).addClass(&amp;#039;icon-refresh&amp;#039;).text(&amp;#039; &amp;#039; + jQuery(&amp;#039;li#ca-purge a&amp;#039;).text());&lt;br /&gt;
  jQuery(&amp;#039;li#t-smwbrowselink a&amp;#039;).addClass(&amp;#039;icon-eye-open&amp;#039;).text(&amp;#039; &amp;#039; + jQuery(&amp;#039;li#t-smwbrowselink a&amp;#039;).text());&lt;br /&gt;
&lt;br /&gt;
  // Turn categories into labels&lt;br /&gt;
  jQuery(&amp;#039;#mw-normal-catlinks ul li a&amp;#039;).addClass(&amp;#039;label&amp;#039;);&lt;br /&gt;
&lt;br /&gt;
  // Make the Page Action button respond to hover&lt;br /&gt;
  jQuery(&amp;#039;a.button.dropdown&amp;#039;).mouseenter(function(){&lt;br /&gt;
    jQuery(&amp;#039;ul#drop1&amp;#039;).addClass(&amp;#039;open&amp;#039;).addClass(&amp;#039;right&amp;#039;).css(&amp;#039;top&amp;#039;, &amp;#039;32px&amp;#039;).css(&amp;#039;left&amp;#039;, &amp;#039;785px&amp;#039;);&lt;br /&gt;
  });&lt;br /&gt;
  jQuery(&amp;#039;ul#drop1&amp;#039;).mouseleave(function(){&lt;br /&gt;
    jQuery(&amp;#039;ul#drop1&amp;#039;).removeClass(&amp;#039;open&amp;#039;).css(&amp;#039;top&amp;#039;, &amp;#039;-9999px&amp;#039;).css(&amp;#039;left&amp;#039;, &amp;#039;785px&amp;#039;);&lt;br /&gt;
  });&lt;br /&gt;
});&lt;/div&gt;</summary>
		<author><name>Dereckson</name></author>
	</entry>
</feed>