The {{node-link:foo/bar}} parameter evaluates to an HTML link to the node referenced in the rvalue portion of the parameter, with the HTML escaped title of the referenced node as the text.
For example, we have a node on this documentation site with the path parameters/some-other-node. If we use that node as the rvalue portion of the parameter using {{node-link:parameters/some-other-node}}, the parameter evaluates to:
<a href="/parameters/some-other-node/">Some Other Node</a>
And the actual HTML on the page looks like this: Some Other Node
Compare this with the {{node:link}} parameter, which evaluates to a link to the current node.
This page was generated by Uriel with the following settings:
Page Details
| Resource | Path | Project File |
|---|---|---|
| Node | parameters/node-link-some-other-node | nodes/parameters/node-link-some-other-node |
| Template | default.html | templates/default.html |
| URL | /parameters/node-link-some-other-node/ | public/parameters/node-link-some-other-node/index.html |
Node Headers
| Header (Lowercase) | Value |
|---|---|
| title | {{node-link:foo/bar}} |
| +-tags | * |
| breadcrumb-separator | » |
| canonical-url | https://documentation.uriel.foo |
| rss-description | Uriel Documentation |
| rss-image-height | 32 |
| rss-image-url | /favicon-32x32.png |
| rss-image-width | 32 |
| rss-max-entries | 50 |
| rss-title | Uriel Documentation |
| rss-url | /rss.xml |
| sitemap-max-entries | 10000 |
| sitemap-url | /sitemap.xml |
| tag-node | tag |
| tags | parameters |
| template | default.html |
Node Timestamps
| Type | Value |
|---|---|
| Created | |
| Modified | 2026-06-07T18:21:07-04:00 |
Node Methods
| Method | Value |
|---|---|
| get_parent_node() | parameters/index |
| get_path() | parameters/node-link-some-other-node |
| get_node_type() | file |
| get_url() | /parameters/node-link-some-other-node/ |
| get_canonical_url() | https://documentation.uriel.foo/parameters/node-link-some-other-node/ |
| get_name() | node-link-some-other-node |
| get_display_name() | Node Link Some Other Node |
| get_title() | {{node-link:foo/bar}} |
| get_escaped_title() | {{node-link:foo/bar}} |
| get_link() | <a href="/parameters/node-link-some-other-node/">{{node-link:foo/bar}}</a> |
| get_canonical_link() | <a href="https://documentation.uriel.foo/parameters/node-link-some-other-node/">{{node-link:foo/bar}}</a> |
| get_link_prefix() | <p> |
| get_link_suffix() | </p> |
| get_tags() | ['parameters'] |
| get_dest_dir() | ./public/parameters/node-link-some-other-node |
| get_dest_file() | ./public/parameters/node-link-some-other-node/index.html |
| get_breadcrumb_separator() | » |