ComboStrap Metadata - Page Path

About

The path is a page metadata that represents the full qualified path of a page in a wiki form (ie the path separator is a : colon)

You can't set a path, the path is a protected metadata.

It can be seen in:

This metadata is known as pagename for Dokuwiki.

By default, this is the value that is reported in third analytics tool such as Google Analytics but you can use the permanent canonical path instead.

Usage and Example

A path can be used as variable in a template to create links

Example:

<template>
The path of this page is ''$path'' and you can use it in a link: [[$path|link to this page]]
</template>
  • Output:

The path of this page is :docs:page:path and you can use it in a link: link to this page

Powered by ComboStrap