Template:Timeline FPS games

From Free net encyclopedia

Revision as of 07:52, 9 March 2006; view current revision
←Older revision | Newer revision→

<timeline> ImageSize = width:250 height:300 PlotArea = left:50 bottom:10 top:10 right:0

DateFormat = yyyy Period = from:1990 till:2005 TimeAxis = orientation:vertical ScaleMajor = unit:year increment:1 start:1990 ScaleMinor = unit:year increment:1 start:1990

Colors =

 id:blue value:rgb(0,0,0)
 id:red value:rgb(0.9,0.05,0.05)
  1. there is no automatic collision detection,
  2. so shift texts up or down manually to avoid overlap

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

  1. shift texts up or down when two have same year

Define $up = shift:($dx,1) Define $dw = shift:($dx,-8)

PlotData=

 bar:Games color:red width:15 textcolor:blue align:left fontsize:S mark:(line,white) shift:($dx,-4)
 from:1990 till:2005
 at:1992     text:Wolfenstein 3D
 at:1993     text:DOOM
 at:1996     text:Quake
 at:1998     text:Half-Life
 at:1999     text:Counter-Strike
 at:2001     text:Operation Flashpoint
 at:2002     text:Battlefield 1942

</timeline>