Difference between revisions of "Arkaz Time Line"

From Arkaz
Jump to: navigation, search
Line 26: Line 26:
 
   bar:dummy0 # empty bar functions as separator
 
   bar:dummy0 # empty bar functions as separator
 
   bar:section1
 
   bar:section1
   barset:events
+
   barset:Events
 
   bar:dummy1
 
   bar:dummy1
 
   bar:section2
 
   bar:section2
 
   barset:NPCs
 
   barset:NPCs
 +
  bar:dummy2
 +
  bar:section3
 +
  barset:Islands
 +
  bar:dummy3
 +
  bar:section4
 +
  barset:Towns
 +
  bar:dummy4
 +
  bar:section5
 +
  barset:Guilds
 +
  bar:dummy5
 +
 +
 +
# explanation: attribute 'barset' instead of 'bar' means consecutive data lines are automatically placed on new bar
 +
#              data lines are lines containing at: or from: & till: attributes
 +
#              'barset:break' means 'reset barcounter' = next line will be placed at first bar in barset
 +
#              'barset:skip'  means 'increment barcounter' = skip one bar for next data line (to allow extra space
 +
#                                                                              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"
  
 
</timeline>
 
</timeline>

Revision as of 19:30, 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"

</timeline>