DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:pagetitle

This is an old revision of the document!


PageTitle Plugin

Compatible with DokuWiki

2014-09-29d, 2015-08-10a, 2016-06-26a, 2017-02-19b, 2018-04-22a

plugin Define a title of the wiki page by <title> tag. This plugin allows to write decorative title on the page with setting plain title text in metadata storage.

Last updated on
2019-02-16
Provides
Syntax
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to meta

Tagged with breadcrumb, title

Installation

Search and install the plugin using the Extension Manager. Refer to plugin installation instructions on how to install plugins manually.

Examples/Usage

Define and render a title of the wiki page

<title classes #id>
**Page Title** plugin for DokuWiki
</title>

The specified title becomes the title of HTML document in combination with your DokuWiki site title. You may need to set useheading option to “navigation” (other than “0”) in order to show specified title in the browser title bar.

You can use bold, italic, superscript and subscript text to show appropriate title on the page. The formatted page title is shown on the page, but it is converted to a plain text for the title of HTML document. The pagetitle plugin overwrites 'title' value of the metadata to store the plain title text. You can give classes or #id to the title element (<h1>) if wrap plugin is available in your wiki site.

When there are multiple <title> entries in a page, the first entry should be effective.

If you want to set a page title without showing itself on the page, you can instead use following syntax macro:

~~Title: Page Title plugin for DokuWiki ~~

Hierarchical breadcrumbs on the page

(expermental)

<!--YOU_ARE_HERE-->

This syntax allow you to put a hierarchical breadcrumbs in the page. The place holder <!--YOU_ARE_HERE--> is replaced by the hierarchical breadcrumbs provided by this plugin, which uses page id for a breadcrumbs name independently from $conf('useheading') setting.

~~ShortTitle: pageTitle ~~

ShortTitle macro is additionally available if you want use shorter title instead of (longer) pagetitle in the hierarchical breadcrumbs.

Development

ToDo/Wish List

  • <title> syntax to define pagename (title of the page) on the page (v2 branch) → done in release 2015-09-24
  • '<!--YOU_ARE_HERE--> syntax to show a Hierarchical breadcrumbs on the page (v2 branch) → done in release 2015-09-24

Known Bugs and Issues

plugin/pagetitle.1550324577.txt.gz · Last modified: 2019-02-16 14:42 by s.sahara

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki