Rozšíření:DiscordNotifications
Appearance
Discord Notifications Stav rozšíření: stabilní |
|
---|---|
Implementace | Uživatelské rozhraní, Oznámení |
Popis | Odesílá oznámení o akcích v MediaWiki, jako je přidání, odebrání nebo smazání článku do kanálu Discord |
Autoři | Aleksi Postari (kulttuuridiskuse) |
Správci | Universal Omegadiskuse |
Nejnovější verze | 1.1.3 (2020-05-14) |
MediaWiki | 1.25+ |
PHP | 5.2+ |
Změny v databázi | Ne |
Licence | Licence MIT |
Stáhnout | |
|
|
Přeložte rozšíření DiscordNotifications | |
Integrate Discord with MediaWiki. The DiscordNotifications extension sends notifications of actions in MediaWiki like adding, removing or deleting an article into designated Discord channel(s).
Installation
- Download soubor/y a vložte je do adresáře pojmenovaného
DiscordNotifications
ve vaší složceextensions/
. - Na konec vašeho souboru LocalSettings.php přidejte následující kód:
wfLoadExtension( 'DiscordNotifications' ); // Required. Your Discord incoming webhook URL. Read more from here: https://support.discordapp.com/hc/en-us/articles/228383668 $wgDiscordIncomingWebhookUrl = ""; // Required. Name the message will appear be sent from. $wgDiscordFromName = "Wiki"; // URL into your MediaWiki installation with the trailing /. $wgDiscordNotificationWikiUrl = "http://your_wiki_url/"; // Wiki script name. Leave this to default one if you do not have URL rewriting enabled. $wgDiscordNotificationWikiUrlEnding = "index.php?title="; // What method will be used to send the data to Discord server. By default this is "curl" which only works if you have the curl extension enabled. This can be: "curl" or "file_get_contents". Default: "curl" $wgDiscordSendMethod = "curl";
- Dokončeno – Přejděte na stránku Special:Version vaší wiki a zkontrolujte, zda bylo rozšíření úspěšně nainstalováno.
Configuration parameters
Please read the project README file for more configuration options.
See also
Toto rozšíření je zahrnuto v následujících wiki farmách/hostitelích a/nebo balíčcích: Toto není autoritativní seznam. Některé wiki farmy/hostitelé a/nebo balíčky mohou toto rozšíření obsahovat, i když zde nejsou uvedeny. Pro potvrzení se vždy obraťte na své wiki farmy/hostitele nebo balíček. |
Categories:
- Stable extensions/cs
- User interface extensions/cs
- Notification extensions/cs
- MIT licensed extensions/cs
- Extensions in GitHub version control/cs
- PageDeleteComplete extensions/cs
- PageMoveComplete extensions/cs
- LocalUserCreated extensions/cs
- BlockIpComplete extensions/cs
- UploadComplete extensions/cs
- ArticleProtectComplete extensions/cs
- UserGroupsChanged extensions/cs
- APIFlowAfterExecute extensions/cs
- AfterImportPage extensions/cs
- PageSaveComplete extensions/cs
- All extensions/cs
- Extensions included in Miraheze/cs
- Extensions included in WikiForge/cs
- Discord extensions/cs