Jump to content

TL test: Difference between revisions

From ICANNWiki
JP (talk | contribs)
No edit summary
JP (talk | contribs)
No edit summary
Line 3: Line 3:
PlotArea  = left:65 right:15 bottom:20 top:5
PlotArea  = left:65 right:15 bottom:20 top:5
AlignBars = justify
AlignBars = justify
Colors =
  id:red value:rgb(0.215,0.25,0.28)
  id:orange value:rgb(0.253,0.174,0.97)
  id:yellow value:rgb(0.255,0.255,0.191)
  id:sky value:rgb(0.171,0.217,0.233)
  id:slate value:rgb(0.44,0.123,0.182)
  id:black value:black
  id:white value:white
Period    = from:1997 till:2022
Period    = from:1997 till:2022
TimeAxis  = orientation:horizontal
TimeAxis  = orientation:horizontal
Line 27: Line 17:
   at: 2012 align:right $star
   at: 2012 align:right $star
   at: 2016 align:right $star
   at: 2016 align:right $star
   from:  1998 till: 2002     text:"[[Mike Roberts]]" color:sky    
   from:  1998 till: 2002 text:"[[Mike Roberts]]" color:skyblue    
   from: 2002 till: 2003  text:"[[Stuart Lynn|M. Stuart Lynn]]" color:orange  
   from: 2002 till: 2003  text:"[[Stuart Lynn|M. Stuart Lynn]]" color:orange  
   from: 2003 till: 2009 text:"[[Paul Twomey]]"    color:slate  
   from: 2003 till: 2009 text:"[[Paul Twomey]]"    color:blue  
   from: 2009 till: 2012 text:"[[Rod Beckstrom]]"    color:red  
   from: 2009 till: 2012 text:"[[Rod Beckstrom]]"    color:red  


   
   
</timeline>
</timeline>

Revision as of 17:26, 13 September 2021

<timeline> ImageSize = width:800 height:100 PlotArea = left:65 right:15 bottom:20 top:5 AlignBars = justify Period = from:1997 till:2022 TimeAxis = orientation:horizontal ScaleMajor = unit:year increment:1 start:1997

Define $star = text:"*" textcolor:black shift:(0,3) fontsize:10

PlotData=

 align:center textcolor:black fontsize:8 mark:(line,black) width:25 shift:(0,-5)


 bar:ICANN_CEO
 
 at: 2012 align:right $star
 at: 2016 align:right $star
 from:  1998 till: 2002 text:"Mike Roberts" color:skyblue   
 from: 2002 till: 2003  text:"M. Stuart Lynn" color:orange 
 from: 2003 till: 2009 text:"Paul Twomey"     color:blue  
 from: 2009 till: 2012 text:"Rod Beckstrom"    color:red 


</timeline>