Utilisateur:NicoV/WikiCleanerConfiguration

De Wikivoyage

Cette page contient la configuration de WPCleaner. Elle a été créée à partir du modèle et sa documentation associée. 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.

Si vous avez des questions ou des suggestions sur la configuration, merci de prendre contact.

Syntaxe[modifier]

Chaque paramètre est défini en utilisant le format suivant :

<nom du paramètre>=<valeur du paramètre> END

Un paramètre peut être défini sur plusieurs lignes, par exemple pour du texte multi-lignes ou pour une liste de valeurs.

Configuration[modifier]

Aide[modifier]

# 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://en.wikipedia.org/wiki/Wikipedia:WPCleaner/Help 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 (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=:en:WP:CLEANER END

Configuration générale[modifier]

# This parameter is used when a | (pipe) character is needed inside a template, an internal link, …
# 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= END

# This parameter contains a list of templates that create a list of tasks.
# For example, on frwiki, you have "todo" and "À faire".
# general_todo_templates=todo END

# This parameter contains a list of templates that create a link to the list of tasks in a subpage.
# For example, on frwiki, you have "Wikiprojet".
# general_todo_link_templates= END

# This parameter contains the subpage title used for the list of tasks.
# For example, on frwiki, list of tasks are on a subpage named "Discussion:XXX/À faire".
# general_todo_subpage= END

# This parameter is used to force the use of a subpage for the list of tasks in the main namespace.
# general_todo_subpage_force=<true|false> 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=
  Wikivoyage:Liste de fautes d'orthographe courantes|Suggestion|1|2,3,4,5,6|commentaire|auto|oui END

# This parameter is used to configure WPCleaner for fixing spelling and typography.
general_suggestions_typo=
  Wikivoyage:Correction syntaxique/Typos END

# This parameter is used to configure WPCleaner for fixing spelling and typography.
# general_suggestions_ignore= END

# This parameter contains a list of templates that create an internal link with one of its parameter.
# general_dab_1l_templates= END

# This parameter contains a list of templates that create an internal link directly with one of its parameter.
# general_dab_1lt_templates= END

# This parameter contains a list of templates that create an internal link directly with one of its parameter.
# general_dab_1l2t_templates= END

# This parameter contains a list of templates that create an internal link with one of its parameter.
# general_good_1l_templates= END

# This parameter contains a list of templates that create an internal link directly with one of its parameter.
# general_good_1lt_templates= END

# This parameter contains a list of templates that create an internal link with one of its parameter.
# general_help_1l_templates= END

# This parameter contains a list of templates that create an internal link directly with one of its parameter.
# general_help_1lt_templates= END

Configuration des langues[modifier]

# This parameter is used to define a template to mark text as being in a foreign language
# lang_template= END

# This parameter is used to define a list of frequently used language codes.
# common_languages = END

# This parameter is used as comments for translations.
# translation_comment= END

Correction syntaxique[modifier]

# 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.
# For example, on enwiki, there's the WP:WCW redirect, and on frwiki, there's the P:CS redirect.
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=[[P:CS|Correction syntaxique]] 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.
# For example, on enwiki, the translation page can be found at "Wikipedia:WikiProject Check Wikipedia/Translation".
check_wiki_translation_page=Wikivoyage:Correction syntaxique/Traduction END