Module:Path/doc explained

This module offers utilities to convert paths into different formats.

Functions

In all functions the argument can indifferently be a relative (i.e. beginning with ./ or ../ or /) or an absolute path.

abs

The abs function parses the argument and returns it as an absolute path.

Examples

rel

The rel function parses the argument and returns it as a relative path.

Examples

sub

The sub function parses the argument and returns it as a partial path with only the subpages shown.

Examples

See also