Manual:$wgLocalDatabases/ko
Appearance
From mediawiki.org
This page is a translated version of the page Manual:$wgLocalDatabases and the translation is 14% complete.
Languages:
| Database settings: $wgLocalDatabases | |
|---|---|
| Other wikis on this site, can be administered from a single developer account. |
|
| 이 변수가 소개된 버전: | 1.3.0 |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (array of strings) - see below |
| 기본값: | [] |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
An array of database names. E.g.,
$wgLocalDatabases = [ 'wikipedia', 'meta', 'news' ];
This is used for e.g. $wgConf (SiteConfiguration).
Note that $wgConf->wikis should be the same as $wgLocalDatabases.
It is needed to run a wiki family , for example by using 확장 기능:CentralAuth .
It is also in use by some maintenance scripts like:
- cleanupSpam.php - delete pages with spam URLs
User rights on other wikis on this site can be administered from a single developer account (permission: userrights-interwiki).
같이 보기
- Manual:$wgDBname - the one of the current wiki