From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.

/* <nowiki> */

/* importScript("http://fr.wikipedia.org/wiki/Utilisateur:Cantons-de-l%27Est/EC.js"); */

 

/* {{Projet:JavaScript/Script|sortInterWiki}} */

 

// Organise les liens interwiki selon un certain ordre

// Auteur : Sanao, d'après une idée de Lilyu ; réécriture complète par Arkanosis

 

// Trie les interwiki selon un ordre défini par la variable globale order_lang

$(function() {

 

  var langs = $('#p-lang ul');

  var order = (

    typeof order_lang === 'undefined'

    ?  'fr', 'de', 'ru', 'es', 'it', 'pl', 'nl' 

    : order_lang

  ).reverse();

 

  $.each(order, function(_, lang) {

    langs.find('li.interwiki-' + lang).prependTo(langs);

  });

 

});

/* </nowiki> */
From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.

/* <nowiki> */

/* importScript("http://fr.wikipedia.org/wiki/Utilisateur:Cantons-de-l%27Est/EC.js"); */

 

/* {{Projet:JavaScript/Script|sortInterWiki}} */

 

// Organise les liens interwiki selon un certain ordre

// Auteur : Sanao, d'après une idée de Lilyu ; réécriture complète par Arkanosis

 

// Trie les interwiki selon un ordre défini par la variable globale order_lang

$(function() {

 

  var langs = $('#p-lang ul');

  var order = (

    typeof order_lang === 'undefined'

    ?  'fr', 'de', 'ru', 'es', 'it', 'pl', 'nl' 

    : order_lang

  ).reverse();

 

  $.each(order, function(_, lang) {

    langs.find('li.interwiki-' + lang).prependTo(langs);

  });

 

});

/* </nowiki> */

Videos

Youtube | Vimeo | Bing

Websites

Google | Yahoo | Bing

Encyclopedia

Google | Yahoo | Bing

Facebook