Template:Extension by patch warning/zh
Outdated translations are marked like this.
This extension requires patches to core MediaWiki code . 使用补丁执行的扩展可能会因为升级与安全补丁而禁用,或干扰二者正常工作。 If a suitable alternative without a patch is available, we recommend you use that extension instead. |
模板文档
Purpose
Adds an extension to Category:Extensions requiring patches and inserts the warning box displayed below. If you only want the warning box, the category can be suppressed by using the optional parameter templatemode=nocats
.
- patch needed for all versions
- {{Extension by patch warning}}
This extension requires patches to core MediaWiki code . 使用补丁执行的扩展可能会因为升级与安全补丁而禁用,或干扰二者正常工作。 If a suitable alternative without a patch is available, we recommend you use that extension instead. |
- patch needed for versions before 1.39
- {{Extension by patch warning|version=1.39}}
此扩展需要对MediaWiki核心代码打补丁 {{$1|,如果用在MediaWiki 1.39及以前版本的话}} 。 使用补丁执行的扩展可能会因为升级与安全补丁而禁用,或干扰二者正常工作。 如果您喜欢使用此扩展,我们强烈建议您升级到1.39及更高版本。 如果有不需要补丁的合适替代扩展的话,我们推荐您改用那个扩展。 |
Parameters
{{Extension by patch warning[|templatemode=nocats]|[version=version]}}
- templatemode=nocats - optional, suppresses categories
- version - identifies the last MediaWiki version to require patches. Many extensions have been reimplemented to use hooks and configuration variables available in later versions.
Banner for extension pages to indicate that an extension requires (the strongly discouraged) modification of MediaWiki core.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Version | version | The highest MediaWiki version to require patching. | String | optional |
Template mode | templatemode | Set to 'nocats' to prevent inclusion in [[Category:Extensions requiring patches]].
| String | optional |