Difference between revisions of "TL Test BarData"

From ICANNWiki
Jump to navigation Jump to search
Line 5: Line 5:
 
Define $skip = at:end # Force a blank line
 
Define $skip = at:end # Force a blank line
 
Define $dayunknown = 15 # what day to use if it's actually not known
 
Define $dayunknown = 15 # what day to use if it's actually not known
ImageSize= width:1200 height:auto barincrement:50
+
ImageSize= width:1000 height:auto barincrement:50
 
TimeAxis = orientation:horizontal
 
TimeAxis = orientation:horizontal
 
PlotArea = right:10 left:10 bottom:20 top:20
 
PlotArea = right:10 left:10 bottom:20 top:20
Line 19: Line 19:
 
     id:structure        value:rgb(1,0.6,0.4) legend:Structural_Changes
 
     id:structure        value:rgb(1,0.6,0.4) legend:Structural_Changes
 
     id:flex        value:rgb(0.4,1,0.4) legend:Adaptability
 
     id:flex        value:rgb(0.4,1,0.4) legend:Adaptability
 +
    id:org        value:rgb(0.5,0.8,0.5)
  
 
     id:line      value:rgb(0.2,0.2,0.2)
 
     id:line      value:rgb(0.2,0.2,0.2)
Line 32: Line 33:
 
BarData =
 
BarData =
 
     Bar:CEO
 
     Bar:CEO
     Bar:Chair  
+
     Bar:Chair
 
     Barset:structure
 
     Barset:structure
     Barset:mandates
+
     Barset:org
 
     Barset:gTLD
 
     Barset:gTLD
 
     Barset:global
 
     Barset:global
 
     Barset:external
 
     Barset:external
   
+
 
   
+
 
 
PlotData=
 
PlotData=
 
     align:center textcolor:black fontsize:M mark:(line,black) width:25 shift:(0,-5)
 
     align:center textcolor:black fontsize:M mark:(line,black) width:25 shift:(0,-5)
Line 52: Line 53:
 
           bar:CEO from:04/01/2016 till:05/15/2016 shift:(0,15) text:"[[Akram Atallah|Atallah*]]"
 
           bar:CEO from:04/01/2016 till:05/15/2016 shift:(0,15) text:"[[Akram Atallah|Atallah*]]"
 
           bar:CEO from:05/15/2016 till:end        text:"[[Goran Marby|Marby]]"
 
           bar:CEO from:05/15/2016 till:end        text:"[[Goran Marby|Marby]]"
           at:end shift:(0,15) align:right text:"*Interim Appointments"  
+
           at:end shift:(0,15) align:right text:"*Interim Appointments"
  
 
     color:chair #We use the last day of the relevant AGM to set start/end dates
 
     color:chair #We use the last day of the relevant AGM to set start/end dates
Line 63: Line 64:
  
 
     barset:structure
 
     barset:structure
           color:structure from:01/01/1997 till:10/01/1998 shift:(4,15) text:"Birth of ICANN"
+
           color:structure from:01/01/1997 till:10/01/1998 text:"Birth of ICANN"
 +
          color:structure from:11/04/1999 till:03/15/2001 text:[[Ad Hoc Group on Future Numbering Requirements|Ad Hoc Group]]
 
           color:structure from:12/24/1998 till:09/30/2016 text:"[[IANA Functions Contract|IANA Functions Contract b/t ICANN and NTIA]]"
 
           color:structure from:12/24/1998 till:09/30/2016 text:"[[IANA Functions Contract|IANA Functions Contract b/t ICANN and NTIA]]"
           color:structure from:11/04/1999 till:03/15/2001 align:center shift:(0,15)text:[[Ad Hoc Group on Future Numbering Requirements|Ad Hoc Group]]  
+
           color:structure from:11/15/2001 till:6/26/2003 text:"[[2002 Evolution and Reform Process|Evo & Reform]]"
           color:structure from:11/15/2001 till:06/26/2003 align:center shift:(0,15) text:"[[2002 Evolution and Reform Process|Evo & Reform]]"
+
          color:structure from 10/01/2016 till:end text:"[[PTI|PTI created, takes over IANA Functions Oversight]]"
           color:structure from:10/01/2016 till:end align:center shift:(0,15) text:"[[PTI|PTI created, takes over IANA Functions Oversight]]"
+
 
            
+
    barset:org
 +
          color:org from:01/01/2007 till:end text:"[[ICANN Reviews|Seemingly Infinite Reviews]]"
 +
           color:org from:03/01/2008 till:05/31/2012 align:center shift:(0,15) text:"[[First GNSO Organizational Review|GNSO 1 - Council Houses Formed]]"
 +
           color:org from:01/01/2009 till:end text:"[[Accountability and Transparency]]"
 +
          color:org from:01/01/2017 till:end text:"[[Information Transparency Initiative]]"
 +
           color:org from:01/01/2019 till:end text:"[[Evolution of the Multistakeholder Model]]"
 +
 
 +
 
 +
 
  
Legend = orientation:vertical position:bottom  
+
Legend = orientation:vertical position:bottom
 
</timeline>
 
</timeline>

Revision as of 18:46, 16 September 2021

EasyTimeline 1.90


Timeline generation failed: 4 errors found
Line 60: color:structure from:11/15/2001 till:6/26/2003 text:"[[2002 Evolution and Reform Process|Evo & Reform]]"

- PlotData attribute 'till' invalid.

 Date '6/26/2003' does not conform to specified DateFormat mm/dd/yyyy.



Line 61: color:structure from 10/01/2016 till:end text:"[[PTI|PTI created, takes over IANA Functions Oversight]]"

- Invalid attribute '10/01/2016' ignored.

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



Line 61: color:structure from 10/01/2016 till:end text:"[[PTI|PTI created, takes over IANA Functions Oversight]]"

- Invalid attribute 'from' ignored.

 Specify attributes as 'name:value' pairs.



Line 61: color:structure from 10/01/2016 till:end text:"[[PTI|PTI created, takes over IANA Functions Oversight]]"

- PlotData invalid. Specify attribute 'at' or 'from' + 'till'.