Extension:Info/ko

Category:GPL licensed extensions/ko
미디어위키 확장 기능 설명서
Info
출시 상태: 불안정Category:Unstable extensions/ko
구현 사용자 인터페이스Category:User interface extensions/ko
설명 Adds an info tab on all normal pages, allowing for quick info displaying
만든 이 Suriyaa Sundararuban (Suriyaa Kudo토론)
유지 보수자 Suriyaa Sundararuban
최신 버전 2.0.0 (2019-06-08)
MediaWiki 1.29+Category:Extensions with manual MediaWiki version
PHP 5.6+
데이터베이스 변경 아니오
라이선스 GNU 일반 공중 사용 허가서 2.0 or later
다운로드 Category:Extensions in GitHub version control/ko
Category:All extensions/koCategory:Extensions not in ExtensionJson

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

설치

설정

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/ko Category:Extensions in GitHub version control/ko Category:Extensions not in ExtensionJson Category:Extensions requiring Composer with git/ko Category:Extensions with manual MediaWiki version Category:GPL licensed extensions/ko Category:LocalisationCacheRecache extensions/ko Category:SkinTemplateNavigation extensions/ko Category:Unstable extensions/ko Category:User interface extensions/ko