Extension:EntitySchema/pl

From mediawiki.org
This page is a translated version of the page Extension:EntitySchema and the translation is 7% complete.
Podręcznik rozszerzeń MediaWiki
EntitySchema
Status wydania: stabilne
Realizacja ContentHandler , Akcja strony , Strona specjalna , API
Opis Allows to store Shape Expression Schemas on wiki pages
Autor(zy) The Wikidata team
Ostatnia wersja continuous updates
Polityka zgodności Snapshots releases along with MediaWiki. Master is not backward compatible.
MediaWiki master
Zmiany w bazie danych Tak
Tabele entityschema_id_counter
Licencja GNU General Public License 2.0 or later
Pobieranie
readme
  • $wgEntitySchemaSkippedIDs
  • $wgEntitySchemaNameBadgeMaxSizeChars
  • $wgEntitySchemaSchemaTextMaxSizeBytes
  • $wgEntitySchemaEnableDatatype
  • $wgEntitySchemaShExSimpleUrl
Quarterly downloads 8 (Ranked 141st)
Translate the EntitySchema extension
Problemy Otwarte zadania · Zgłoś błąd

The EntitySchema extension allows storing Shape Expressions Schemas on wiki pages (using ShExC syntax), as well as validating entities against those Schemas using the ShEx2 — Simple Online Validator. For more information on enabling this second part, see #Configuration.

Installation

  • Pobierz i umieść plik(i) w katalogu o nazwie EntitySchema 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/EntitySchema
  • Tylko w przypadku instalacji z repozytorium git należy uruchomić Composer, aby zainstalować zależności PHP, poprzez wywołanie composer install --no-dev w katalogu rozszerzenia. (Zobacz zadanie T173141 w celu uzyskania informacji o możliwych komplikacjach.)
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'EntitySchema' );
    
    Configure as required.
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Configuration

Prerequisites for displaying the optional "check entities against this Schema" link on the Schema page:

Zobacz też