Test: Difference between revisions

From MassiveCraft Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 28: Line 28:
   from:220 till:250 shift:($dx,0)  text:Emperor Harold I  
   from:220 till:250 shift:($dx,0)  text:Emperor Harold I  
   from:250 till:302 shift:($dx,0)  text:Emperor Justinian II  
   from:250 till:302 shift:($dx,0)  text:Emperor Justinian II  
</timeline>
___________________________________________________________________________________________________
<timeline>
ImageSize  = width:1000 height:2000
PlotArea  = width: 900 height:1900 left:70 bottom:55
DateFormat = yyyy
Period    = from:-7000 till:0
TimeAxis  = orientation:vertical order:reverse
ScaleMajor = unit:year increment:100 start:-7000
ScaleMinor = unit:year increment:25 start:-7000
PlotData=
  mark:(line,black)
  shift:(15,-5)
  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>
</timeline>

Revision as of 10:44, 20 May 2014

<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:2000 PlotArea = width: 900 height:1900 left:70 bottom:55 DateFormat = yyyy Period = from:-7000 till:0 TimeAxis = orientation:vertical order:reverse ScaleMajor = unit:year increment:100 start:-7000 ScaleMinor = unit:year increment:25 start:-7000

PlotData=

 mark:(line,black)
 shift:(15,-5)
 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>