Bug #100935
closedHave a full description of (typolink) link format
0%
Description
Currently there is no full description of the link format as I am aware. It can only be derived from the source code and there are some discrepancies, e.g. see #100933
While this may be a documentation issue, it would be better if the link format was described somewhere in a formal language (which could also be used by the parser).
Also, I am not sure if this is already documented somewhere. Sometimes there are extensive descriptions in the source code.
TypoScript typolink Resource references contains a good description but appears incomplete (e.g. for page links, the language part is missing. (Also, the question is if the link description should exist somewhat hidden in the TypoScript reference).
Related docs¶
(incomplete) list of currently supported link format¶
Currently the core supports:
- t3://page?uid=\d+ (for page links)
- t3://page?uid=current (for page links)
- with #<someanchor> (for page links), anchor can be numeric which will link to the content element or a string
- with _language=<language uid> for linking to page in different language (formerly L=)
- t3://file?uid=\d+ (for links to files)
- etc.
Possibly outdated ?
- <link
- file:\d+