Vorlage:Zeitleiste DRJ-Vorstände

aus Wikipedia, der freien Enzyklopädie

<timeline> ImageSize = width:210 height:350 PlotArea = width:50 height:330 left:40 bottom:10 Colors =

 id:lightyellow value:rgb(1,1,0.8)
 id:petrol value:rgb(0,0.6,0.6)

DateFormat = yyyy Period = from:2004 till:2014 TimeAxis = orientation:vertical ScaleMajor = unit:year increment:10 start:2004 ScaleMinor = unit:year increment:2 start:2004 BackgroundColors = canvas:lightyellow

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

PlotData =

   bar:Chairmen color:petrol width:25 mark:(line,white) align:left fontsize:S
 from:2004 till:2006  shift:($dx,+2)  text:"Ralf Tiedge (2004-2006)"
 from:2006 till:2008  shift:($dx,-5)  text:"Rolf Kowalik (2006-2008)"
 from:2008 till:2009  shift:($dx,-5)  text:"unbesetzt"
 from:2009 till:2011  shift:($dx -6)  text:"Bernd Schöpfel (2009-2011)"
 from:2011 till:2013   shift:($dx -8)  text:"Jürgen Zeiger (2011-2013)" 
 from:2013 till:end   shift:($dx -8)  text:"Alex Wiedemann (seit 2013)"

</timeline>