Pengguna:NicoV/WikiCleanerConfiguration

Revisi sejak 30 Mei 2010 19.34 oleh NicoV (bicara | kontrib) (Configuration for WikiCleaner)
(beda) ← Revisi sebelumnya | Revisi terkini (beda) | Revisi selanjutnya → (beda)

This is the configuration file for WikiCleaner. A template can be found here. Please, check it on a regular basis to see if new parameters have been added to the configuration.

If you have questions / suggestions on the configuration, you can write them here.

# 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.


# ####################
# WikiCleaner help :
#
#  help_url = <full URL for help page> END
#     This will be used for displaying WikiCleaner help page in a browser.
#     If you don't have an help page for WikiCleaner on your Wiki, you can use a link to an other Wikipedia :
#       - English: http://en.wiki-indonesia.club/wiki/User:NicoV/Wikipedia_Cleaner/Documentation
#       - French: http://fr.wiki-indonesia.club/wiki/Utilisateur:NicoV/Wikipedia_Cleaner/Documentation
#
#  help_page = <internal link for help page> END
#     This will be 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 en Wikipedia, there's the WP:CLEANER redirect.
#     If you don't have an help page for WikiCleaner on your Wiki, you can use a link to an other Wikipedia :
#       - English: :en:WP:CLEANER
#       - French: :fr:WP:CLEANER

help_url=http://en.wiki-indonesia.club/wiki/User:NicoV/Wikipedia_Cleaner/Documentation END

help_page=:en:WP:CLEANER END


# ####################
# Disambiguation :
#
#  dab_comment = <comment> END
#     This is used as comments for disambiguation fixing.
#
#  dab_list = <page 1>
#             ...
#             <page n> END
#     This is the list of pages containing the current list of disambiguation pages to work on.

dab_comment=ProyekWiki disambiguasi - [[Wikipedia:ProyekWiki Disambiguasi|Mari bergabung !]] END

dab_list=Wikipedia:ProyekWiki Disambiguasi END


# ####################
# Check Wikipedia configuration :
#
#  check_wiki_project_page= <Check Wiki project page> END
#     This will be 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 en Wikipedia, there's the Wikipedia:WCW redirect.
#
#  check_wiki_translation_page= <Check Wiki translation page> END
#     This will be used to retrieve configuration informations (errors priorities, labels, descriptions, ...)

check_wiki_project_page=Wikipedia:ProyekWiki Cek Wikipedia END

check_wiki_translation_page=Wikipedia:ProyekWiki Cek Wikipedia/Terjemahan END


# End of configuration file
# ####################