Manual:$wgLocalInterwikis

From mediawiki.org
This page is a translated version of the page Manual:$wgLocalInterwikis and the translation is 80% complete.
インターウィキ リンクとサイト: $wgLocalInterwikis
このウィキのインターウィキ接頭辞の配列。
導入されたバージョン:1.23.0 (Gerrit change 110162; git #6cbdf65b)
除去されたバージョン:使用中
許容される値:(文字列の配列)
既定値:[]

詳細

現在のウィキを指す $LocalInterwiki の値を複数個並べた配列です。

最近の更新フィードは、この配列の最初の要素のみを使用します。 構成パラメーター $wgRCFeeds を参照してください。


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'
];