Extension:ShortUrl/pl
If you're here to enable the extension for a Wikimedia Wiki, then you shouldn't process the request. Extension:UrlShortener powinno być używane zamiast tego |
Nie mylić z Extension:UrlShortener lub Manual:Short URL.
ShortUrl Status wydania: stabilne |
|
---|---|
Realizacja | Strona specjalna |
Opis | Adds a special page that redirects to an article based on the given base36-encoded ID |
Autor(zy) | Yuvi Panda |
Ostatnia wersja | 1.2.0 (2015-01-29) |
MediaWiki | 1.25+ |
Zmiany w bazie danych | Tak |
Tabele | shorturls |
Licencja | BSD 3-clause "Modified" License |
Pobieranie | |
|
|
Quarterly downloads | 20 (Ranked 111st) |
Przetłumacz rozszerzenie ShortUrl jeżeli jest dostępne na translatewiki.net | |
Problemy | Otwarte zadania · Zgłoś błąd |
ShortUrl is a special page extension that helps create shortened URLs for wiki pages, using their base36 encoded IDs. Adds a 'Short URL' link to the Toolbox. Primarily developed for use in the Indic Language Wikipedias.
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
ShortUrl
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/ShortUrl - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
wfLoadExtension( 'ShortUrl' );
- Uruchom skrypt aktualizujący, który automatycznie stworzy potrzebne tabele dla tego rozszerzenia.
- Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Użycie
- When installed redirects are available under Special:ShortUrl/<base36>.
- Links to redirects can be found in the Toolbox and under the heading (JavaScript only)
Konfiguracja
- (Optional) Run
populateShortUrlTable.php
maintenance script. Fills the shorturl database table with entries for all namespace/title parts of all currently existing articles.
- Set
$wgShortUrlTemplate
to the template of the path for generating short URLs. $1 is replaced with the actual short URL ID.
Zobacz też
To rozszerzenie jest wykorzystywane przez jeden lub więcej projektów Wikimedia. Oznacza to prawdopodobnie, że to rozszerzenie jest stabilne i działa wystarczająco dobrze, aby wykorzystywać je na stronach o dużym natężeniu ruchu. Odnajdź nazwę tego rozszerzenia w plikach konfiguracyjnych Wikimedia CommonSettings.php oraz InitialiseSettings.php, aby zobaczyć gdzie są zainstalowane. Pełną listę rozszerzeń zainstalowanych na określonej wiki można znaleźć na stronie Special:Version na danej wiki. |