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
Show a timeline view of a tracker Introduced in Tiki 3. Required parameters are inbold. Go to the source code Preferences required: wikiplugin_trackertimeline, feature_trackers
Parameters
Accepted Values
Description
Default
Since
lower
Date from which element should be displayed. Date must be provided in
YYYY-MM-DD HH:mm:ss format.
3.0
tracker
digits
Numeric value representing the tracker ID
3.0
upper
Date until which element should be displayed. Date must be provided in
YYYY-MM-DD HH:mm:ss format.
3.0
group
digits
Tracker Field ID containing the element's group. Elements of a same group are
displayed on the same row.
3.0
end
digits
Tracker Field ID containing the element end date. The field must be a
datetime/jscalendar field.
3.0
start
digits
Tracker Field ID containing the element start date. The field must be a
datetime/jscalendar field.
3.0
summary
digits
Tracker Field ID containing the summary of the item. The summary will be displayed
on the timeline when the item is focused.
3.0
title
digits
Tracker Field ID containing the item title.
3.0
band2_height
int
Height of the lower timeline band as a percentage (default: 250p - - * SIMILE only)
30
9.0
height
text
Height of the timeline band as a CSS unit (default: 250p - - * SIMILE only)
250px
9.0
link_group
(blank) y n
Convert the group name to a link
3.0
scale1
(blank) hour day week month year decade century
Unit of time to use for the primary scale (default to hour - * SIMILE only)
hour
3.0
simile_timeline
y n
Use the SIMILE Timeline Widget.
n
7.0
scale2
(blank) hour day week month year decade century
Unit of time to use for the secondary scale (default to empty - * SIMILE only)
3.0
image_field
digits
Tracker Field ID containing in image.
7.0
link_page
digits
Tracker Field ID containing the page name for item details.
! TikiFest Timeline
You may have to reload page for timeline to load: work in progress ;-)
{trackertimeline tracker="5" title="26" summary="27" start="28" end="29" group="30" lower="2003-01-01 00:00:00" upper="2012-01-01 00:00:00" scale1="month" scale2="year" simile_timeline="y" image_field="38"}
Would produce:
Data comes from Tracker5 with this type of information:
Plugin Tracker Timeline Introduced in Tiki3 , with support for SIMILE Timeline added in Tiki7 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