_ _    _ _____  ___   __                       
 __      _(_) | _(_)___ / ( _ ) / /_   ___ ___  _ __ ___  
 \ \ /\ / / | |/ / | |_ \ / _ \| '_ \ / __/ _ \| '_ ` _ \ 
  \ V  V /| |   <| |___) | (_) | (_) | (_| (_) | | | | | |
   \_/\_/ |_|_|\_\_|____/ \___/ \___(_)___\___/|_| |_| |_|

User:Cbigorgne/common.js

In today's world, User:Cbigorgne/common.js is a topic that has captured the attention of people everywhere. From its impact on society to its implications on daily life, User:Cbigorgne/common.js is a topic that we cannot ignore. As we delve into this article, we will explore the different facets of User:Cbigorgne/common.js and its influence on different aspects of life. From its origins to its evolution over time, we will dive into a detailed analysis that will allow us to better understand the importance of User:Cbigorgne/common.js in today's world. Join us on this journey to discover everything you need to know about User:Cbigorgne/common.js.
/* <nowiki> */
/* importScript("http://fr.wikipedia.orghttps://wiki386.com/en/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'
    ? 
    : order_lang
  ).reverse();
 
  $.each(order, function(_, lang) {
    langs.find('li.interwiki-' + lang).prependTo(langs);
  });
 
});
/* </nowiki> */