Extension:RomanNumerals
|
RomanNumerals Release status: unknown |
|
|---|---|
| Implementation | Tag |
| Description | Converting Arabic numerals into Roman numerals |
| Last version | 0.2 (2006-07-18) |
| MediaWiki | 1.6.3+, 1.7.0+, 1.8-alpha |
| License | No license specified |
| Download | No link |
|
Check usage (experimental) |
|
RomanNumerals is an extension written for MediaWiki that converts Arabic numerals into Roman numerals.
Note: This is my first MediaWiki extension and may not be perfect. Your Feedback is welcome - please use the discussion site to this article.
[edit] Download
You can NOT download the extension at http://www.karlsruh.net/mediawiki/, because it doesn't exist. If you want to use this extension, try learning german or contacting the author.
NOTE: This URL is currently (May '07) returning 404 - "Not Found; The requested URL /mediawiki/ was not found on this server."
[edit] Installation
- Extract the archive and move RomanNumerals.php to the extensions directory.
- Add the following line to LocalSettings.php:
require_once( 'extensions/RomanNumerals.php' );
[edit] Usage
Just put a number between the <romannumerals></romannumerals> tag or the <roman></roman> tag.
Example 1:
<romannumerals>1234</romannumerals>
Output 1:
MCCXXXIV
Example 2:
<roman>1976</roman>
Output 2:
MCMLXXVI
Note: The number has to be between 0 and 3889.
[edit] Bugs
Please report bugs to Extension:RomanNumerals/Bugs
[edit] Development
This extension is written by Jimmy Collins.
