Extension:DiscordNotifications/fr
Discord Notifications État de la version : stable |
|
---|---|
Implémentation | Interface utilisateur, Notifier |
Description | Sends notifications of actions in MediaWiki like adding, removing or deleting an article into Discord channel |
Auteur(s) | Aleksi Postari (kulttuuridiscussion) |
Maintenance | Universal Omegadiscussion |
Dernière version | 1.1.3 (2020-05-14) |
MediaWiki | 1.25+ |
PHP | 5.2+ |
Modifie la base de données |
Non |
Licence | Licence MIT |
Téléchargement | |
|
|
Traduire l’extension 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 et placez le(s) fichier(s) dans un répertoire appelé
DiscordNotifications
dans votre dossierextensions/
. - Ajoutez le code suivant à la fin de votre fichier LocalSettings.php :
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";
- Fait – Accédez à Special:Version sur votre wiki pour vérifier que l'extension a bien été installée.
Configuration parameters
Please read the project README file for more configuration options.
See also
Cette extension est incluse dans les fermes de wikis ou les hôtes suivants et / ou les paquets : Cette liste ne fait pas autorité. Certaines fermes de wikis ou hôtes et / ou paquets peuvent contenir cette extension même s'ils ne sont pas listés ici. Vérifiez toujours cela avec votre ferme de wikis ou votre hôte ou votre paquet avant de confirmer. |