Extension:InterwikiSorting/pl
Appearance
Status wydania: stabilne |
|
|---|---|
| Realizacja | Interfejs użytkownika |
| Autor(zy) | Wikimedia Germany (WMDE) |
| Ostatnia wersja | continuous updates |
| Polityka zgodności | Snapshots releases along with MediaWiki. Master nie jest kompatybilny wstecznie. |
| MediaWiki | 1.27+ |
| PHP | 7.4+ |
| Zmiany w bazie danych | Nie |
|
|
|
| Licence | Licencja GNU General Public License 2.0 lub nowsza |
| Pobieranie | |
| Przetłumacz rozszerzenie InterwikiSorting jeżeli jest dostępne na translatewiki.net | |
| Problemy | Otwarte zadania · Zgłoś błąd |
The InterwikiSorting extension allows for sorting of interwiki links.
The code was originally created in 2012 as part of the Wikibase Client extension, and has been factored out.
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
InterwikiSortingw folderzeextensions/.
Developers and code contributors should install the extension from Git instead, using:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/InterwikiSorting
- Dodaj poniższy kod na dole twojego pliku LocalSettings.php:
wfLoadExtension( 'InterwikiSorting' );
- Configure as required
Zrobione – Przejdź do Special:Versionna twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Konfiguracja
$wgInterwikiSortingSort- The default sort order to use. 'code' is built in and orders alphabetically by interwiki code.
$wgInterwikiSortingSortPrepend- Codes that should appear at the start of the list of interwiki links.
$wgInterwikiSortingInterwikiSortOrders- Definition of sort orders. Each sort order key should be the sort order name, for example 'alphabetical'. Each key should have a value of an array of interwiki codes in the order to be sorted.
| To rozszerzenie jest dołączone do następujących farm/hostów wiki lub pakietów: |
