If you carefully looks at examples containing a query string on http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax?syntax=2.1§ion... you will see that you need to move it in the link parameters instead of the reference where you put it currently. {{velocity}} [[English>>doc:$doc.fullName||queryString="language=en"]]{{/velocity}} On Thu, Aug 4, 2016 at 4:14 PM, Hofstätter Mario <[email protected]> wrote:
Hello,
I want to create a wiki link which opens the current page in a given language. I tried the following: {{velocity}} [[English>>doc:$doc.fullName/?language=en]]{{/velocity}}
But it does not work, it generates a create page link. I could not find anything on http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax?syntax=2.1§ion... either. How may I achieve this? Thank you. Mario _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne