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 |