meta data for this page
- en
This page will be the central hub for our example. It links to all the other pages. Page Content:
Main Topic: Introduction to Dokuwiki
This is the main topic page for our example. It provides a brief introduction to the Dokuwiki software and its core features.
Dokuwiki is an open-source wiki software that doesn't require a database. It's known for its simplicity and robustness.
For more information, you can explore the following related topics:
.
* Explanation:
- The ... syntax creates links to the other pages.
- The . syntax is the key part of the plugin. It tells DokuWiki to display a list of all pages that link to backlinks:main_topic. When you save this page, the backlinks section will initially be empty, but as soon as you create the other pages, it will automatically populate.
Summary of Expected Behavior After you create all four pages, here's what you will see in the . section on each page: * backlinks:main_topic: Will show a list of links to backlinks:page1, backlinks:page2, and backlinks:page3. * backlinks:page1: Will show a list of links to backlinks:main_topic and backlinks:page2. * backlinks:page2: Will show a list of links to backlinks:main_topic and backlinks:page1. * backlinks:page3: Will show a list of links to backlinks:main_topic and backlinks:page1.
This simple example effectively demonstrates how the DokuWiki Backlinks plugin automatically creates a bidirectional link network, making it easy to see which pages are referenced and from where.
Discussion