Difference between revisions of "TL test"

From ICANNWiki
Jump to navigation Jump to search
(43 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
<timeline>
 
<timeline>
ImageSize= width:800 height:auto barincrement:35 # Sets the width at 800px, and provides some cushion between the bars
+
ImageSize = width:800 height:100
DateFormat=mm/dd/yyyy # Other options are yyyy or mm/yyyy
+
PlotArea  = left:65 right:15 bottom:20 top:5
Period = from:01/01/1990 till:01/01/2005 # Defines the beginning and end dates of the timeline
+
AlignBars = justify
TimeAxis = orientation:horizontal
 
PlotArea = right:10 left:10 bottom:20 top:20 # Sets plot area margins in pixels
 
  
Colors = # defines colors - indent all lines below until you're done with colors.
+
Colors =
    id:bg value:white # there are 32 named colors you can use
+
  id:red value:rgb(0.215,0.25,0.28)
    id:thing value:rgb(0.8,0.8,0.8) # this is a darkish gray
+
  id:orange value:rgb(0.253,0.174,0.97)
    id:anotherthing value:rgb(1,0.5,0.5) # this is a salmon pink colors
+
  id:yellow value:rgb(0.255,0.255,0.191)
    id:yetanotherthing value:limegreen legend:"Yet another thing" # another example of a named color - note the "legend" variable, which will show up in the legend that you defined above
+
  id:sky value:rgb(0.171,0.217,0.233)
    id:lightline value:rgb(0.2,0.2,0.2) # a nice light gray for your gridlines (below)
+
  id:slate value:rgb(0.44,0.123,0.182)
 +
  id:black value:black
 +
  id:white value:white
  
BackgroundColors = canvas:bg  # this sets a white background. You can set a default color for your timeline bars with "bars:[colorid]"
+
Period    = from:1997 till:2022
ScaleMajor = unit:year gridcolor:lightline # creates a timeline with grid lines that will run upwards across the whole image
+
TimeAxis  = orientation:horizontal
 +
ScaleMajor = unit:year increment:1 start:1997
  
PlotData = # it's finally time to draw some bars
+
Define $star = text:"*" textcolor:black shift:(0,3) fontsize:10
  
    bar:thing
+
PlotData=
    color:thing width:25 text:S mark:(line,black)
+
  align:center textcolor:black fontsize:8 mark:(line,black) width:25 shift:(0,-5)
          from:01/01/1990 till:03/01/1994 text:"[[ICANN|You can link things,]]"
 
          from:03/01/1994 till:06/30/1998 text:"or not,"
 
          from:06/30/1998 till:01/01/2005 text:"but you must [[ICANN|choose]]"
 
  
    bar:anotherthing
 
    color:anotherthing width:25 text:S mark:(line,black)
 
          from:03/01/1994 till:12/31/1998 text:"Bars can start anywhere,"
 
          from:01/01/2000 till:01/01/2002 text:"and have gaps."
 
          from:01/01/2002 till:01/01/2005 shift:(0,15) text:"You can move text with 'shift:(x,y)'""
 
  
    bar:yetanotherthing
+
  bar:ICANN CEO
    color:yetanotherthing width 25 text:S mark:(line,black)
+
 
          from:01/01/1990 till:01/01/2005 text:"Most commands and variables are called with the name:value format"
+
  at: 2012 align:right $star
 +
  at: 2016 align:right $star
 +
  from:  1998 till: 2002    text:[[Mike Roberts]] color:sky 
 +
  from: 2002 till: 2003  text:[[Stuart Lynn|M. Stuart Lynn]] color:orange
 +
  from: 2003 till: 2009 text:[[Paul Twomey]]    color:slate 
 +
  from: 2009 till: 2012 text:[[Rod Beckstrom]]    color:red
  
 +
 
</timeline>
 
</timeline>
 
[[Category:Loose initiatives]]
 

Revision as of 17:21, 13 September 2021

EasyTimeline 1.90


Timeline generation failed: 7 errors found
Line 19: bar:ICANN CEO

- Invalid attribute 'CEO' ignored.

 Specify attributes as 'name:value' pairs.



Line 22: from: 1998 till: 2002 text:[[Mike Roberts]] color:sky

- Invalid attribute 'Roberts]]' ignored.

 Specify attributes as 'name:value' pairs.



Line 23: from: 2002 till: 2003 text:[[Stuart Lynn|M. Stuart Lynn]] color:orange

- Invalid attribute 'Stuart' ignored.

 Specify attributes as 'name:value' pair(s).



Line 23: from: 2002 till: 2003 text:[[Stuart Lynn|M. Stuart Lynn]] color:orange

- Invalid attribute 'Lynn]]' ignored.

 Specify attributes as 'name:value' pair(s).



Line 23: from: 2002 till: 2003 text:[[Stuart Lynn|M. Stuart Lynn]] color:orange

- Invalid attribute 'Lynn|M.' ignored.

 Specify attributes as 'name:value' pairs.



Line 24: from: 2003 till: 2009 text:[[Paul Twomey]] color:slate

- Invalid attribute 'Twomey]]' ignored.

 Specify attributes as 'name:value' pairs.



Line 25: from: 2009 till: 2012 text:[[Rod Beckstrom]] color:red

- Invalid attribute 'Beckstrom]]' ignored.

 Specify attributes as 'name:value' pairs.