Extension:EditSimilar/pl
![]() Status wydania: stabilne |
|
---|---|
Realizacja | Powiadomienia |
Opis | Encourages users to edit articles similar (by categories) to the one they just edited. |
Autor(zy) | Bartek Łapiński and Łukasz 'TOR' Garczewski |
Ostatnia wersja | 1.23 (2014-10-03) |
MediaWiki | 1.23+ |
Licencja | Licencja GNU General Public License 2.0 lub nowsza |
Pobieranie | |
|
|
Quarterly downloads | 1 (Ranked 112nd) |
Przetłumacz rozszerzenie EditSimilar jeżeli jest dostępne na translatewiki.net | |
EditSimilar is an extension that suggests similar articles that need attention upon save. It was originally written by Bartek Łapiński and Łukasz Garczewski for Fandom.
It finds and suggests another article that may need attention or improvement when a user saves an edit. It is designed to help users decide what to do next, and boost the number of edits on a wiki.
The suggestions are only displayed when saving in the main (article) namespace, and will not show up on talk pages, project pages and other namespaces.
By default, the message is set to appear after every five qualifying article edits. The frequency of messages can be adjusted by a global variable (see the Configuration section below).
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
EditSimilar
w folderzeextensions/
.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/EditSimilar - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
wfLoadExtension( 'EditSimilar' );
- You also have to perform some basic setup. Edit the MediaWiki:EditSimilar-Categories article and populate it with category names you designate as "stubs". For example:
* Stub Category 1 * Stub Category 2 * Stub Category 3
Those will be needed to determine relevant or suggested articles.
- Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Konfiguracja
Apart from editing MediaWiki:EditSimilar-Categories page, you can set additional parameters:
Name | Description | Default |
---|---|---|
$wgEditSimilarMaxResultsPool |
The maximum pool of results to choose randomly from | 50 |
$wgEditSimilarMaxResultsToDisplay |
The maximum number of chosen results to display | 3 |
$wgEditSimilarCounterValue
|
Specifies per which number of edits show the results' message. 1 means that every time results are found the message is shown | 1 |
$wgEditSimilarAlwaysShowThanks |
Whether to thank for an edit even on no results. Set to true if you want to have that |
false
|
To rozszerzenie jest dołączone do następujących farm/hostów wiki lub pakietów: To nie jest pełna lista. Niektóre farmy/hosty wiki lub pakiety mogą zawierać to rozszerzenie nawet jeśli nie są one tutaj wymienione. Zawsze sprawdzaj swoje farmy/hosty wiki, aby to potwierdzić. |