Revision history for LinkParsing
Revision [22989]
Last edited on 2016-05-20 07:38:44 by JavaWoman [Replaces old-style internal links with new pipe-split links.]Additions:
##""[[HomePage | (!Hello world;p=1&q=2) This is the home page with title]]""##
Deletions:
Revision [18438]
Edited on 2008-01-28 00:11:29 by JavaWoman [Modified links pointing to docs server]No Differences
Additions:
CategoryDevelopmentFormatters
Deletions:
Additions:
##""[[HomePage (!Hello world;p=1&q=2) This is the home page with title]]""##
giving something like this: ""<a href="http://wikka.jsnx.com/HomePage?p=1&q=2" title="Hello world"> This is the home page with title</a>"".
The parentheses are used to select ;-separated URL options, like title or URL parameters. The space before the parenthesis is optional.
##!Hello world## corresponds to the title.
##p=1&q=2## corresponds to the URL parameters.
giving something like this: ""<a href="http://wikka.jsnx.com/HomePage?p=1&q=2" title="Hello world"> This is the home page with title</a>"".
The parentheses are used to select ;-separated URL options, like title or URL parameters. The space before the parenthesis is optional.
##!Hello world## corresponds to the title.
##p=1&q=2## corresponds to the URL parameters.
Deletions:
giving something like this: ""<a href="http://wikka.jsnx.com/HomePage" title="Hello world"> This is the home page with title</a>"".
##(!Hello world)## is used to parse the title, the space before the parenthesis is not required.