These codes all result, with the exception of ^linkTo^ and ^url^, in the creation of a set of links in HTML output; ^linkTo^ creates a link to a specific item object or note. Note the arguments are optional. ^ancestors^ works without any other arguments, outputting just the links without any further optional formatting.
Ampersands in link anchor text are exported in HTML entity for to help ensure validating HTML code output.
- ^ancestors( [start, list-item-prefix, list-item-suffix, end ])^
- ^basicLinks( [start, list-item-prefix, list-item-suffix, end] )^
- ^childLinks( [start, list-item-prefix, list-item-suffix, end] )^
- ^inboundBasicLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^inboundLinks( [start, list-item-prefix, list-item-suffix, end] )^
- ^inboundTextLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^linkTo( item [, data] [,css class] )^
- ^outboundBasicLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^outboundLinks( [start, list-item-prefix, list-item-suffix, end] )^
- ^outboundTextLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^outboundWebLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^siblings( [start, list-item-prefix, list-item-suffix, end] )^
- ^similarTo( item, count[, start, list-item-prefix, list-item-suffix, end] )^
- ^url( item )^