Phase 1 Timeline: Difference between revisions
No edit summary |
m 6 revisions imported |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<timeline> | <timeline> | ||
ImageSize = width: | ImageSize = width:200 height:600 | ||
PlotArea = left:50 right: | PlotArea = left:50 right:10 bottom:20 top:20 | ||
DateFormat = yyyy | DateFormat = yyyy | ||
Period = from: | Period = from:1980 till:2026 | ||
TimeAxis = orientation:vertical | TimeAxis = orientation:vertical | ||
ScaleMajor = unit:year increment: | ScaleMajor = unit:year increment:10 start:1980 | ||
ScaleMinor = unit:year increment:1 start:1980 | |||
PlotData= | PlotData= | ||
color:blue width:20 | |||
at: | at:1980 text:"The Beginning" | ||
at:1995 text:"A Major Event" | |||
at:2015 text:"Recent History" | |||
at:2026 text:"Present Day" | |||
</timeline> | </timeline> | ||