Manual:$wgInterwikiCache/pl

Category:MediaWiki configuration settings/pl#InterwikiCacheCategory:MediaWiki configuration settings introduced in version 1.6.0/pl#InterwikiCacheCategory:MediaWiki configuration settings still in use/pl#InterwikiCacheCategory:Interwiki cache variables/pl#InterwikiCache
Interwiki cache: $wgInterwikiCache
Interwiki cache as an associative array.
Wprowadzono w wersji:1.6.0 (r12805)
Usunięto w wersji:nadal w użyciu
Dozwolone wartości:(array) or false
Domyślna wartość:false

Szczegóły

Interwiki caching consists of the following three settings:

$wgInterwikiCache
This setting specifies an array in the following format. This format can be generated with dumpInterwiki.php.
  • dbname:key - a simple key (e.g. enwiki:meta)
  • _sitename:key - site-scope key (e.g. wiktionary:meta)
  • __global:key - global-scope key (e.g. __global:meta)
  • __sites:dbname - site mapping (e.g. __sites:enwiki)
Sites mapping just specifies site name, other keys provide "local url" data layout.
$wgInterwikiScopes
This setting specifies the number of domains to check for messages:
  1. - Just wiki(db)-level
  2. - wiki and global levels
  3. - site levels
$wgInterwikiFallbackSite
This setting is used if unable to resolve from the cache.

Since 1.19 it is possible to get the list of cached interwiki prefixes, used in the API and Rozszerzenie:Interwiki extension.

Zobacz też

Category:Interwiki cache variables/pl Category:MediaWiki configuration settings/pl Category:MediaWiki configuration settings introduced in version 1.6.0/pl Category:MediaWiki configuration settings still in use/pl