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 | 3.1.0 (2025-08-16) |
| MediaWiki | 1.43+ |
| PHP | 8.1+ |
| Změny v databázi | Ne |
| Licence | GNU General Public License 3.0 nebo novější |
| Stáhnout | |
| |
| Přeložte rozšíření DiscordNotifications | |
Integrate Discord with MediaWiki.TheDiscordNotifications extension sends notifications of actions in MediaWiki like adding, removing or deleting an article into designated Discord channel(s).
DiscordNotifications ve vaší složceextensions/.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";
Please read the projectREADME file for more configuration options.
| 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. |