Aucun résumé des modifications |
|||
Ligne 24 : | Ligne 24 : | ||
=> {{#!: media|wikitext}} | => {{#!: media|wikitext}} | ||
|- | |- | ||
| {{favorites|like=Extension:Autoincrement|output=css3treeviewshort}} || Incrémenter une variable statique dans les modèles | | {{favorites|like=Extension:Autoincrement|output=css3treeviewshort}} || Incrémenter une variable statique dans les modèles | ||
{{syntaxhighlight| lang=text|code = | {{syntaxhighlight| lang=text|code = | ||
Ligne 34 : | Ligne 32 : | ||
}} | }} | ||
=> 1,2,3 | => 1,2,3 | ||
|- | |- | ||
| <favorites like=AutoSitemap output=css3treeviewshort /> || {{clear}}Créer un Plan de site pour les robots {{clear}}ex: [http://wiki.jltryoen.fr/sitemap.xml SiteMap] | | <favorites like=AutoSitemap output=css3treeviewshort /> || {{clear}}Créer un Plan de site pour les robots {{clear}}ex: [http://wiki.jltryoen.fr/sitemap.xml SiteMap] | ||
Ligne 48 : | Ligne 42 : | ||
|- | |- | ||
| <favorites like=Extension:CSS /> || {{clear}}Inclusion d'un fichier CSS dans une page{{clear}} | | <favorites like=Extension:CSS /> || {{clear}}Inclusion d'un fichier CSS dans une page{{clear}} | ||
|- | |||
| {{favorites|like=Extension:NoTitle|output=css3treeviewshort}} ||{{clear}} Masquer le titre d'une page {{clear}} | |||
|} | |} | ||
== Fichier LocalSettings.php == | == Fichier LocalSettings.php == | ||
:{{code|collapse=Extrait de {{img |/images/file.jpg|width=16}}LocalSettings.php| lang=php|code= | :{{code|collapse=Extrait de {{img |/images/file.jpg|width=16}}LocalSettings.php| lang=php|code= | ||
require_once("$IP/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.php"); | |||
require_once("$IP/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.php"); | require_once("$IP/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.php"); | ||
function wfProfileIn( $arg) {}; | function wfProfileIn( $arg) {}; | ||
Ligne 72 : | Ligne 67 : | ||
##Category Viewer | ##Category Viewer | ||
require_once("$IP/extensions/CategoryView/CategoryView.php"); | require_once("$IP/extensions/CategoryView/CategoryView.php"); | ||
#utilisé pour le plan du site | #utilisé pour le plan du site | ||
Ligne 92 : | Ligne 87 : | ||
$wgUFAllowedNamespaces = array_fill(0, 200, true); | $wgUFAllowedNamespaces = array_fill(0, 200, true); | ||
#piwik => matomo | #piwik => matomo | ||
Ligne 113 : | Ligne 106 : | ||
#purge | #purge | ||
Ligne 219 : | Ligne 202 : | ||
wfLoadExtension( 'SemanticExtraSpecialProperties' ); | wfLoadExtension( 'SemanticExtraSpecialProperties' ); | ||
wfLoadExtension( 'ModernTimeline' ); | wfLoadExtension( 'ModernTimeline' ); | ||
$srfgFormats = array('calendar', 'broadtable | $srfgFormats = array('calendar', 'broadtable','timeline', 'eventcalendar','table', 'eventline','list', 'icalendar','sparkline'); | ||
//require_once( "$IP/extensions/SMWAskAPI/SMWAskAPI.php" ); | //require_once( "$IP/extensions/SMWAskAPI/SMWAskAPI.php" ); | ||
Ligne 241 : | Ligne 224 : | ||
wfLoadExtension( 'AutoSitemap' ); | wfLoadExtension( 'AutoSitemap' ); | ||
require_once("$IP/extensions/AutoSitemap/config.php"); | require_once("$IP/extensions/AutoSitemap/config.php"); | ||
<keywords content="MediaWiki,extensions" />
Voir MediaWikiBootStrap5
Extension | Description |
---|---|
La caractère |
est interprété dans les modèles comme séparateur de paramètres
{{#!: media|wikitext}}
| |
Incrémenter une variable statique dans les modèles
{{AUTOINCREMENT}}, {{AUTOINCREMENT}}, {{AUTOINCREMENT}}
| |
ex: SiteMap | |
| |
ex: Plan du site | |
ex: Contact | |
| |
|