Erweiterung:YetAnotherKeywords

This page is a translated version of the page Extension:YetAnotherKeywords and the translation is 40% complete.
MediaWiki-Erweiterungen
YetAnotherKeywords
Freigabestatus: ohne Wartung
Einbindung Tag
Beschreibung Extension tag for adding a custom ‎<meta> keywords to the document header.
Autor(en) http://jehy.ru/index.en.html (JehyDiskussion)
Letzte Version 0.2 (2012-09-18)
MediaWiki 1.6+
Datenbankänderungen Nein
Lizenz MIT-Lizenz
Herunterladen
README
Beispiel All pages with keywords
‎<metakeywords>
Quarterly downloads 3 (Ranked 141st)
Übersetze die YetAnotherKeywords-Erweiterung

An extension which gives users the ability to inject ‎<meta> keywords into the document header.

Installation

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens YetAnotherKeywords 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/YetAnotherKeywords
  • Folgenden Code am Ende deiner LocalSettings.php -Datei einfügen:
    require_once "$IP/extensions/YetAnotherKeywords/YetAnotherKeywords.php";
    
  •   Erledigt – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

Verwendung

Once installed, editors of your wiki can add a ‎<meta> keywords tag by adding the following to the article text:

<metakeywords> keyword1,keyword2,keyword3</metakeywords>

For example, the above would become:

<meta name="keywords" content="keyword1,keyword2,keyword3" />

Siehe auch