Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 660 Bytes

File metadata and controls

35 lines (20 loc) · 660 Bytes

MediaWiki Extension AddKeywordsMetaTag

This extension generates keywords meta tag header from MediaWiki:Keywords page and <keywords content=".."/> tags.

Install

To install this extension, add the following to LocalSettings.php.

wfLoadExtension("AddKeywordsMetaTag");

Usage

global keywords

Edit MediaWiki:Keywords page.

page specific keywords

<keywords content="foo, bar" />

License

This software is licensed under the MIT.

Authors

Usage examples