Extension:Discord
Jump to navigation
Jump to search
Discord リリースの状態: 安定 |
|
---|---|
![]() |
|
実装 | ユーザー インターフェイス, 通知 |
説明 | MediaWiki extension that sends notifications to Discord. |
作者 | Jayden Bailey (Jaydenkieranトーク) |
最新バージョン | 1.0.12 (2020-06-12) |
互換性ポリシー | Master maintains backwards compatibility. |
MediaWiki | 1.31+ |
データベースの変更 | いいえ |
ライセンス | MIT ライセンス |
ダウンロード | |
例 | https://runescape.wiki |
|
|
The Discord extension sends notifications to a Discord webhook (or several) from MediaWiki. When a certain event occurs on your MediaWiki wiki, including new edits, they can be sent as a message to a channel on a Discord server using a webhook.
This extension requires cURL to be installed on your web server, which on Linux is probably as simple as running sudo apt install curl
.
Live demo: https://runescape.wiki (https://discord.gg/runescapewiki)
インストール
- ダウンロードして、ファイルを
extensions/
フォルダー内のDiscord
という名前のディレクトリ内に配置します。 - 以下のコードを LocalSettings.php の末尾に追加します:
wfLoadExtension( 'Discord' ); // List webhook URLs to send notifications to (string or array containing strings) $wgDiscordWebhookURL = [ "" ];
完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
Configuration parameters
See README
関連項目
- Extension:DiscordNotifications - an alternate Discord webhook extension
Categories:
- Stable extensions/ja
- User interface extensions/ja
- Notification extensions/ja
- MIT licensed extensions/ja
- Extensions in GitHub version control/ja
- PageContentSaveComplete extensions/ja
- ArticleDeleteComplete extensions/ja
- ArticleUndelete extensions/ja
- ArticleRevisionVisibilitySet extensions/ja
- ArticleProtectComplete extensions/ja
- TitleMoveComplete extensions/ja
- LocalUserCreated extensions/ja
- BlockIpComplete extensions/ja
- UnblockUserComplete extensions/ja
- UserGroupsChanged extensions/ja
- UploadComplete extensions/ja
- FileDeleteComplete extensions/ja
- FileUndeleteComplete extensions/ja
- AfterImportPage extensions/ja
- All extensions/ja
- Discord extensions/ja