Extension:Info/pl

Category:GPL licensed extensions/pl
Podręcznik rozszerzeń MediaWiki
Info
Status wydania: niestabilneCategory:Unstable extensions/pl
Realizacja Interfejs użytkownikaCategory:User interface extensions/pl
Opis Adds an info tab on all normal pages, allowing for quick info displaying
Autor(zy) Suriyaa Sundararuban (Suriyaa Kudodyskusja)
Opiekun(owie) Suriyaa Sundararuban
Ostatnia wersja 2.0.0 (2019-06-08)
MediaWiki 1.29+Category:Extensions with manual MediaWiki version
PHP 5.6+
Zmiany w bazie danych Nie
Licencja Licencja GNU General Public License 2.0 lub późniejsza
Pobieranie Category:Extensions in GitHub version control/pl
Category:All extensions/plCategory:Extensions not in ExtensionJson

The Info extension adds an info tab on all normal pages, that allows us to display the site information quickly.

Instalacja

Konfiguracja

This extension comes with an extra user right called "info" to allow fine grained control of its usage. By default it is assigned to the "user" user group, i.e. to all users with an account who are logged in. In case you would like to also assign it to anonymous users for them to make use of page info display functionality without the need of a post add the following code to your "LocalSettings.php" file right after invoking this extension:

$wgGroupPermissions['*']['info'] = true;

Revoking the permission for the "user" user group and granting it at the same time only to the "sysop" user group may be done by adding the following two lines:

$wgGroupPermissions['user']['info'] = false;
$wgGroupPermissions['sysop']['info'] = true;
Category:All extensions/pl Category:Extensions in GitHub version control/pl Category:Extensions not in ExtensionJson Category:Extensions requiring Composer with git/pl Category:Extensions with manual MediaWiki version Category:GPL licensed extensions/pl Category:LocalisationCacheRecache extensions/pl Category:SkinTemplateNavigation extensions/pl Category:Unstable extensions/pl Category:User interface extensions/pl