Extension:Citoid/pl
Appearance
Citoid Status wydania: stabilne |
|
---|---|
Realizacja | Interfejs użytkownika |
Opis | Enables the Citoid service to be used within VisualEditor . |
Autor(zy) | |
Ostatnia wersja | 0.3.0 |
Polityka zgodności | Snapshots releases along with MediaWiki. Master nie jest kompatybilny wstecznie. |
MediaWiki | >= 1.43 |
Composer | mediawiki/citoid |
Licencja | Licencja MIT |
Pobieranie | |
|
|
Quarterly downloads | 26 (Ranked 105th) |
Public wikis using | 848 (Ranked 299th) |
Przetłumacz rozszerzenie Citoid jeżeli jest dostępne na translatewiki.net | |
Problemy | Otwarte zadania · Zgłoś błąd |
Citoid is a MediaWiki extension that enables the Citoid service, which generates a citation given a URL or other identifier, to be used within VisualEditor .
This page covers only how to download and install the Citoid extension; for all information on how to actually use Citoid, please see the Citoid page.
Prerequisites
In order to run this extension, you must have the VisualEditor extension installed, and enable the VisualEditor citation tool .
The following additional extensions are not required to run Citoid, but are recommended:
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
Citoid
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/Citoid - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
wfLoadExtension( 'Citoid' );
- Configure as required.
- Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Konfiguracja
Set the location of your citoid service instance in your wiki's LocalSettings.php
// If the wiki is being served over https, the https protocol is required in the citoid service URL; otherwise the browser will block the request.
$wgCitoidServiceUrl = 'http://localhost:1970/api';
Option | Default value | Useful for… | Documentation |
---|---|---|---|
$wgCitoidServiceUrl
|
false
|
Sysadmins | Full url to use the native citoid api , i.e. http://localhost:1970/api . Only used if VisualEditorFullRestbaseURL is null.
|
$wgCitoidFullRestbaseURL
|
false
|
Sysadmins | Full url to use a citoid service running behind restbase, i.e. https://en.wikipedia.org/api/rest_ (including the trailing _). Overwrites default, which is to use VisualEditorFullRestbaseURL (now deprecated). Does not need to be set if you are running citoid behind the same restbase instance as parsoid/VisualEditor; mostly useful for point to a cross domain restbase citoid installation.
|
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ć. |
Categories:
- Stable extensions/pl
- User interface extensions/pl
- Extensions supporting Composer/pl
- MIT licensed extensions/pl
- Extensions in Wikimedia version control/pl
- BeforePageDisplay extensions/pl
- GetPreferences extensions/pl
- ResourceLoaderGetConfigVars extensions/pl
- All extensions/pl
- Extensions used on Wikimedia/pl
- Extensions included in WikiForge/pl
- Extensions with VisualEditor support/pl