Manual:$wgLocalDatabases/pt-br
Appearance
| Definições de banco de dados: $wgLocalDatabases | |
|---|---|
| Other wikis on this site, can be administered from a single developer account. |
|
| Introduzida na versão: | 1.3.0 |
| Removida na versão: | Ainda em uso |
| Valores permitidos: | (array of strings) - see below |
| Valor padrão: | [] |
| Outras definições: Ordem alfabética | Por função | |
Details
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 Extensão: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).
See also
- Manual:$wgDBname - the one of the current wiki