bryonjacob / wikimodel

Automatically exported from code.google.com/p/wikimodel
0 stars 0 forks source link

Add support for arbitrary link attributes for the xwiki syntax #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is the new syntax:

[[label>reference>param1=value1 param2=value2...]]

This will allow creating links to images for example:
[[label>reference>image=myimage.png]]

It also allows to add semantic data to links in general which is a good
thing going in the direction of a semantic wiki.

Original issue reported on code.google.com by vmas...@gmail.com on 2 Sep 2008 at 12:01

GoogleCodeExporter commented 8 years ago
Actually I don't know how this is different from:

(% param1=value1 param2=value2 %)[[label>reference]]

Original comment by vmas...@gmail.com on 6 Oct 2008 at 8:25

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by vmas...@gmail.com on 24 Oct 2008 at 7:35

GoogleCodeExporter commented 8 years ago
The chosen solution is to use (% param1=value1 param2=value2 
%)[[label>>reference]]

Original comment by vmas...@gmail.com on 24 Oct 2008 at 7:37

GoogleCodeExporter commented 8 years ago
Done

Original comment by vmas...@gmail.com on 24 Oct 2008 at 7:38