Extension:YetAnotherKeywords/de-formal

From mediawiki.org
This page is a translated version of the page Extension:YetAnotherKeywords and the translation is 20% complete.
MediaWiki extensions manual
YetAnotherKeywords
Release status: unmaintained
Implementation Tag
Description Extension tag for adding a custom ‎<meta> keywords to the document header.
Author(s) http://jehy.ru/index.en.html (JehyDiskussion)
Latest version 0.2 (2012-09-18)
MediaWiki 1.6+
Database changes No
License MIT License
Download
README
Example All pages with keywords
‎<metakeywords>
Quarterly downloads 3 (Ranked 141st)
Translate the YetAnotherKeywords extension

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 Ihrer LocalSettings.php -Datei hinzufügen:
    require_once "$IP/extensions/YetAnotherKeywords/YetAnotherKeywords.php";
    
  • Yes Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

Usage

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