This page, or parts of it, are still untranslated. Please translate it to the appropriate language (français).
ListGroupMembers est un script qui liste tous les utilisateurs en fonction de groupe des utilisateurs. Les groupes d'utilisateurs par défaut sont les suivants : Staffs de Fandom, Assistants de Fandom, SOAP, Gestionnaires de Wiki, Membres de l'équipe de Contenu, Modérateurs global de Discussions, Bureaucrates, Administrateurs, Modérateur de Discussions, Modérateur de tchat, Révocateurs et Bots.
Ce script est conçu pour fonctionner seulement dans Special:BlankPage/LGM.
Configuration
The configuration object for this script is window.lgmConfig. The following properties can be configured:
sort- Méthode de tri de la liste d'utilisateurs.
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.
Planned features
- Add user actions to the list.
- Create a fix to the script that allows sections to be collapsible.
- Adding additional sort options.
- Filter options?