User:Winterz: Difference between revisions

From KDE TechBase
No edit summary
No edit summary
Line 1: Line 1:
<timeline>
<timeline>
ImageSize  = width:800 height:100
ImageSize  = height:150 width:600
PlotArea  = width:720 height:75 left:65 bottom:20
PlotArea  = left:50 right:25 top:15 bottom:50
TimeAxis  = orientation:horizontal
DateFormat = mm/dd/yyyy
AlignBars  = justify
AlignBars  = justify


Colors =
Colors =
   id:kde3     value:rgb(0.7,0.7,1) # light yellow
   id:kde4     value:rgb(0.7,0.7,1) # light yellow
   id:kde4     value:rgb(1,0.7,0.7) # light red
   id:kde3     value:rgb(1,0.7,0.7) # light red
   id:koffice2 value:rgb(0.7,1,0.7) # light green
   id:koffice2 value:rgb(0.7,1,0.7) # light green
   id:qt4      value:rgb(1,1,0.7)  # light blue
   id:qt4      value:rgb(1,1,0.7)  # light blue
   id:black    value:black
   id:black    value:black


Period      = from:-4500 till:0
Period      = from:03/15/2007 till:11/15/2007
TimeAxis    = orientation:horizontal
TimeAxis    = orientation:horizontal
ScaleMajor  = unit:year increment:500 start:-4500
ScaleMajor  = gridcolor:red unit:month increment:1 start:03/15/2007
ScaleMinor  = unit:year increment:100 start:-4500


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


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


   bar:kde4 color:kde4
   bar:kde4 color:kde4
 
  from:04/01/2007  till:04/30/2007  text:[[SF]]
   at:     0   align:right  $markred
  from:05/01/2007  till:05/31/2007  text:[[Alpha]]
   at-545   align:left   $markred
  from:06/01/2007  till:06/24/2007  text:[[FF]]
   from: -545   till:   0   text:[[Phanerozoic]]
  from:06/25/2007  till:07/24/2007  text:[[Beta1]]
   from:-4500   till:   0   text:[[Precambrian]]
   from:07/25/2007  till:08/24/2007   text:[[Beta2]]
   from:08/25/2007   till:09/24/2007   text:[[Beta3]]
  from:09/25/2007  till:10/08/2007   text:[[RC1]]
   from:10/09/2007   till:10/22/2007   text:[[RC2]]
   from:10/23/2007   till:10/31/2007   text:[[4.0]] color:yellow


   bar:kde3 color:kde3
   bar:kde3 color:kde3


  from:  -64.3 till:    0  text:C~z shift:(0,1.5)
  from: -251.1 till:  -64.3 text:[[Mesozoic|Meso~zoic]] shift:(0,1.5)
  from: -545  till: -251.1 text:[[Paleozoic|Paleo~zoic]] shift:(0,1.5)
  from:-4500  till: -545  text:[[Proterozoic]]


   bar:koffice2 color:koffice2
   bar:koffice2 color:koffice2


  fontsize:6
  from:  -1.6 till:    0
  from:  -64.3 till:  -1.6
  from: -146  till:  -64.3
  from: -208  till: -146
  from: -251.1 till: -208
  from: -286  till: -251.1
  from: -360  till: -286
  from: -408.5 till: -360
  from: -443.5 till: -408.5
  from: -490  till: -443.5
  from: -545  till: -490


  fontsize:8
  from: -900  till:  -545  text:[[Neoproterozoic|Neoprote-~rozoic]] shift:(0,1.8)
  from:-1600  till:  -900  text:[[Mesoproterozoic]]
  from:-2500  till: -1600  text:[[Paleoproterozoic]]
  from:-3800  till: -2500  text:[[Archaean]]
  from: start  till: -3800  text:[[Hadean]]
</timeline>
</timeline>

Revision as of 19:55, 16 March 2007

<timeline> ImageSize = height:150 width:600 PlotArea = left:50 right:25 top:15 bottom:50 TimeAxis = orientation:horizontal DateFormat = mm/dd/yyyy AlignBars = justify

Colors =

 id:kde4     value:rgb(0.7,0.7,1) # light yellow
 id:kde3     value:rgb(1,0.7,0.7) # light red
 id:koffice2 value:rgb(0.7,1,0.7) # light green
 id:qt4      value:rgb(1,1,0.7)   # light blue
 id:black    value:black

Period = from:03/15/2007 till:11/15/2007 TimeAxis = orientation:horizontal ScaleMajor = gridcolor:red unit:month increment:1 start:03/15/2007

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

PlotData=

 align:center textcolor:black fontsize:9
 bar:kde4 color:kde4
 from:04/01/2007   till:04/30/2007   text:SF
 from:05/01/2007   till:05/31/2007   text:Alpha
 from:06/01/2007   till:06/24/2007   text:FF
 from:06/25/2007   till:07/24/2007   text:Beta1
 from:07/25/2007   till:08/24/2007   text:Beta2
 from:08/25/2007   till:09/24/2007   text:Beta3
 from:09/25/2007   till:10/08/2007   text:RC1
 from:10/09/2007   till:10/22/2007   text:RC2
 from:10/23/2007   till:10/31/2007   text:4.0 color:yellow
 bar:kde3 color:kde3


 bar:koffice2 color:koffice2


</timeline>