Iwakura Enterprises Docs 1.8 Help

Topic Identifiers

When linking other topics, you must specify a topic. A topic doesn't have to have a unique ID across all documentations. That's why there are topic identifiers - a way to specify a single topic across all documentations.

Topic identifiers are used in configuration, when linking different topics in buttons, and when opening a specific topic using the /voile command.

Format

Topic identifiers can have various formats, ranging from the most verbose to the simplest:

Format

Example

{group}:{documentation-id}:{topic-id}${topic-locale}

MyGroup:MyDocumentation:my-topic$cs

{group}:{documentation-id}:{topic-id}

MyGroup:MyDocumentation:my-topic

{group}:{topic-id}

MyGroup:my-topic

{documentation-id}:{topic-id}

MyDocumentation:my-topic

{topic-id}

my-topic

Term

Description

{group}

Documentation's group. Specified in the documentation index file.

{documentation-id}

Documentation's ID. Specified in the documentation index file.

{topic-id}

Mandatory Topic's ID. Extracted from topic's file name or in topic's front-matter.

{topic-locale}

Topic's locale. Extracted from topic's file name or in topic's front-matter.

When linking non-existing topic using a button, Voile will generate and open "topic not found" topic that will contain some valuable information.

12 April 2026