Home » Text » Text_Wiki_Mediawiki » Bug #8504
MediaWiki citation format
Details
| Request #8504 | MediaWiki citation format |
|---|---|
| Submitted | 2006-08-18 14:26 UTC |
| From | bjs5075 at rit dot edu |
| Status | Open |
| Package | Text_Wiki_Mediawiki |
| PHP Version | 5.1.4 |
| OS | Debian etch |
| Roadmaps | (Not assigned) |
Comments
[2006-08-18 14:26 UTC] bjs5075 at rit dot edu
Description:
------------
I have created a MediaWiki-style citation parser/renderer
this spans more than one PEAR package, and is quite
specific to mediawiki, so I'm posting the notice here.
There are four files involved, so I don't want to paste
them in here.
If you want the files, you can email me directly.
I don't know if you will be able to easily integrate them,
but I want to release the source now so that it can be
worked on later.
Test script:
---------------
Citation format:
text1<ref>reference text</ref>
text2<ref name="this">that</ref>
text3<ref name="this" />
text4<ref name="this">
etc.
<references />
Expected result:
----------------
text1 [1]
text2 [2]
text3 [2]
text4 [2]
1. ^ reference text
2. ^abc that
Actual result:
--------------
Currently no support