Extension:Description
From MediaWiki.org
|
Description Release status: stable |
|||
|---|---|---|---|
| Description | Adds a description meta-tag to MediaWiki pages automatically | ||
| Author(s) | Evan Prodromou | ||
| Last version | 0.1 (10th of June, 2008) | ||
| License | No license specified | ||
| Download | Download snapshot Subversion [Help] |
||
| Example | Hindupedia | ||
|
|||
|
Check usage (experimental) |
|||
Description extension adds a description meta-tag to MediaWiki pages automatically from the article content.
[edit] Installation
- Download the latest snapshot and extract it.
- Upload the file to your server under extensions/Description.
- Add
into your wiki's LocalSettings.php.require_once("$IP/extensions/Description/Description.php");
- Installation can now be verified through Special:Version.
[edit] See also
- Extension:Description2 — Cleaner written version of Description which also exports the information for use by other extensions.
- Extension:ExplicitDescription — Same thing, but you define the description.