If you link from a wiki word that has spaces to a page that does not yet exist, it appears that this module only uses the left most characters until the space ... for instance, linking to [[Barnes & Noble]] only takes you to ... node/add/wikipage?wikiID=Barnes from the edit page (if the content does not exist).
Comments
Comment #1
matt_paz commentedThe condition only appears to occur in wiki words with ampersands.
Comment #2
sorenp commentedthe media wiki filter is a HAAAACK... As soon as the framework for wiki markup filters is done, the development of the mediawiki filter will be dropped to an external project (which I do not plan to manage)
If I get time over I'll look into this, but probably not.
(The markup filter was created by copying some files from media wiki and removing things that caused trouble until it ran without errors... )
Comment #3
sorenp commentedMy intention is that Liquid should provide the Wiki infrastructure to Drupal rather than specific markups. For this reason, the development of the Liquid Filter module will focus on providing infrastructure for Liquid Wiki Filters rather than supporting any specific markups. As soon as the basic infrastructure has been set up, the Media Wiki Markup support in Liquid will be dropped. A new project will be started to take care of the Media Wiki Liquid Filter, but I will not take any responsibility for the development. Until then, the module will be included for testing purposes, but no active development will be done except for things connected to the Liquid Filter Interface.
I know there are other approaches running on Drupal when it comes to Wiki Markup Filters. My suggestion is that you take a look at those or, if you have the time, start a Liquid MedaWiki Markup Filter project.
// Soren