Timeline (Get It All Back): Difference between revisions

From The Tower of Babel
Created page with "<timeline> # All measures are in pixels ImageSize = width:160 height:550 PlotArea = left:50 right:0 bottom:10 top:10 AlignBars = justify DateFormat = yyyy Period = f..."
 
No edit summary
Line 1: Line 1:
<timeline>
<itimeline height="512px" min="2014-06-01" max="2014-08-30">
# All measures are in pixels
<!-- These two lines define events that happen at a particular time -->
 
2014-07-25T13:00:00Z|Design|[[Target 1|Target 1]]
ImageSize  = width:160 height:550
2014-07-26T10:00:00Z|Design|[[Target 2|Target 2]]
PlotArea  = left:50 right:0 bottom:10 top:10
<!-- These three are ranges, defined using IS8601 intervals with start and end dates and times -->
AlignBars  = justify
2014-07-25T08:00:00Z/2014-07-26T15:00:00Z|Implement|[[Phase 1]]
 
2014-07-26T12:00:00Z/2014-07-27T15:00:00Z|Implement|[[Phase 2]]
DateFormat = yyyy
2014-07-25T08:00:00Z/2014-08-00:00:00+02:00|Implement|Project 1
Period    = from:1917 till:1991
<!-- Available in v1.3: support for grouping. These three lines define events grouped in the 'last phase' group -->
TimeAxis  = orientation:vertical
2014-07-25T13:00:00Z|[[File:Nuvola apps important.svg|16px]] Coalface|[[Target 1/Deploy]]
ScaleMajor = unit:year increment:5 start:1920
2014-07-25T13:10:00Z|[[File:Nuvola apps important.svg|16px]] Coalface|[[Target 1/Panic]]
 
2014-07-25T13:15:00Z|[[File:Nuvola apps important.svg|16px]] Coalface|[[Target 1/Rollback]]
# there is no automatic collision detection,
</itimeline>
# so shift texts up or down manually to avoid overlap
 
Define $dx = 25 # shift text to right side of bar
 
PlotData=
  bar:Leaders color:red width:25 mark:(line,white) align:left fontsize:S
 
  from:start till:1924 shift:($dx,15)  text:Vladimir~Ilyich~[[Special:MyLanguage/Lenin|Lenin]]
  from:1924  till:1953 shift:($dx,5)    text:[[Special:MyLanguage/Stalin|Josef~Stalin]]
  from:1953  till:1964 shift:($dx,5)    text:Nikita~[[Special:MyLanguage/Khrushchev|Khrushchev]]
  from:1964  till:1982 shift:($dx,5)    text:Leonid~[[Special:MyLanguage/Brezhnev|Brezhnev]]
  from:1982  till:1984 shift:($dx,-12)  text:Yuri~[[Special:MyLanguage/Andropov|Andropov]]
  from:1984  till:1985 shift:($dx,4)    text:Konstantin~[[Special:MyLanguage/Chernenko|Chernenko]] fontsize:XS
  from:1985  till:end  shift:($dx,10)  text:Mikhail~[[Special:MyLanguage/Gorbachev|Gorbachev]]
</timeline>

Revision as of 17:38, 24 February 2021

<itimeline height="512px" min="2014-06-01" max="2014-08-30"> 2014-07-25T13:00:00Z|Design|Target 1 2014-07-26T10:00:00Z|Design|Target 2 2014-07-25T08:00:00Z/2014-07-26T15:00:00Z|Implement|Phase 1 2014-07-26T12:00:00Z/2014-07-27T15:00:00Z|Implement|Phase 2 2014-07-25T08:00:00Z/2014-08-00:00:00+02:00|Implement|Project 1 2014-07-25T13:00:00Z| Coalface|Target 1/Deploy 2014-07-25T13:10:00Z| Coalface|Target 1/Panic 2014-07-25T13:15:00Z| Coalface|Target 1/Rollback </itimeline>