Manual:$wgInstallerInitialPages/ja
保守スクリプトの設定: $wgInstallerInitialPages | |
---|---|
Pages to autocreate after installing MediaWiki. |
|
導入されたバージョン: | 1.44.0 (Gerrit change 1087612; git #f99dd5c9) |
除去されたバージョン: | 使用中 |
許容される値: | (配列) |
既定値: | $wgInstallerInitialPages = [
[
'titlemsg' => 'mainpage',
'text' => '{{subst:int:mainpagetext}}
{{subst:int:mainpagedocfooter}}',
],
];
|
その他の設定: アルファベット順 | 機能順 |
詳細
Pages to autocreate after installing MediaWiki.
Every entry is pair of keys titlemsg
for providing system message containing page title, and text
containing content of page.