Display a timeline Introduced in Tiki 8. Go to the source code Preferences required: wikiplugin_timeline
Parameters
Accepted Values
Description
Default
Since
height
text
Height of the timeline band as a CSS unit (for example 250px, 75%,...)
9.0
lower
The initial start date for the axis of the timeline.
If not provided, the latest date present in the items set is taken as end date.
Date must be provided in YYYY-MM-DD HH:mm:ss format.
3.0
max
TSet a maximum Date for the visible range.
It will not be possible to move beyond this maximum.Date must be provided
in YYYY-MM-DD HH:mm:ss format.
29.0
min
TSet a minimum Date for the visible range.
It will not be possible to move beyond this minimum.Date must be provided
in YYYY-MM-DD HH:mm:ss format.
29.0
scale
alpha
Set a fixed scale for the time axis of the Timeline. Choose from 'millisecond',
'second', 'minute', 'hour', 'weekday', 'week', 'day', 'month', 'year'
month
29.0
step
number
Set a fixed step size for the time axis. Only applicable when used together with scale parameter. Choose for example 1, 2, 5, or 10
1
29.0
orientation
text
Orientation of the timeline axis and items. When orientation is a string, the value is applied
to both items and axis. Can be 'top', 'bottom' (default), 'both' or 'none'.
bottom
29.0
upper
The initial end date for the axis of the timeline.
If not provided, the latest date present in the items set is taken as end date.
Date must be provided in YYYY-MM-DD HH:mm:ss format.
3.0
Example
In Tiki29, you can use this example to display the timeline.