Menü aufrufen
Toggle preferences menu
Persönliches Menü aufrufen
Nicht angemeldet
Ihre IP-Adresse wird öffentlich sichtbar sein, wenn Sie Änderungen vornehmen.

Prüfzyklus und Revisionen: Unterschied zwischen den Versionen

Aus RadioWiki
Ulli (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Ulli (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Zeile 3: Zeile 3:
PlotArea  = width:50 height:530 left:50 bottom:10
PlotArea  = width:50 height:530 left:50 bottom:10


DateFormat = yyyy
DateFormat = mm/yyyy
Period    = from:2000 till:2011
Period    = from:01/2009 till:12/2012
TimeAxis  = orientation:vertical
TimeAxis  = orientation:vertical
ScaleMajor = unit:year increment:1 start:2000
ScaleMajor = unit:month increment:1 start:01/2009
Define $dx = 25 # shift text to right side of bar
Define $dx = 25 # shift text to right side of bar


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:10/2009 shift:($dx,15)  text:Überarbeitung AZ; Pos. El
   from:2001 till:2002 shift:($dx,5)    text:
   from:10/2009 till:12/2010 shift:($dx,5)    text:so lala
  from:2002  till:2003 shift:($dx,5)    text:und
  from:2003  till:2004 shift:($dx,5)    text:nicht
  from:2005  till:2006 shift:($dx,-12)  text:werden
  from:2006  till:2007 shift:($dx,4)    text:Konstant
  from:2007  till:end  shift:($dx,10)  text:bleibt
</timeline>
</timeline>

Version vom 16. November 2009, 20:16 Uhr

<timeline> ImageSize = width:160 height:550 PlotArea = width:50 height:530 left:50 bottom:10

DateFormat = mm/yyyy Period = from:01/2009 till:12/2012 TimeAxis = orientation:vertical ScaleMajor = unit:month increment:1 start:01/2009 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:10/2009 shift:($dx,15)   text:Überarbeitung AZ; Pos. El
 from:10/2009  till:12/2010 shift:($dx,5)    text:so lala

</timeline>