TSref/makelinks

From TYPO3Wiki

Jump to: navigation, search
TypoScript Referenz - makelinks
Translations info
An english page for every translation.
All pagenames in english.

  en       de   nl   fr   ja   zh  

This page is document in progress. TypoScript


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]

Personal tools