Extension:YetAnotherKeywords
Appearance
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{TillÀgg}} infobox. |
Utgivningsstatus: inte underhÄllen |
|
|---|---|
| Genomförande | Tagg |
| Beskrivning | Extension tag for adding a custom <meta> keywords to the document header. |
| Författare | http://jehy.ru/index.en.html (Jehydiskussion) |
| Senaste versionen | 0.2 (2012-09-18) |
| MediaWiki | 1.6+ |
| FörÀndringar i databasen | Nej |
<metakeywords> |
|
| License | MIT License |
| Ladda ner | README |
| Exempel | All pages with keywords |
| ĂversĂ€tt tillĂ€gget YetAnotherKeywords | |
An extension which gives users the ability to inject <meta> keywords into the document header.
Installation
- Ladda ner och placera filen/filerna i en katalog som heter
YetAnotherKeywordsi dinextensions/-mapp.
Utvecklare och personer som bidrar med kod borde istÀllet installera tillÀgget frÄn Git, med:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/YetAnotherKeywords
- LÀgg till följande kod lÀngst ner i din LocalSettings.php-fil:
require_once "$IP/extensions/YetAnotherKeywords/YetAnotherKeywords.php";
Klart â Ta dig till Special:Version pĂ„ din wiki för att bekrĂ€fta att tillĂ€gget har installerats ordentligt.
AnvÀndning
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" />
Se Àven
- Extension:MetaDescriptionTag
- User:Jehy - Other plugins by Jehy, and articles for using wiki in safe mode
