Jump to content

Extension:AtMentions/pl

From mediawiki.org
This page is a translated version of the page Extension:AtMentions and the translation is 20% complete.
Podręcznik rozszerzeń MediaWiki
AtMentions
Status wydania: stabilne
Opis Add a user mention
Autor(zy) Hallo Welt! GmbH
Opiekun(owie) Hallo Welt! GmbH
Ostatnia wersja 4.5
Polityka zgodności Dla każdego wydania MediaWiki, które jest wydaniem wsparcia długoterminowego, istnieje odpowiednia gałąź w rozszerzeniu.
MediaWiki 1.39 (LTS)
Licencja Licencja GNU General Public License 3.0 wyłącznie
Pobieranie
Przetłumacz rozszerzenie AtMentions jeżeli jest dostępne na translatewiki.net
 Community Forum

AtMentions allows to quickly mention and notify a user from the VisualEditor menu. Users can be mentioned to create tasks.

Użycie

If you mention a user on a page, the user's name is inserted as a mention-item. To mention a user:

  1. Select the Mention menu item in the editor toolbar.
  2. Enter a user name. The mention is added to the page.

The user is notified of the mention, because it creates a link to the user's profile page. Users can change their notification settings for mentions in their preference. By default, users get in-wiki notifications, but no email notifications.

Instalacja

Install Extension:OOJSPlus first, since it is required.

  • Pobierz i umieść plik(i) w katalogu o nazwie AtMentions w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/AtMentions
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'AtMentions' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.