Extension:IncidentReporting/zh
Jump to navigation
Jump to search
Outdated translations are marked like this.
IncidentReporting 发布状态: 稳定版 |
|
---|---|
描述 | 提供特殊页面Special:IncidentReports. |
维护者 | Miraheze system administrators |
最新版本 | continuous updates |
MediaWiki | 1.35.0+ |
PHP | 7.2+ |
数据庫更改 | 是 |
许可协议 | GNU通用公眾授權條款3.0或更新版本 |
下载 | README |
|
|
翻譯IncidentReporting擴充功能 | |
The IncidentReporting extension provides the special page "Special:IncidentReports", which allows you to create and manage incident reports.
要报告问题或错误,请使用[$phab Miraheze Phabricator]。请参见[此处为工作台 $workboard]。 See here for the workboard.
安装
- 下载文件,并将其放置在您
extensions/
文件夹中的IncidentReporting
目录内。 - 将下列代码放置在您的LocalSettings.php的底部:
wfLoadExtension( 'IncidentReporting' );
- 运行更新脚本,它将自动创建此扩展必须依赖的数据库表。
- 根据需要配置。
完成 – 在您的wiki上导航至Special:Version,以验证扩展已成功安装。
配置
参数 | 默认 | 评论 | 必需? |
---|---|---|---|
$wgIncidentReportingDatabase
|
false
|
存储所有数据的数据库名称。 | 是 |
$wgIncidentReportingServices
|
false
|
Human readable list of service components with page URLs. Set to false for no link. Format: 'name' => 'url'. | 是 |
$wgIncidentReportingTaskUrl
|
false
|
Full url of task tracking software minus the task ID. e.g. https://phabricator.miraheze.org/ | 否 |