Extension:MassMessage/pt
MassMessage Estado de lançamento: estável |
|
---|---|
File:Screenshot of MassMessage MediaWiki extension.png | |
Implementação | Página espacial , API |
Descrição | Permite que utilizador envie uma mensagem facilmente para uma lista de utilizadores. |
Autor(es) | Kunal Mehta, wctaiwan |
Última versão | 0.4.0 (2016-12-06) |
Política de compatibilidade | Lançamentos de capturas de ecrã junto com o MediaWiki. Original não é compatível com versões anteriores. |
MediaWiki | 1.25 ou superior, utilize os ramos de REL1_X para a sua versão da MediaWiki |
Licença | Licença não especificada |
Transferência | |
Ajuda | Help:Extension:MassMessage/pt |
Quarterly downloads | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Public wikis using | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Traduza a extensão MassMessage se ela estiver disponível em translatewiki.net | |
Função no Vagrant | massmessage |
Problemas | Tarefas em aberto · Reportar um erro |
The MassMessage extension allows a user to send a message to a list of pages via special page Special:MassMessage. For help on how to use the extension, see Ajuda:Extensão:MassMessage . The API documentation can be found at Extension:MassMessage/API .
Instalação
- <translate> [[<tvar name=2>Special:ExtensionDistributor/MassMessage/pt</tvar>|Download]] and move the extracted <tvar name=name>
MassMessage/pt
</tvar> folder to your <tvar name=ext>extensions/
</tvar> directory.</translate>
<translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/MassMessage%2Fpt - <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
wfLoadExtension( 'MassMessage/pt' );
- File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>
Parâmetros de configuração
- Namespaces to post in
:
When posting messages, only post them in the specified namespaces. All talk namespaces are already whitelisted.
$wgNamespacesToPostIn = [ NS_PROJECT ];
- Namespaces to convert
:
If you want users to be able to provide a link to a User: page, but have the bot post on their User talk: page you can define that here.
$wgNamespacesToConvert = [ NS_USER => NS_USER_TALK ];
- Username
:
What username the bot should post with. By default, this is "MediaWiki message delivery". If the user already exists, the extension will take over the account. It will be impossible for users to rename the account. You can override the default account name by specifying (for example):
$wgMassMessageAccountUsername = 'MessengerBot';
- Enable global messaging
:
Whether to enable sending messages from one wiki to another. If running on a wikifarm setup like Wikimedia, you can disable this on all wikis except one to keep the logs in one place.
$wgAllowGlobalMessaging = true;
Script de manutenção
You can send messages from the command line with
php sendMessages.php --pagelist <page list file> --subject <subject file> --message <message file>
where each line of <page list file>
contains a page name followed by a wiki (database) name, separated by a tab.
Direitos do utilizador
massmessage
- Lets a user send out messages. By default assigned to the "sysop" user group.
Notas
Extensions which integrate with this one: Echo, LiquidThreads.
Interface
This extension is visible in three places:
- Special:CreateMassMessageList, to create delivery lists.
- Wiki pages with the
MassMessageListContent
content model, which represent delivery lists. These are automatically categorised under Category:MassMessage delivery lists. - Special:MassMessage, to send a message to a delivery list.
Ver também
- Extension:MassMessageEmail - Envia mensagens aos utilizadores em vez de publicar nas suas páginas de discussão.
File:Wikimedia-logo black.svg | <translate> This {{<tvar name=1>#ifeq:Extension|Extension</tvar>|extension|skin}} is being used on one or more [[<tvar name=2>m:Special:MyLanguage/Wikimedia projects</tvar>|Wikimedia projects]].</translate> <translate> This probably means that the {{<tvar name=1>#ifeq:Extension|Extension</tvar>|extension|skin}} is stable and works well enough to be used by such high-traffic websites.</translate> <translate> Look for this {{<tvar name=1>#ifeq:Extension|Extension</tvar>|extension's|skin's}} name in Wikimedia's <tvar name=2>CommonSettings.php</tvar> and <tvar name=3>InitialiseSettings.php</tvar> configuration files to see where it's installed.</translate> <translate> A full list of the {{<tvar name=1>#ifeq:Extension|Extension</tvar>|extensions|skins}} installed on a particular wiki can be seen on the wiki's <tvar name=ver>Special:Version</tvar> page.</translate> |
Screenshot of MassMessage MediaWiki extension.png |
- Pages with script errors
- Pages with broken file links
- Stable extensions/pt
- Special page extensions/pt
- API extensions/pt
- Extensions with manual MediaWiki version
- Extensions with no license specified/pt
- Extensions in Wikimedia version control/pt
- All extensions/pt
- Extensions not in ExtensionJson
- Extensions used on Wikimedia/pt
- Notification extensions/pt
- ContentHandler extensions/pt
- Extensions with StructuredDiscussions support/pt