1# Display File Dokuwiki Plugin
2
3[![MIT License](https://svgshare.com/i/TRb.svg)](https://opensource.org/licenses/MIT)
4[![DokuWiki Plugin](https://svgshare.com/i/TSa.svg)](https://www.dokuwiki.org/dokuwiki)
5[![Plugin Home](https://svgshare.com/i/TRw.svg)](https://www.dokuwiki.org/plugin:displaytitle)
6[![Gitlab Repo](https://svgshare.com/i/TRR.svg)](https://gitlab.com/JayJeckel/displaytitle)
7[![Gitlab Issues](https://svgshare.com/i/TSw.svg)](https://gitlab.com/JayJeckel/displaytitle/issues)
8[![Gitlab Download](https://svgshare.com/i/TT5.svg)](https://gitlab.com/JayJeckel/displaytitle/repository/archive.zip?ref=master)
9
10The Display Title Plugin can display the id or title of the current page or the title of an arbitrary page.
11
12## Installation
13
14Search and install the plugin using the [Extension Manager](https://www.dokuwiki.org/plugin:extension) or install directly using the latest [download url](https://gitlab.com/JayJeckel/displaytitle/repository/archive.zip?ref=master), otherwise refer to [Plugins](https://www.dokuwiki.org/plugins) on how to install plugins manually.
15
16## Usage
17
18The plugin offers three inline elements that expand into the text of either a page id or page title.
19
20| Element | Replaced By |
21|:-|:-|
22| `<<display id>>` | The id of the current page. |
23| `<<display title>>` | The title of the current page. |
24| `<<display title ID>>` | The title of the page `ID` or current page if `ID` is empty. |
25
26| Argument | Required | Description |
27|:-|:-|:-|
28| `ID` | no | Arbitrary local wiki page id as would be passed to normal local wiki links. |
29
30## Configuration Settings
31
32The plugin does not provide any [Configuration Manager](https://www.dokuwiki.org/config:manager) settings.
33
34## Security
35
36There are no abnormal security concerns related to the functionality of this plugin.
37