Go to main content

Link name

Contents

Syntax

<txp:link_name />

The link_name tag is a single tag which returns the name of the link as assigned on the links pane as text. This tag is used in a ‘links’ type form or inside the linklist container tag to display information about the current link.

Attributes

Tag will accept the following attributes (case-sensitive) as well as the global attributes :

escape="html"
Escape HTML entities such as <, > and &.
Values: See the tag escaping documentation for all possible values.
Default: html.

Examples

<a class="awesome-links" href="<txp:link_url />">
    <txp:link_name />
</a>

Other tags used: link_url.

Genealogy

Version 4.0.7

Default value for escape attribute changed from ‘unset’ to html.

If you notice any kind of problem with this page's construction or content (outdated information, typos, broken links, or whatever), open an issue to have it sorted. Or have a go at it yourself. :)