Extension:LookupUser/pl
From Linux Web Expert
LookupUser Status wydania: stabilne |
|
---|---|
File:LookupUser.png | |
Realizacja | Strona specjalna |
Opis | Allows to retrieve information about a user such as email address and ID |
Autor(zy) | Tim Starlingtalk |
Ostatnia wersja | 1.5.2 (2018-07-14) |
MediaWiki | 1.25+ |
Zmiany w bazie danych | Nie |
Licencja | GNU General Public License 2.0 or later |
Pobieranie | |
lookupuser |
|
Quarterly downloads | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Public wikis using | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Przetłumacz rozszerzenie LookupUser jeżeli jest dostępne na translatewiki.net | |
Problemy | Otwarte zadania · Zgłoś błąd |
The LookupUser extension allows to retrieve information about a user such as email address, user ID and the user preferences, i.e. everything that the user has specified in their preferences.
This extension also displays the last time a user either made a login, or any edit, which it lists as the "User record last touched:" time and date element of its log. (This will be displayed as UTC even if you've set a custom time zone/the server's time zone is different.)
Instalacja
- <translate> [[<tvar name=2>Special:ExtensionDistributor/LookupUser/pl</tvar>|Download]] and move the extracted <tvar name=name>
LookupUser/pl
</tvar> folder to your <tvar name=ext>extensions/
</tvar> directory.</translate>
<translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/LookupUser%2Fpl - <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
wfLoadExtension( 'LookupUser/pl' ); // Who can use Special:LookupUser? // If you want that sysops can use it: #$wgGroupPermissions['*']['lookupuser'] = false; #$wgGroupPermissions['sysop']['lookupuser'] = true; // Or, do you want a new user group for this. // (users with the 'userrights' right can add users to this group only bureaucrats by default) $wgGroupPermissions['*']['lookupuser'] = false; $wgGroupPermissions['lookupuser']['lookupuser'] = true;
- File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>
Użycie
The extension is accessed via the "Special:LookupUser" page.
File:OOjs UI icon information-progressive.svg | <translate> This extension is included in the following wiki farms/hosts and/or packages:</translate>
<translate> This is not an authoritative list.</translate> <translate> Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here.</translate> <translate> Always check with your wiki farms/hosts or bundle to confirm.</translate> |
Categories:
- Pages with script errors
- Pages with broken file links
- Stable extensions/pl
- Special page extensions/pl
- Extensions with manual MediaWiki version
- GPL licensed extensions/pl
- Extensions in Wikimedia version control/pl
- Extensions which add rights/pl
- ContributionsToolLinks extensions/pl
- All extensions/pl
- Extensions not in ExtensionJson