Manual:$wgLocalInterwikis/pl

Category:MediaWiki configuration settings/pl#LocalInterwikisCategory:MediaWiki configuration settings introduced in version 1.23.0/pl#LocalInterwikisCategory:MediaWiki configuration settings still in use/pl#LocalInterwikisCategory:Interwiki variables/pl#LocalInterwikis
Interwiki links and sites: $wgLocalInterwikis
Array of interwiki prefixes for this wiki.
Wprowadzono w wersji:1.23.0 (Gerrit change 110162; git #6cbdf65b)
Usunięto w wersji:nadal w użyciu
Dozwolone wartości:(array of strings)
Domyślna wartość:[]

Szczegóły

Array for interwiki prefixes that point to the current wiki.

Recent changes feeds use only the first entry in this array. See configuration parameter $wgRCFeeds .

Przykład

The setting to this configuration parameter for a wiki at <test.example.org> which is being liked to with the interwiki prefixes 'test', 'foo' and 'bar':

$wgLocalInterwikis = [
	'test',
	'foo',
	'bar'
];

In case only 'test' is used as an interwiki prefix:

$wgLocalInterwikis = [
	'test'
];
Category:Interwiki variables/pl Category:MediaWiki configuration settings/pl Category:MediaWiki configuration settings introduced in version 1.23.0/pl Category:MediaWiki configuration settings still in use/pl