Extension:YetAnotherKeywords/de-formal
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
![]() 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 | Download snapshot Note: README |
Example | All pages with keywords |
<metakeywords> |
|
Quarterly downloads | 2 (Ranked 161st) |
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 Ordnerextensions/
ablegen. - Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
require_once "$IP/extensions/YetAnotherKeywords/YetAnotherKeywords.php";
- 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
- Extension:MetaDescriptionTag
- User:Jehy - Other plugins by Jehy, and articles for using wiki in safe mode