Extension:EntitySchema/de-formal

This page is a translated version of the page Extension:EntitySchema and the translation is 21% complete.
MediaWiki extensions manual
EntitySchema
Release status: stable
Implementation ContentHandler , Page action , Special page , API
Description Allows to store Shape Expression Schemas on wiki pages
Author(s) The Wikidata team
Latest version continuous updates
Compatibility policy Snapshots releases along with MediaWiki. Master is not backward compatible.
MediaWiki master
Database changes Yes
Tables entityschema_id_counter
License GNU General Public License 2.0 or later
Download
readme
  • $wgEntitySchemaSkippedIDs
  • $wgEntitySchemaNameBadgeMaxSizeChars
  • $wgEntitySchemaSchemaTextMaxSizeBytes
  • $wgEntitySchemaEnableDatatype
  • $wgEntitySchemaShExSimpleUrl
Quarterly downloads 7 (Ranked 142nd)
Translate the EntitySchema extension
Issues Open tasks · Report a bug

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

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens EntitySchema im Ordner extensions/ ablegen.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/EntitySchema
  • Wird von git aus installiert, ist Composer auszuführen, um PHP-Abhängigkeiten zu installieren, indem composer install --no-dev im Erweiterungsverzeichnis ausgeführt wird. (Siehe task T173141 für mögliche Komplikationen.)
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'EntitySchema' );
    
    Configure as required.
  •   Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

Konfiguration

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

Siehe auch