DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:csstimeline

This is an old revision of the document!


csstimeline Plugin

Compatible with DokuWiki

Hrun, Greebo

plugin Create a simple, CSS-only timeline

Last updated on
2017-01-06
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 dwtimeline, timeline, timeline2, tline

Tagged with timeline

A very simple plugin to generate a CSS-only timeline. The CSS is taken from http://nilswe.com/lab/css-timeline.

Installation

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

Examples/Usage

<csstimeline>
<entry>
date: 04.12.2014
title: My first timeline entry
description: Within the description, you can even use Wiki markup
</entry>
<entry>
date: 06.01.2015
title: My second timeline entry
description: This one is rendered at the other side of the timeline
</entry>
</csstimeline>

The keyword <csstimeline> activates the plugin. Enclose each entry on the timeline with <entry> and </entry> so that the plugin knows when an entry is finished. There are then only the three fields date, title and description. The description can also contain wiki syntax and is fed through DokuWiki's parser.

Change Log

Known Problems / Limitations

  • The title doesn't wrap properly. If it's too long, the position is wrong. This is also present in the original CSS.

Discussion

plugin/csstimeline.1571941795.txt.gz · Last modified: 2019-10-24 20:29 by tmomas

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