Extension:EntitySchema/fa

From Linux Web Expert

راهنمای افزونهٔ مدیاویکی
EntitySchema
وضعیت انتشار: پایدار
انجام ContentHandler , Page action , Special page , API
توضیحات Allows to store Shape Expression Schemas on wiki pages
نویسنده(گان) تیم ویکی‌داده
آخرین نسخه: به‌روزرسانی‌های پیوسته
سیاست سازگاری Snapshots releases along with MediaWiki. Master is not backward compatible.
MediaWiki master
جدول‌ها entityschema_id_counter
مجوز پروانه‌ای اختصاص داده نشده است
بارگیری
readme
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Translate the EntitySchema extension
Issues Open tasks · گزارش یک مشکل

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.

نصب

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/EntitySchema/fa</tvar>|Download]] and move the extracted <tvar name=name>EntitySchema/fa</tvar> folder to your <tvar name=ext>extensions/</tvar> directory.</translate>
    <translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/EntitySchema%2Ffa
  • <translate> Only when installing from Git, run <tvar name=composer>Composer</tvar> to install PHP dependencies, by issuing <tvar name=code>composer install --no-dev</tvar> in the extension directory.</translate> <translate> (See <tvar name=phab><translate> task <tvar name=1>T173141</tvar></translate></tvar> for potential complications.)</translate>
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'EntitySchema/fa' );
    
    براساس نیاز پیکربندی کنید.
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

Configuration

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

See also