web commit by madmax

master
joey 2007-08-28 17:06:25 +00:00
parent 9c5f4761d8
commit e87fcf2971
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
I try to create wikilink in table. But it does not work. Here is example:
[[table class=table1 data="""
[[wikilink_test|servers/webmail1]]
[[wikilink_test\|servers/webmail1]]
[wikilink test](/servers/webmail1)
"""]]
First two do not work.
The last one is url link and it works but it is not a wikilink. Or maybe it does not matter if I use URL links in stead of wikilinks ?
What exactly is a difference between wikilink and URL reference to the same page ?