Am 04.03.2008 um 02:41 schrieb Michael Morrissey:
>
> If it is, and I can then assume that it has been installed  
> correctly, why is that that the following MediaWiki syntax does not  
> get processed as I would expect:
>
> [[mywikipage|pagename]]


You need to enclose the area you want to be processed by the mediawiki  
macro with {{{ }}} so that the plugin knows which part to process.

{{{
#!mediawiki
[[mywikipage|pagename]]
}}}


you may want to use a pagetemplate with this directive already filled  
in for pages you want to be processed in mediawiki style.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to