This page, or parts of it, are still untranslated. Please translate it to the appropriate language (español).
ListGroupMembers es un script que lista a todos los usuarios por grupos de usuarios en forma canónica. Estos son los siguientes grupos por defecto: Staff de Fandom, SOAP, Wiki Specialists, Moderadores globales de Discusiones, Burócratas, Administradores, Moderadores de discusiones, Rollbackers, y Bots.
Este script está diseñado para cargar solo en Special:BlankPage/LGM.
Configuration
The configuration object for this script is window.lgmConfig. The following properties can be configured:
sort- El método de ordenar la lista de usuarios.
include- An array of user groups to include. Cannot include rights that are excluded.
exclude- An array of user groups to exclude.
type- Determines how the list of users will be shown.
- TODO
actions - An array of actions to include on the UI.
grouped- Determines whether the list will be separated by their respective user groups.
useRegistry- Determines whether the list can be separated by their group types. This can only be enabled when
window.lgmConfig.groupedis set totrue. search- Determines whether a search bar would appear.
lazyUpdate- If set to
true, the content should automatically rerender. delay- Sets the delay time for rendering elements (in seconds).
enableActions- If set to
false, actions will not display on the UI.
Installation
Changelog
- August 10, 2019
v1.0
- The script has been created!
- August 25, 2019
v1.3
- The script has been rewritten for UCP use. Compatibility testing is in progress.
Características planeadas
- Add user actions to the list.
- Create a fix to the script that allows sections to be collapsible.
- Adding additional sort options.
- Filter options?