This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "Template:PrevLink"
From OWASP
(Uses the second parameter as label if present, otherwise the first parameter is used as label) |
(Added documentation) |
||
| Line 1: | Line 1: | ||
| + | <noinclude>==Purpose== | ||
| + | Generates a link to the URL/page given in the first parameter with a link label equal to the value of the second parameter, if present, otherwise with a link label equal to the value of the first parameter. | ||
| + | |||
| + | ==Usage== | ||
| + | <pre>{{PrevLink|link|label}}</pre> | ||
| + | |||
| + | ==Code== | ||
| + | <pre>[[{{{1}}}|««{{{2|{{{1}}}}}}««]]</pre> | ||
| + | </noinclude> | ||
| + | <includeonly> | ||
[[{{{1}}}|««{{{2|{{{1}}}}}}««]] | [[{{{1}}}|««{{{2|{{{1}}}}}}««]] | ||
| + | </includeonly> | ||
Revision as of 14:55, 8 September 2010
Purpose
Generates a link to the URL/page given in the first parameter with a link label equal to the value of the second parameter, if present, otherwise with a link label equal to the value of the first parameter.
Usage
{{PrevLink|link|label}}
Code
[[{{{1}}}|««{{{2|{{{1}}}}}}««]]