Extension:PropertySuggester/de

From Linux Web Expert

MediaWiki-Erweiterungen
PropertySuggester
Freigabestatus: stabil
Einbindung Benutzer-Schnittstelle
Beschreibung Provide suggested properties when a user tries to add new statements to an item
Autor(en) Wikidata team
MediaWiki
Datenbankänderungen Ja
Tabellen wbs_propertypairs
Lizenz GNU General Public License 2.0 oder neuer
Herunterladen
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').
Übersetze die PropertySuggester-Erweiterung, wenn sie auf translatewiki.net verfügbar ist
Probleme Offene Aufgaben · Einen Fehler melden

PropertySuggester is an extension to Wikibase to provide suggested properties when a user tries to add new statements to an item.

Installation

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/PropertySuggester/de</tvar>|Download]] and move the extracted <tvar name=name>PropertySuggester/de</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/PropertySuggester%2Fde
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'PropertySuggester/de' );
    
  • <translate> Run the [[<tvar name=update>Special:MyLanguage/Manual:Update.php</tvar>|update script]] which will automatically create the necessary database tables that this extension needs.</translate>
  • 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>