Tu banner alternativo

User:MusikBot/BLPCat

User:MusikBot/BLPCat is a topic that has generated interest for many years, as it affects a large number of people in different areas of their lives. Its importance lies in its influence on the personal, professional and social development of individuals. Over time, numerous studies and research have been carried out to better understand User:MusikBot/BLPCat and its implications, which has led to the creation of various approaches and theories in this regard. In this article, different aspects related to User:MusikBot/BLPCat will be explored, from its history and evolution to its impact on current society, in order to provide a broad and complete vision of this topic.

Tu banner alternativo

BLPCat

For pages that are in Category:Living people, the bot will replace the following categories, as specified in the config:

Any duplicates are removed. The bot will also preserve any sort keys used. If there are duplicate categories with different sort keys, the bot will not touch any instance of that category.

checkY Enabled

To disable, set /Run to anything other than true (link)

Errors are logged at /Error log

Configuration

Functionality can be tweaked at /config. Configuration data is in the form of JSON.

IMPORTANT:

  • Do not modify the config files unless you have a basic understanding of JSON
  • Read the documentation first.
  • Do not change the key values.
  • Keys should always be strings, e.g. use "option": true instead of option: true.
  • Strings should be wrapped in double-quotes, e.g. "option" instead of 'option'.
  • Boolean values must be either true or false with no quotations around it.
  • Numerical values must be integers with no quotations around it.
  • The last key/value pair within a hash or the value value in an array must not have a comma at the end of it
  • Essentially if the JSON editor interface says there are any syntax errors or warnings, you have done something wrong