{{node-url:foo/bar}}

The {{node-url:foo/bar}} parameter evaluates to the URL for the node specified in the rvalue portion of the parameter. Nodes are specified as paths starting from the nodes directory.

For example, on this documentation site, we have another node with the path parameters/some-other-node.

If we reference it using parameters/some-other-node as the rvalue, then {{node-url:parameters/some-other-node}} evaluates to:

/parameters/some-other-node/

Compare this with {{node:url}}, which lets you get the URL of the current node.

URL Representation in HTML vs. RSS

In generated HTML pages, the URL will include the full path to the URL from the root of the web site, but will not include the domain name. Like this:

/parameters/some-other-node/

In the generated RSS feed, the URL will include the Canonical-URL. Like this:

https://documentation.uriel.foo/parameters/some-other-node/

The actual value of {{node-url:parameters/some-other-node}} in the current context evaluates to:

/parameters/some-other-node/

View this in both the web page and the RSS feed, and compare the results.

Tags: parameters

This page was generated by Uriel with the following settings:

Page Details

Resource Path Project File
Node parameters/node-url-some-other-node nodes/parameters/node-url-some-other-node
Template default.html templates/default.html
URL /parameters/node-url-some-other-node/ public/parameters/node-url-some-other-node/index.html

Node Headers

Header (Lowercase) Value
rss-include true
title {{node-url: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:01:17-04:00

Node Methods

Method Value
get_parent_node() parameters/index
get_path() parameters/node-url-some-other-node
get_node_type() file
get_url() /parameters/node-url-some-other-node/
get_canonical_url() https://documentation.uriel.foo/parameters/node-url-some-other-node/
get_name() node-url-some-other-node
get_display_name() Node Url Some Other Node
get_title() {{node-url:foo/bar}}
get_escaped_title() {{node-url:foo/bar}}
get_link() <a href="/parameters/node-url-some-other-node/">{{node-url:foo/bar}}</a>
get_canonical_link() <a href="https://documentation.uriel.foo/parameters/node-url-some-other-node/">{{node-url:foo/bar}}</a>
get_link_prefix() <p>
get_link_suffix() </p>
get_tags() ['parameters']
get_dest_dir() ./public/parameters/node-url-some-other-node
get_dest_file() ./public/parameters/node-url-some-other-node/index.html
get_breadcrumb_separator() &raquo;