Manual:$wgLocalInterwikis/ja
From Linux Web Expert
<translate> Interwiki links and sites</translate>: $wgLocalInterwikis | |
---|---|
このウィキのインターウィキ接頭辞の配列。 |
|
<translate> Introduced in version:</translate> | 1.23.0 (Gerrit change 110162; git #6cbdf65b) |
<translate> Removed in version:</translate> | <translate> still in use</translate> |
<translate> Allowed values:</translate> | (文字列の配列) |
<translate> Default value:</translate> | [] |
<translate> Other settings:</translate> <translate> Alphabetical</translate> | <translate> By function</translate> |
詳細
現在のウィキを指す $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'
];