Difference between revisions of "Arkaz Time Line"

From Arkaz
Jump to: navigation, search
(No difference)

Revision as of 19:41, 6 October 2007

<timeline> Preset = TimeHorizontal_AutoPlaceBars_UnitYear ImageSize = width:1000 barincrement:16 PlotArea = left:30 right:45 bottom:40

Colors =

 id:canvas  value:rgb(0.97,0.97,0.97)
 id:grid1   value:gray(0.7)
 id:grid2   value:gray(0.88)
 id:black   value:rgb(0,0,0)
 id:section value:rgb(0.8,0.8,0)
 id:mark1   value:rgb(0.7,0,0)
 id:years   value:gray(0.5)

BackgroundColors = canvas:canvas

Period = from:0 till:400 ScaleMajor = unit:year increment:20 start:0 gridcolor:grid1 ScaleMinor = unit:year increment:2 start:0 gridcolor:grid2 AlignBars = justify

BarData=

 bar:title
  1. bar:periods
 bar:dummy0 # empty bar functions as separator
 bar:section1
 barset:Events
 bar:dummy1
 bar:section2
 barset:NPCs
 bar:dummy2
 bar:section3
 barset:Islands 
 bar:dummy3
 bar:section4
 barset:Towns
 bar:dummy4
 bar:section5
 barset:Guilds
 bar:dummy5


  1. explanation: attribute 'barset' instead of 'bar' means consecutive data lines are automatically placed on new bar
  2. data lines are lines containing at: or from: & till: attributes
  3. 'barset:break' means 'reset barcounter' = next line will be placed at first bar in barset
  4. 'barset:skip' means 'increment barcounter' = skip one bar for next data line (to allow extra space
  5. for text containing line break = ~)

PlotData =

 mark:(line,black)
 width:16
 fontsize:S


 fontsize:M
 width:16
 color:section
 mark:(line,section)
 shift:(5,-6)
 bar:title    from:start till:end text:"History of Arkaz" fontsize:XL anchor:middle align:center width:25 color:canvas mark:(line,canvas)
 bar:section1 from:start till:end text:"Events"
 bar:section2 from:start till:end text:"NPCs"
 bar:section3 from:start till:end text:"Islands"
 bar:section4 from:start till:end text:"Towns"
 bar:section5 from:start till:end text:"Guilds"


 shift:(5,-5)
 fontsize:S
 mark:(line,mark1)
 width:8
 barset:Events
 at:0 text:"The Maker Forms The Islands"
 at:10 text:"Draian Arrives"
 at:27 text:"Sirrush Is Bonded"
 at:315 text:"Portal off the Island is found"
 fontsize:S
 barset:Towns
 shift:(5,-5)
 at:30 text:"Town of Nuvar founded"
 at:37 text:"Hunters Camp founded"
 at:309 text:"Heroes Walk founded"
 at:318 text:"Port LeVallon founded"
 fontsize:S
 barset:Islands
 shift:(5,-5)
 at:10 text:"Island of Nuvar Settled"
 at:127 text:"Isle of Iron Settled"
 at:128 text:"Island of Eternity Settled"
 fontsize:S
 barset:NPCs
 shift:(5,-5)
 at:61 text:"Draian dies"
 at:252 text:"The Seer is born"
 fontsize:S
 barset:Guilds
 shift:(5,-5)
 at:318 text:"Nuvar Guard Formed"
 at:319 text:"Mage School of Nuvar Founded"

</timeline>