« Utilisateur:NicoV/WikiCleanerConfiguration » : différence entre les versions

Contenu supprimé Contenu ajouté
m Robot : Remplacement de texte automatisé (-\[\[(n|q|wikt|w|s|b):fr: +[[\1:)
NicoV (discussion | contributions)
m Réorganisation
Ligne 1 :
ThisCette ispage thecontient la configuration file forde [[:w:UserWikipédia:NicoV/Wikipedia CleanerWPCleaner|WikiCleanerWPCleaner]].
Elle a été créée à partir du [[:w:Wikipédia:WPCleaner/Configuration/Modèle|modèle]] et sa [[:w:Wikipédia:WPCleaner/Configuration/Aide|documentation associée]].
It has been created using the [[w:User:NicoV/WikiCleanerConfigurationTemplate|template]] and its [[w:User:NicoV/WikiCleanerConfigurationDocumentation|documentation]].
Merci de les surveiller de temps en temps pour voir si de nouveaux paramètres ont été ajoutés et peuvent être utiles pour la configuration.
Please, check them on a regular basis to see if new parameters have been added to the configuration.
 
IfSi youvous haveavez des questions /ou des suggestions onsur thela configuration, youmerci can write themde [[:w:UserDiscussion TalkWikipédia:NicoV/Wikipedia CleanerWPCleaner|hereprendre contact]].
 
== Syntaxe ==
 
Chaque paramètre est défini en utilisant le format suivant :
== Configuration ==
<source lang="Properties">
<nom du paramètre>=<valeur du paramètre> END
</source>
 
Un paramètre peut être défini sur plusieurs lignes, par exemple pour du texte multi-lignes ou pour une liste de valeurs.
<pre>
# General syntax of the configuration file
# ----------------------------------------
# Each parameter is defined using the following format:
# <parameter name>=<parameter value> END
#
# A parameter can be defined on several lines, for example for a multi-lines text or a list of values.
 
== Configuration ==
 
=== Aide ===
# ####################
# WikiCleaner help :
 
<source lang="Properties">
# This parameter is used for displaying WPCleaner help page in a browser.
# If you don't have an help page for WPCleaner on your wiki, you can use a link to an other wiki.
help_url=http://fr.wikipedia.org/wiki/Utilisateur:NicoV/Wikipedia_Cleaner/Documentation END
 
# This parameter is used as a link in comments, so it should be as short as possible.
help_page=:fr:WP:CLEANER END
# Using a redirect page can be a good idea (for example, on enwiki, there's the WP:CLEANER redirect).
# If you don't have an help page for WPCleaner on your Wiki, you can use a link to an other wiki.
help_page=:w:WP:CLEANER END
</source>
 
=== Configuration générale ===
 
<source lang="Properties">
# ####################
# This parameter is used when a | (pipe) character is needed inside a template, an internal link, …
# General :
 
general_pipe_template = ! END
 
# This parameter contains a list of numeric identifiers of namespaces that are considered as encyclopedic.
# By default, the namespaces that are considered encyclopedic are 0 (Main), 6 (File), 10 (Template) and 14 (Category).
general_encyclopedic_namespaces =
0
Ligne 40 ⟶ 47 :
108 END
 
# This parameter contains a list of templates that create a list of tasks.
general_todo_templates = todo END
general_todo_templates= todo END
 
# This parameter contains a list of templates that create a link to the list of tasks in a subpage.
general_todo_subpage = À faire END
# general_todo_link_templates= END
 
# This parameter contains the subpage title used for the list of tasks.
general_dab_1l_templates = END
general_todo_subpage= À faire END
 
# This parameter is used to force the use of a subpage for the list of tasks in the main namespace.
general_dab_1lt_templates = END
# general_todo_subpage_force =true END
 
# This parameter is used to force the use of a subpage for the list of tasks in other namespaces.
# general_todo_subpage_force_other=<true|false> END
 
# This parameter is used to configure WPCleaner for fixing spelling and typography.
# ####################
# general_suggestions= END
# Disambiguation :
 
# This parameter contains a list of templates that create an internal link with one of its parameter.
dab_comment= END
# general_dab_1l_templates= END
 
# This parameter contains a list of templates that create an internal link directly with one of its parameter.
dab_list= END
# general_dab_1lt_templates= END
 
# This parameter contains a list of templates that create an internal link directly with one of its parameter.
dab_link_templates= END
# general_dab_1l2t_templates= END
 
# This parameter contains a list of templates that create an internal link with one of its parameter.
needing_help_templates= END
# general_good_1l_templates= END
 
# This parameter contains a list of templates that create an internal link directly with one of its parameter.
help_requested_templates= END
# general_good_1lt_templates= END
 
# This parameter contains a list of templates that create an internal link with one of its parameter.
link_text_templates= END
# general_help_1l_templates= END
 
# This parameter contains a list of templates that create an internal link directly with one of its parameter.
wikt_interwiki=wikt END
#general_help_1lt_templates= END
 
# This parameter is used as comments for translations.
wikt_templates= END
# translation_comment=Traduction END
</source>
 
=== Homonymies ===
 
<source lang="Properties">
# ####################
# If set, this parameter is used to define a list of categories that will be used (instead of MediaWiki:Disambiguationspage)
# Check Wikipedia configuration :
# to decide if a page is a disambiguation page or not.
# If this parameter is correctly defined and the list of categories is small (only one category is better),
# it's a more efficient way of working than using MediaWiki:Disambiguationspage.
# dab_categories= END
 
# This parameter is used as a comment for disambiguation links that have been fixed.
check_wiki_project_page= P:CS END
# If the comment contains {0}, this part will be replaced by the number of disambiguation links that have been fixed.
dab_comment=Homonymie END
 
# This parameter has the same purpose than dab_comment, but used when only one disambiguation link has been fixed.
check_wiki_translation_page= Projet:Correction syntaxique/Traduction END
# dab_comment_1= END
 
# This parameter is used as a comment for disambiguation links that still need to be fixed.
# If the comment contains {0}, this part will be replaced by the number of disambiguation links that still need to be fixed.
dab_comment_todo=, reste {0} à corriger END
 
# This parameter has the same purpose than dab_comment_todo, but used when only one disambiguation link still needs to be fixed.
# End of configuration file
# dab_comment_todo_1= END
# ####################
 
</pre>
# This parameter contains the list of pages with the current list of disambiguation pages to work on.
# dab_list= END
 
# This parameter contains a list of page.
# Each page (normal page or category) contains a list of pages having many disambiguation links to be fixed.
# most_dab_links= END
 
# This parameter contains the list of templates used to indicate a normal link to a disambiguation page.
# dab_link_templates= END
 
# This parameter contains a template name used on talk pages to list the disambiguation links in the article.
# dab_warning_template= END
 
# This parameter is used as a comment with the above template.
# dab_warning_template_comment=Cette ligne est mise à jour de temps en temps par un robot. END
 
# This parameter is used as a comment when updating the disambiguation warning.
# If the comment contains {0}, this part will be replaced by the number of disambiguation links that still need to be fixed.
# dab_warning_comment= END
 
# This parameter has the same purpose than dab_warning_comment, but used when only one disambiguation link still needs to be fixed.
# dab_warning_comment_1= END
 
# This parameter is used as a comment when removing the disambiguation warning.
# dab_warning_comment_done= END
 
# This parameter contains the list of templates that WPCleaner can suggest to add after a link to a disambiguation page to request help for fixing it.
# dab_ask_help_templates_after= END
 
# This parameter contains the list of templates that WPCleaner can detect after a link to a disambiguation page to tell that help has been requested for fixing it.
# This parameter should contain at least all the templates (without parameters) defined for dab_ask_help_templates_after.
# dab_help_asked_templates_after= END
 
# This parameter contains the list of templates used to indicate a link needing help to be fixed.
# needing_help_templates= END
 
# This parameter contains the list of templates used to find pages where help is requested.
# help_requested_templates= END
 
# This parameter contains the list of templates used to link text (to wiktionary for example).
# link_text_templates= END
 
# This parameter contains the interwiki code for the wiktionary (usually wikt).
# wikt_interwiki=wikt END
 
# This parameter contains the list of templates providing links to wiktionary ("see also").
# wikt_templates= END
</source>
 
=== Correction syntaxique ===
 
<source lang="Properties">
# This parameter can be used if this wiki is available in the Check Wiki project, but doesn't have a project page.
# check_wiki_force= true END
 
# This parameter is used as a link in comments, so it should be as short as possible. Using a redirect page can be a good idea.
check_wiki_project_page= P:CS END
 
# This parameter is used as a comment for fixing errors detected by Check Wiki.
# If this parameter is not specified, the comment is built using check_wiki_project_page.
# check_wiki_comment= END
 
# This parameter is used to retrieve configuration informations (errors priorites, labels, descriptions, ...).
# This page contains the configuration used by the Check Wikipedia project.
# WPCleaner can also use special parameters in this file : they are listed in the Check Wiki window of WPCleaner for each error.
check_wiki_translation_page= Projet:Correction syntaxique/Traduction END
</source>