Learn about DokuWiki
Advanced Use
Corporate Use
Our Community
Follow us on Facebook, Twitter and other social networks.
Learn about DokuWiki
Advanced Use
Corporate Use
Our Community
Follow us on Facebook, Twitter and other social networks.
This is an old revision of the document!
Compatible with DokuWiki
Hrun
A very simple plugin to generate a CSS-only timeline. The CSS is taken from http://nilswe.com/lab/css-timeline.
Copy the unzipped folder to your /lib/plugins directory and activate the plugin. There are no configuration options.
<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.
Please use the bug tracker at https://code.rnb-consulting.at/tag/csstimeline_plugin