Difference between revisions of "TL test"

From ICANNWiki
Jump to navigation Jump to search
(47 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:thing value:rgb(0.8,0.8,0.8) # this is a darkish gray
 
    id:anotherthing value:rgb(1,0.5,0.5) # this is a salmon pink colors
 
    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:lightline value:rgb(0.2,0.2,0.2) # a nice light gray for your gridlines (below)
 
  
BackgroundColors = canvas:bg  # this sets a white background. You can set a default color for your timeline bars with "bars:[colorid]"
+
Period    = from:-4567 till:0
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:500 start:-4500
 +
ScaleMinor = unit:year increment:100 start:-4500
  
PlotData = # it's finally time to draw some bars
+
Define $markred = text:"*" textcolor:red 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:eon
    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:      0 align:right $markred
 +
  at:    -542 align:left  $markred shift:(2,3)
 +
  from:  -542 till:    0  text:[[Special:MyLanguage/Phanerozoic|Phanerozoic]] color:phanerozoic 
 +
  from: -2500 till: -542  text:[[Special:MyLanguage/Proterozoic|Proterozoic]] color:proterozoic 
 +
  from: -4000 till: -2500 text:[[Special:MyLanguage/Archean|Archean]]    color:archean 
 +
  from: start till: -4000 text:[[Special:MyLanguage/Hadean|Hadean]]      color:hadean
 +
 +
  bar:era
 +
 +
  from: -65.5 till: 0    text:[[Special:MyLanguage/Cenozoic|C]] color:cenozoic       
 +
  from: -251  till: -65.5 text:[[Special:MyLanguage/Mesozoic|Meso]] color:mesozoic       
 +
  from: -542  till: -251  text:[[Special:MyLanguage/Paleozoic|Paleozoic]] color:paleozoic
 +
  from: -1000 till: -542  text:[[Special:MyLanguage/Neoproterozoic|Neoproterozoic]] color:neoproterozoic 
 +
  from: -1600 till: -1000 text:[[Special:MyLanguage/Mesoproterozoic|Mesoproterozoic]] color:mesoproterozoic 
 +
  from: -2500 till: -1600 text:[[Special:MyLanguage/Paleoproterozoic|Paleoproterozoic]] color:paleoproterozoic
 +
  from: -2800 till: -2500 text:[[Special:MyLanguage/Neoarchean|Neoarch]] color:neoarchean     
 +
  from: -3200 till: -2800 text:[[Special:MyLanguage/Mesoarchean|Mesoarch]] color:mesoarchean     
 +
  from: -3600 till: -3200 text:[[Special:MyLanguage/Paleoarchean|Paleoarch]] color:paleoarchean   
 +
  from: -4000 till: -3600 text:[[Special:MyLanguage/Eoarchean|Eoarchean]] color:eoarchean
 +
  from: start till: -4000 color:white
 +
 +
  bar:period
 +
 +
  fontsize:6
 +
  from: -2.6 till: 0        color:quaternary
 +
  from: -23.03 till: -2.6  color:neogene
 +
  from: -65.5 till: -23.03  color:paleogene
 +
  from: -145.5 till: -65.5  color:cretaceous
 +
  from: -199.6 till: -145.5 color:jurassic
 +
  from: -251 till: -199.6  color:triassic
 +
  from: -299 till: -251    color:permian
 +
  from: -359.2 till: -299  color:carboniferous
 +
  from: -416 till: -359.2  color:devonian
 +
  from: -443.7 till: -416  color:silurian
 +
  from: -488.3 till: -443.7 color:ordovician
 +
  from: -542 till: -488.3  color:cambrian
 +
 +
  from: -635  till: -542  text:[[Special:MyLanguage/Ediacaran|Ed.]] color:ediacaran
 +
  from: -850  till: -635  text:[[Special:MyLanguage/Cryogenian|Cryo]] color:cryogenian
 +
  from: -1000 till: -850  text:[[Special:MyLanguage/Tonian|Tonian]] color:tonian
 +
  from: -1200 till: -1000 text:[[Special:MyLanguage/Stenian|Stenian]] color:stenian
 +
  from: -1400 till: -1200 text:[[Special:MyLanguage/Ectasian|Ectasian]] color:ectasian
 +
  from: -1600 till: -1400 text:[[Special:MyLanguage/Calymmian|Calymm]] color:calymmian
 +
  from: -1800 till: -1600 text:[[Special:MyLanguage/Statherian|Stather]] color:statherian
 +
  from: -2050 till: -1800 text:[[Special:MyLanguage/Orosirian|Orosirian]] color:orosirian
 +
  from: -2300 till: -2050 text:[[Special:MyLanguage/Rhyacian|Rhyacian]] color:rhyacian
 +
  from: -2500 till: -2300 text:[[Special:MyLanguage/Siderian|Siderian]] color:siderian
 +
  from: start till: -2500 color:white
 
</timeline>
 
</timeline>
 
[[Category:Loose initiatives]]
 

Revision as of 17:16, 10 September 2021

EasyTimeline 1.90


Timeline generation failed: More than 10 errors found
Line 6: Period = from:-4567 till:0

- Data expected for command 'Colors', but line is not indented.

 



Line 17: from: -542 till: 0 text:[[Special:MyLanguage/Phanerozoic|Phanerozoic]] color:phanerozoic

- PlotData invalid. Attribute 'color' has unknown color 'phanerozoic'.

 Specify command 'Color' before this command.



Line 18: from: -2500 till: -542 text:[[Special:MyLanguage/Proterozoic|Proterozoic]] color:proterozoic

- PlotData invalid. Attribute 'color' has unknown color 'proterozoic'.

 Specify command 'Color' before this command.



Line 19: from: -4000 till: -2500 text:[[Special:MyLanguage/Archean|Archean]] color:archean

- PlotData invalid. Attribute 'color' has unknown color 'archean'.

 Specify command 'Color' before this command.



Line 20: from: start till: -4000 text:[[Special:MyLanguage/Hadean|Hadean]] color:hadean

- PlotData invalid. Attribute 'color' has unknown color 'hadean'.

 Specify command 'Color' before this command.



Line 22: from: -65.5 till: 0 text:[[Special:MyLanguage/Cenozoic|C]] color:cenozoic

- PlotData invalid. Attribute 'color' has unknown color 'cenozoic'.

 Specify command 'Color' before this command.



Line 23: from: -251 till: -65.5 text:[[Special:MyLanguage/Mesozoic|Meso]] color:mesozoic

- PlotData invalid. Attribute 'color' has unknown color 'mesozoic'.

 Specify command 'Color' before this command.



Line 24: from: -542 till: -251 text:[[Special:MyLanguage/Paleozoic|Paleozoic]] color:paleozoic

- PlotData invalid. Attribute 'color' has unknown color 'paleozoic'.

 Specify command 'Color' before this command.



Line 25: from: -1000 till: -542 text:[[Special:MyLanguage/Neoproterozoic|Neoproterozoic]] color:neoproterozoic

- PlotData invalid. Attribute 'color' has unknown color 'neoproterozoic'.

 Specify command 'Color' before this command.



Line 26: from: -1600 till: -1000 text:[[Special:MyLanguage/Mesoproterozoic|Mesoproterozoic]] color:mesoproterozoic

- PlotData invalid. Attribute 'color' has unknown color 'mesoproterozoic'.

 Specify command 'Color' before this command.



Line 27: from: -2500 till: -1600 text:[[Special:MyLanguage/Paleoproterozoic|Paleoproterozoic]] color:paleoproterozoic

- PlotData invalid. Attribute 'color' has unknown color 'paleoproterozoic'.

 Specify command 'Color' before this command.