Manual:$wgInstallerInitialPages
Appearance
From mediawiki.org
| Maintenance scripts setting: $wgInstallerInitialPages | |
|---|---|
| Pages to autocreate after installing MediaWiki. |
|
| Introduced in version: | 1.44.0 (Gerrit change 1087612; git #f99dd5c9) |
| Removed in version: | Still in use |
| Allowed values: | (array) |
| Default value: | $wgInstallerInitialPages = [ [ 'titlemsg' => 'mainpage', 'text' => '{{subst:int:mainpagetext}} {{subst:int:mainpagedocfooter}}', ], ]; |
| Other settings: Alphabetical | By function | |
Details
[edit ]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.