Extension:EntitySchema/pt-br

From mediawiki.org
This page is a translated version of the page Extension:EntitySchema and the translation is 21% complete.
Manual de extensões do MediaWiki
EntitySchema
Estado da versão: estável
Implementação ContentHandler , Ações de página , Página especial , API
Descrição Allows to store Shape Expression Schemas on wiki pages
Autor(es) A equipe do Wikidata
Última versão atualizações contínuas
Política de
compatibilidade
Snapshots releases along with MediaWiki. Master is not backward compatible.
MediaWiki master
Modifica o banco
de dados
Sim
Tabelas entityschema_id_counter
Licença GNU GPL (Licença Pública Geral) 2.0 ou superior
Download
readme
  • $wgEntitySchemaSkippedIDs
  • $wgEntitySchemaNameBadgeMaxSizeChars
  • $wgEntitySchemaSchemaTextMaxSizeBytes
  • $wgEntitySchemaEnableDatatype
  • $wgEntitySchemaShExSimpleUrl
Quarterly downloads 8 (Ranked 142nd)
Translate the EntitySchema extension
Problemas Tarefas em aberto · Relatar um 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.

Instalação

  • Baixe e coloque o(s) arquivo(s) num diretório chamado EntitySchema na sua pasta 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
  • Se estiver instalando a partir do git, execute o Composer para instalar as dependências PHP através de composer install --no-dev no diretório da extensão. (Veja tarefa T173141 para possíveis complicações.)
  • Adicione o seguinte código ao final do seu arquivo LocalSettings.php :
    wfLoadExtension( 'EntitySchema' );
    
    Configure as required.
  • Yes Concluído – Navegue à página Special:Version em sua wiki para verificar se a instalação da extensão foi bem sucedida.

Configuration

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

See also