WikiSail:Setting/fr
From WikiSail
Ici on essaie de mettre toutes les pages de parametrage possibles présentes dans l'espace de nom MediaWiki.
Contents |
Définition de liens
Un certain nombre de "pages" de l'espace MediaWiki sont utilisées pour stoquer des liens.
Sur la page Speciale Messages Système vous pouvez chercher les messages d'interface utilisant ces définitions.
Parametrages
- MediaWiki:Sidebar la bare de navigation
- MediaWiki:Sitenotice un message affiché avant chaque page
- Le footer. Voir plus bas
La bare de navigation
Editer MediaWiki:Sidebar. Et voir mw:Manual:Navigation_bar pour plus de détails.
Traduire un message
Si dans la barre de navigations nous mettons un intitule "Moorings".
Cet intitule peut avoir un message: MediaWiki:Moorings
Et le message en francais sera: MediaWiki:Moorings/fr
Le footer
Voir mw:Footer. To add or remove items from the footer on your MediaWiki page, you must edit the skin.
For example: if you go in to MonoBook.php (located by default in the "Skins" folder) you will find the following code:
$footerlinks = array( 'lastmod', 'viewcount', 'numberofwatchingusers', 'credits', 'copyright', 'privacy', 'about', 'disclaimer', 'tagline', );
In the above you can simply add and remove items from the footer that you wish to appear in your footer. Remember the changes may not appear immediatly because of MediaWiki caches.
You can also customize the individual items by modifying certain pages or parameters:
- lastmod - edit MediaWiki:Lastmodified
- viewcount - edit MediaWiki:Viewcount
- numberofwatchingusers - edit MediaWiki:Number of watching users pageview. This only appears if you also add
$wgPageShowWatchingUsers = true;to LocalSettings.php. - copyright - edit MediaWiki:Copyright. The parameter $1 on that page is replaced with a link to the details of copyright for your wiki. In LocalSettings.php $wgRightsText for the link text and set either $wgRightsPage or $wgRightsUrl with the location of a wiki page or external URL.
- privacy - this is a link only. Edit MediaWiki:Privacy for the link text and MediaWiki:Privacypage for the wiki page to which to link.
- about - this is a link only. Edit MediaWiki:Aboutsite for the link text and MediaWiki:Aboutpage for the wiki page to which to link.
- disclaimer - this is a link only. Edit MediaWiki:Disclaimers for the link text and MediaWiki:Disclaimerpage for the wiki page to which to link.
- tagline - not currently used in the footer

