Test

From MassiveCraft Wiki
Revision as of 10:50, 20 May 2014 by MonMarty (talk | contribs)
Jump to navigation Jump to search

<timeline>

  1. All measures are in pixels

ImageSize = width:1600 height:200 PlotArea = left:100 right:100 bottom:130 top:20 AlignBars = justify

DateFormat = yyyy Period = from:-50 till:305 TimeAxis = orientation:horizontal ScaleMajor = unit:year increment:5 start:-50

  1. there is no automatic collision detection,
  2. so shift texts up or down manually to avoid overlap

Define $dx =-50 # shift text to right side of bar

PlotData=

 bar:Leaders color:lavender width:40 mark:(line,white) align:left fontsize:M
 from:-14 till:36 shift:($dx,-15)   text:Emperor Theon I
 from:36 till:72 shift:($dx,-15)   text:Emperor Alfred I
 from:72 till:104 shift:($dx,-15)   text:Emperor Heinrich I
 from:104 till:156 shift:($dx,-15)   text:Emperor Immanuel I
 from:156 till:170 shift:($dx,5)   text:Emperor Justinian I
 from:170 till:175 shift:($dx,-15)   text:Emperor Martin I
 from:175 till:220 shift:($dx,5)   text:Emperor Alfred II
 from:220 till:250 shift:($dx,0)   text:Emperor Harold I 
 from:250 till:302 shift:($dx,0)   text:Emperor Justinian II 

</timeline>

___________________________________________________________________________________________________

<timeline> ImageSize = width:1000 height:1600 PlotArea = width: 900 height:1500 left:70 bottom:55 DateFormat = yyyy Period = from:-7000 till:0 TimeAxis = orientation:vertical order:reverse ScaleMajor = unit:year increment:200 start:-7000 ScaleMinor = unit:year increment:50 start:-7000

PlotData=

 mark:(line,black)
 shift:(15,-5)
 at:-6900 text:"Fall of the Seraph civilization - Fall of the Seraph civilization and the first void invasion"
 at:-5100 text:"Fall of an unknown civilization - Fall of an unknown civilization in Talad Methen and Hadar took place at this date."
 at:-4000 text:"Fall of an unknown civilization - Fall of an unknown civilization in Farah'deen took place at this date."
 at:-3200 text:"Rise of the Meraic civilization - The Meraic civilization rose to supreme power at roughly this date."
 at:-2300 text:"Fall of the Meraic civilization - The Meraic civilization fell at the hands of a Void invasion at this date."
 at:-2190 text:"Rise of the Elven Empire - The Elven Empire was established at roughly this date, starting a lengthy Empire."
 at:0 text:"Cataclysm event - The Cataclysmic event took place on this date, resulting in violent earthquakes, tornado's, volcanic eruptions and tsunami's wrecking Aloria's Geography"

</timeline>