Pomoc MediaWiki API

To jest automatycznie wygenerowana strona dokumentacji MediaWiki API. Dokumentacja i przykłady: https://www.mediawiki.org/wiki/API

list=allusers (au)

(main | query | allusers)

Enumerate all registered users.

Parametry:
aufrom

Nazwa użytkownika, od którego rozpocząć wyliczanie.

auto

Nazwa użytkownika, na którym zakończyć wyliczanie.

auprefix

Wyszukaj wszystkich użytkowników, których nazwy zaczynają się od tej wartości.

audir

Kierunek sortowania.

Jedna z następujących wartości: ascending, descending
Domyślnie: ascending
augroup

Only include users in the given groups.

Wartości (oddziel za pomocą | lub alternatywy): bot, sysop, interface-admin, bureaucrat, widgeteditor, translator
auexcludegroup

Exclude users in the given groups.

Wartości (oddziel za pomocą | lub alternatywy): bot, sysop, interface-admin, bureaucrat, widgeteditor, translator
aurights

Only include users with the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.

Wartości (oddziel za pomocą | lub alternatywy): apihighlimits, applychangetags, autoconfirmed, autocreateaccount, autopatrol, bigdelete, block, blockemail, bot, browsearchive, changetags, createaccount, createpage, createtalk, delete, deletechangetags, deletedhistory, deletedtext, deletelogentry, deleterevision, edit, editcontentmodel, editinterface, editprotected, editmyoptions, editmyprivateinfo, editmyusercss, editmyuserjson, editmyuserjs, editmywatchlist, editsemiprotected, editsitecss, editsitejson, editsitejs, editusercss, edituserjson, edituserjs, hideuser, import, importupload, ipblock-exempt, managechangetags, markbotedits, mergehistory, minoredit, move, movefile, move-categorypages, move-rootuserpages, move-subpages, nominornewtalk, noratelimit, override-export-depth, pagelang, patrol, patrolmarks, protect, purge, read, reupload, reupload-own, reupload-shared, rollback, sendemail, siteadmin, suppressionlog, suppressredirect, suppressrevision, unblockself, undelete, unwatchedpages, upload, upload_by_url, userrights, userrights-interwiki, viewmyprivateinfo, viewmywatchlist, viewsuppressed, writeapi, translate, translate-import, translate-manage, translate-messagereview, translate-groupreview, renameuser, editwidgets, pagetranslation
Maksymalna liczba wartości to 50 (500 dla botów).
auprop

Jakie informacje dołączyć:

blockinfo
Adds the information about a current block on the user.
groups
Lists groups that the user is in. This uses more server resources and may return fewer results than the limit.
implicitgroups
Lists all the groups the user is automatically in.
rights
Wyświetla uprawnienia, które posiada użytkownik.
editcount
Dodaje liczbę edycji użytkownika.
registration
Adds the timestamp of when the user registered if available (may be blank).
centralids
Adds the central IDs and attachment status for the user.
Wartości (oddziel za pomocą | lub alternatywy): blockinfo, groups, implicitgroups, rights, editcount, registration, centralids
aulimit

Łączna liczba nazw użytkowników do zwrócenia.

Nie więcej niż 500 (5000 dla botów) dozwolone.
Type: integer or max
Domyślnie: 10
auwitheditsonly

Tylko użytkownicy, którzy edytowali.

Typ: wartość logiczna (szczegóły)
auactiveusers

Wyświetl tylko użytkowników, aktywnych w ciągu ostatnich 30 dni.

Typ: wartość logiczna (szczegóły)
auattachedwiki

With auprop=centralids, also indicate whether the user is attached with the wiki identified by this ID.

Przykład:
Wyświetl użytkowników zaczynających się na Y.
api.php?action=query&list=allusers&aufrom=Y [otwórz w brudnopisie]