History: PluginTrackerTimeline
Source of version: 21 (current)
Copy to clipboard
! Plugin Tracker Timeline ''Introduced in ((Tiki3)), with support for [http://www.simile-widgets.org/timeline/|SIMILE Timeline] added in ((Tiki7)). SIMILE timeline was replaced by [https://visjs.github.io/vis-timeline/docs/timeline/|Vis Timeline] in ((Tiki29)).'' Use this ((wiki plugin)) shows a timeline view of a tracker, which can be used to display event schedules or gantt charts. The tracker needs to have a field title, a field summary, a field start, a field end, a text field (to group event together). The plugin can work on different scale: hour, day, month, year !!Parameters {pluginmanager plugin="trackertimeline"} !! Examples !!!Example 1 ''This code:'' {CODE(colors="tiki")} {trackertimeline tracker="8" title="39" color="40" type="point" summary="43" start="41" end="42" scale="day" group="44"} {CODE} ''Would produce:'' ^:: {img src="display2215" link="display2215" width="400" rel="box[g]" imalign="center" desc="Click to expand" align="center" styleimage="border"} ::^ ''This code:'' {CODE(colors="tiki")} {trackertimeline tracker="8" image_field="45" title="39" color="40" type="point" summary="43" start="41" end="42" scale="day" group="44"} {CODE} ''Would produce:'' ^:: {img src="display2216" link="display2216" width="400" rel="box[g]" imalign="center" desc="Click to expand" align="center" styleimage="border"} ::^ Data comes from Tracker5 with this type of information: ||Title | color | start | end | description |Group| image Pelegrinage at Kibeo | |2025-08-04 06:00 | 2025-08-07 17:00 |Go to Rwanda to visit the sites where people died during the genocide, and also meet Nathalie, to whom the mother of Christ appeared. | Events | Camille's birthday | DarkGoldenRod | 2025-07-12 22:00 | | Camille birthday date | Birthday | Meet Daniella | yellow | 2025-07-21 08:00 | | Daniella ma perle | Events |Screenshot 2025-08-10 at 23.51.57 || !!! Example 2 ''This code:'' {CODE(colors="tiki")} {trackertimeline tracker="7" title="33" type="point" summary="35" start="36" scale="day"} {CODE} ''Would produce:'' ^{img src="display2217" link="display2217" width="400" rel="box[g]" imalign="center" desc="Click to expand" align="center" styleimage="border"}^ !!Related pages * [http://profiles.tiki.org/Time_Sheet]