Jump to content

Extension:PhpTags Storage/pl

From mediawiki.org
This page is a translated version of the page Extension:PhpTags Storage and the translation is 25% complete.
Podręcznik rozszerzeń MediaWiki
PhpTags Storage
Status wydania: niewspierane
Realizacja Rozszerzenie parsera
Opis lightweight way to store/query data for PhpTags extension
Autor(zy) Pavel Astakhov (pastakhovdyskusja)
Ostatnia wersja 0.1.1 (2015-09-07)
MediaWiki 1.25+
PHP 5.3+
Zmiany w bazie danych Tak
Tabele phptags_schemas
phptags_page_templates
phptags_storage_*
Licencja Licencja GNU General Public License 2.0 lub późniejsza
Pobieranie
Przetłumacz rozszerzenie PhpTags Storage jeżeli jest dostępne na translatewiki.net

The PhpTags Storage extension provides a lightweight way to store and query the data for the PhpTags extension.

Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie PhpTagsStorage w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/PhpTagsStorage
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    require_once "$IP/extensions/PhpTagsStorage/PhpTagsStorage.php";
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.