Wiki source code of Link Macro (Radeox)

Last modified by Vincent Massol on 2016/06/05 21:55

Show last authors
1 Creates a link to an external site.
2
3 It is of little use, since the same functionality can be accomplished using the normal wiki link syntax.
4
5 == Parameters definition ==
6
7 |=Name|=Optional|=Allowed values|=Default value|=Description
8 |text|false|any text| |The link text
9 |url|true|any URL|the same as ##text## if missing|The target URL
10 |img|true| | |Unused parameter
11
12 == Example ==
13
14 {{code}}
15 Please visit {link:the W3C consortium|http://www.w3.org/}.
16 {{/code}}

Get Connected