Hello everybody!
I'm using mwlib with a Semantic MediaWiki installation. Semantic
MediaWiki introduces a new type of link Syntax:
[[Property::Value]]
When writing something like this in a page, the bit "Value" will
internally be assigned to the property "Property" for the page. However,
only "Value" will be visible in the text (i.e. the part "Property::"
will not show up).
Since mwlib doesn't know this kind of Syntax, it always displays the
whole string "Property::Value" on generated documents (e.g. PDFs).
Is there already a way to change this behavior so that mwlib acts like
the (extended) Wiki parser?
If not: Where should I start looking into the code to modify it
accordingly? mwlib? mwlib.r? (I mean, should I modify the rendering
engine or the mwlib parser?)
Thanks in advance for any suggestion!
Hauke Pribnow
--
You received this message because you are subscribed to the Google Groups
"mwlib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/mwlib?hl=en.