Home
DevCentral
Search
Configure Global Search
Log In
Transactions
T1893
Change Details
Change Details
Old
New
Diff
If we add a template on each page right now, the timer is reset until 2024. So the idea would be to allow for a specific prefix to include a specific warning. For example configuration could be: ```lang=php $wgWarnNotRecentlyUpdatedPages => { NS_MAIN => { "Operations grimoire/" => "MediaWiki:Old technical information", }, }; ```
If we add a template on each page right now, the timer is reset until 2024. So the idea would be to allow for a specific prefix to include a specific warning. For example configuration could be: ```lang=php $wgWarnNotRecentlyUpdatedDelay = 365 * 24 * 3_600; // One year $wgWarnNotRecentlyUpdatedPages => { NS_MAIN => { "Operations grimoire/" => "MediaWiki:Old technical information", }, }; ```
If we add a template on each page right now, the timer is reset until 2024. So the idea would be to allow for a specific prefix to include a specific warning. For example configuration could be: ```lang=php
$wgWarnNotRecentlyUpdatedDelay = 365 * 24 * 3_600; // One year
$wgWarnNotRecentlyUpdatedPages => { NS_MAIN => { "Operations grimoire/" => "MediaWiki:Old technical information", }, }; ```
Continue