Weitere Optionen
Ulli (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Ulli (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 12: | Zeile 12: | ||
bar:Leaders color:red width:25 mark:(line,white) align:left fontsize:S | bar:Leaders color:red width:25 mark:(line,white) align:left fontsize:S | ||
from:start till:2001 shift:($dx,15) text:[[Errichtung | from:start till:2001 shift:($dx,15) text:[[Errichtung]] | ||
from:2001 till:2002 shift:($dx,5) text:[[dies|und das]] | from:2001 till:2002 shift:($dx,5) text:[[dies|und das]] | ||
from:2002 till:2003 shift:($dx,5) text:und~[[dazu]] | from:2002 till:2003 shift:($dx,5) text:und~[[dazu]] | ||
Version vom 16. November 2009, 20:07 Uhr
<timeline> ImageSize = width:160 height:550 PlotArea = width:50 height:530 left:50 bottom:10
DateFormat = yyyy Period = from:2000 till:2011 TimeAxis = orientation:vertical ScaleMajor = unit:year increment:1 start:2000 Define $dx = 25 # shift text to right side of bar
PlotData=
bar:Leaders color:red width:25 mark:(line,white) align:left fontsize:S
from:start till:2001 shift:($dx,15) text:Errichtung from:2001 till:2002 shift:($dx,5) text:und das from:2002 till:2003 shift:($dx,5) text:und~dazu from:2003 till:2004 shift:($dx,5) text:nicht~albern from:2005 till:2006 shift:($dx,-12) text:werden~nein from:2006 till:2007 shift:($dx,4) text:Konstantin~kann bleiben from:2007 till:end shift:($dx,10) text:bleibt~nicht
</timeline>