TSRef - TypoScript Reference

5.1.15. makelinks:

makelinks substitutes all appearances of

    http://www.webaddress.rld

    mailto:name@email.rld

... to a real linktag

Property:

Data type:

Description:

Default:

http.extTarget

target

The target of the link

_top

http.wrap

wrap

wrap around the link

 

http.ATagBeforeWrap

boolean

If set, the link is first wrapped with http.wrap and then the <A>-tag.

 

http.keep

list: "scheme","path","query"

As default the link-text will be the full domain-name of the link.

 

Examples:

http://www.webaddress.rld/test/doc.php?id=3

"":         www.webaddress.rld

"scheme":         http://www.webaddress.rld

"scheme,path":     http://www.webaddress.rld/test/doc.php

"scheme,path,query": http://www.webaddress.rld/test/doc.php?id=3

 

http.ATagParams

<A>-params /stdWrap

Additional parameters

 

Example:

class="board"

 

mailto.wrap

wrap

wrap around the link

 

mailto.ATagBeforeWrap

boolean

If set, the link is first wrapped with mailto.wrap and then the <A>-tag.

 

mailto.ATagParams

<A>-params /stdWrap

Additional parameters

 

Example:

class="board"

 

[tsref:->makelinks]

 


Valid XHTML 1.0!