Extension:YetAnotherKeywords
Appearance
This extension is incompatible with MediaWiki 1.39 or any later release! You are advised against using this extension on a live site.
|
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
YetAnotherKeywords 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 |
Licenser | MIT-licens |
Ladda ner | Download snapshot Note: README |
Exempel | All pages with keywords |
<metakeywords> |
|
Kvartalsnedladdningar | 4 (Ranked 127th) |
Ö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
YetAnotherKeywords
i 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
Categories:
- Extensions incompatible with 1.39/sv
- Unmaintained extensions/sv
- Tag extensions/sv
- MIT licensed extensions/sv
- Extensions in GitHub version control/sv
- OutputPageBeforeHTML extensions/sv
- All extensions/sv
- Extensions not using extension registration/sv
- HTML head extensions/sv
- Search engine optimization extensions/sv