« Page Principale » : différence entre les versions

Aucun résumé des modifications
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
'''Vous avez bien installé MediaWiki.'''
<html>
Lisez la [https://meta.wikimedia.org/wiki/Help:Contents Guide des Useurs] pour apprendre à user le wiki software.
<style>
== Pour Commencer ==
#author-contributor{
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Réglage]
  display: none;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki: Questions Souvent Posées]
}
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki Liste à Malle]
</style>
<chem>CO2</chem>
<script>
<math>100</math>
var page;
if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {
  page = 'https://energyeducation.ca/simulations/frontpage/FrenchFrontPageMobile.html';
} else {
  page = 'https://energyeducation.ca/simulations/frontpage/FrenchFrontPage.html';
}
var xhr= new XMLHttpRequest();
xhr.open('GET', page, true);
xhr.onreadystatechange= function() {
    if (this.readyState!==4) return;
    if (this.status!==200) return;
    document.getElementById('mw-content-text').innerHTML= this.responseText;
    if (page == 'https://energyeducation.ca/simulations/frontpage/FrenchFrontPage.html') {
        var script = document.createElement('script');
        script.src = 'https://energyeducation.ca/simulations/frontpage/FrontPage.js';
        document.head.appendChild(script);
        document.getElementById('imagelink').href = "https://energyeducation.ca/encyclopedia/Electrical_generation";
    }
};
xhr.send();
</script>
</html>

Version du 13 août 2021 à 06:02