The {{node:link}} parameter evaluates to an HTML link to the current node, with the HTML escaped title of the current node as the text.
For example, on the current node, the {{node:link}} parameter evaluates to:
<a href="/parameters/node-link/">{{node:link}}</a>
And the actual HTML on the page looks like this: {{node:link}}
This is pretty self-referential, because the title of this page is also {{node:link}}.
But on the Some Other Node page, the {{node:link}} parameter would evaluate to:
<a href="/parameters/some-other-node/">Some Other Node</a>
And if this parameter were used on that page, the actual HTML on the page would look like this: Some Other Node
Compare this with the {{node-link:foo/bar}} parameter, which evaluates to a link to the other referenced node.
This page was generated by Uriel with the following settings:
Page Details
| Resource | Path | Project File |
|---|---|---|
| Node | parameters/node-link | nodes/parameters/node-link |
| Template | default.html | templates/default.html |
| URL | /parameters/node-link/ | public/parameters/node-link/index.html |
Node Headers
| Header (Lowercase) | Value |
|---|---|
| title | {{node:link}} |
| +-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:17:23-04:00 |
Node Methods
| Method | Value |
|---|---|
| get_parent_node() | parameters/index |
| get_path() | parameters/node-link |
| get_node_type() | file |
| get_url() | /parameters/node-link/ |
| get_canonical_url() | https://documentation.uriel.foo/parameters/node-link/ |
| get_name() | node-link |
| get_display_name() | Node Link |
| get_title() | {{node:link}} |
| get_escaped_title() | {{node:link}} |
| get_link() | <a href="/parameters/node-link/">{{node:link}}</a> |
| get_canonical_link() | <a href="https://documentation.uriel.foo/parameters/node-link/">{{node:link}}</a> |
| get_link_prefix() | <p> |
| get_link_suffix() | </p> |
| get_tags() | ['parameters'] |
| get_dest_dir() | ./public/parameters/node-link |
| get_dest_file() | ./public/parameters/node-link/index.html |
| get_breadcrumb_separator() | » |