Extension:YetAnotherKeywords

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
YetAnotherKeywords

Release status: stable

Implementation Tag
Description Extension tag for adding a custom <meta> keywords to the document header.
Author(s) http://jehy.ru/index.en.html (JehyTalk)
Last version 0.1 (2008-11-12)
MediaWiki 1.6.x, 1.8.x, 1.9.x, 1.13.x or higher
License GPL
Download version 0.1
readme
Example All pages with keywords

Check usage (experimental)

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

[edit] Installation

  1. Extract the archive to $IP/extensions.
  2. Enable the extension by adding this line to your LocalSettings.php:
    require_once($IP.'/extensions/YetAnotherKeywords.php');
    

[edit] 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" />


[edit] See also

Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox