Extension:GeoCrumbs/pl
GeoCrumbs Status wydania: stabilne |
|
---|---|
Realizacja | API |
Opis | Adds a trail of bread crumbs to the page |
Autor(zy) | Roland Unger, Hans Musil, and Matthias Mullie |
Ostatnia wersja | 2.0.1 |
MediaWiki | >= 1.43 |
PHP | 5.4+ |
Zmiany w bazie danych | Nie |
Licencja | Licencja GNU General Public License 2.0 lub nowsza |
Pobieranie | README |
Quarterly downloads | 7 (Ranked 124th) |
Przetłumacz rozszerzenie GeoCrumbs jeżeli jest dostępne na translatewiki.net | |
Problemy | Otwarte zadania · Zgłoś błąd |
The GeoCrumbs extension, formerly known as BreadCrumbs adds a trail of bread crumbs to the page. See https://en.wikivoyage.org/wiki/Wikivoyage:Breadcrumb_navigation or other Wikivoyage sites for more information.
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
GeoCrumbs
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/GeoCrumbs - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
wfLoadExtension( 'GeoCrumbs' );
- Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Użycie
This extension provides a new MediaWiki parser function named "isin
".
It expects one argument, the name of the article where the current article "is in".
During parsing of the wiki markup, some few data related to the isin
function's argument are generated and stored in the parser cache.
When the article is displayed, its HTML code has to be built from the parser cache.
The BreadCrumbs extension has a method triggered by the 'OutputPageParserOutput' hook.
Here, the complete bread crumb trail is build up by starting with the article's own isin
and retrieving subsequently higher level isin
data from the corresponding parser caches.
The HTML code of the bread crumb trail is added to the page's subtitle.
Example:
{{#isin:Europe}}
The country of Spain is part of Europe.
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. |
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ć. |
- Stable extensions/pl
- API extensions/pl
- GPL licensed extensions/pl
- Extensions in Wikimedia version control/pl
- OutputPageParserOutput extensions/pl
- ParserAfterTidy extensions/pl
- ParserFirstCallInit extensions/pl
- All extensions/pl
- Extensions used on Wikimedia/pl
- Extensions included in Miraheze/pl
- Extensions included in WikiForge/pl
- Breadcrumbs extensions/pl