r74694 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74693‎ | r74694 | r74695 >
Date:21:55, 12 October 2010
Author:tparscal
Status:deferred
Tags:
Comment:
Added README file
Modified paths:
  • /trunk/extensions/ArticleEmblems/README (added) (history)

Diff [purge]

Index: trunk/extensions/ArticleEmblems/README
@@ -0,0 +1,10 @@
 2+# ArticleEmblems provides a parser hook that collects and renders extra information about an article
 3+
 4+# This extension requires MediaWiki 1.17+ because it makes use of ResourceLoader.
 5+
 6+# Example LocalSettings.php additions
 7+
 8+require_once( "$IP/extensions/ArticleEmblems/ArticleEmblems.php" );
 9+
 10+# To use this extension, add <emblem>any wiki-text you want</emblem> to an article. The wikitext will appear in the top
 11+# right (or left when $wgContLang is an RTL language). Emblems will appear in the order they are found in the article.
\ No newline at end of file

Status & tagging log