Plugin TrackerTimeline
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
Usage
To display a module in a wiki page, use the syntax:
{TRACKERTIMELINE(parameters) /}
| Parameter | Accepted values | Effect | Since |
| tracker | trackerId | Id of the tracker | |
| title | fieldId | Id of the field containing the title for the item | |
| summary | fieldId | Id of the field containing the summary for the item | |
| start | fieldId | Id of the field containing the start for the item | |
| end | fieldId | Id of the field containing the end for the item | |
| lower | date (yyyy-mm-dd) | lower range of the scale shown | |
| upper | date (yyyy-mm-dd) | upper range of the scale shown | |
| group | fieldId | Id of the text field to group items together | |
| scale1 | hour, day, month, year | scale of the table shown |
Example
This code,
{TRACKERTIMELINE(tracker=10, title=24, summary=25, start=26, end=27, lower="2010-03-20", upper="2010-04-10", group=28, scale1=day) /}
Would produce:
Contributors to this page: xavi
,
system
,
sylvie
and
lindon
.
Page last modified on Tuesday 30 March, 2010 15:53:34 UTC by xavi
.
