Closed GoogleCodeExporter closed 9 years ago
Because of the similarity of magic words and macros/templates within MediaWiki,
this patch will introduce some little changes to the current behavior of parsing
macros:
* There are 4 'built in' macros: toc, notoc, forcetoc, footnotes
* The macro parsing implementation was moved of from MediaWikiParser into separate MediawikiWikiMacro.java file
* Similar to the WikiReference interface, a new WikiMacro interface is introduced
Thus current handler for macros should be revisited.
Original comment by mki...@portolancs.com
on 23 Aug 2010 at 9:07
Fixed, see revision 483.
Original comment by mki...@portolancs.com
on 23 Aug 2010 at 9:26
Original comment by mki...@portolancs.com
on 23 Aug 2010 at 9:26
Original issue reported on code.google.com by
mki...@portolancs.com
on 23 Aug 2010 at 8:29