Template:Timeline Windows 2000

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

<timeline> Define $width = 780 Define $warning = 670 # $width - 110 Define $height = 316 # 8x22 + 140

Define $start = 01/01/2000 Define $end = 01/01/2011

ImageSize = width:$width height:$height PlotArea = right:10 left:1 bottom:80 top:60 DateFormat = dd/mm/yyyy Period = from:$start till:$end TimeAxis = orientation:horizontal Legend = orientation:vertical position:bottom columns:1

Colors =

    id:bg              value:white
    id:lightline       value:rgb(0.8, 0.8, 0.8)
    id:lighttext       value:rgb(0.5, 0.5, 0.5)
    id:DEPREDICATED    value:rgb(0.375, 0.375, 0.375) Legend:(Spent)_standard_support
    id:NOTEXTENDED     value:rgb(0.75, 0.75, 0.75) Legend:(Spent)_extended_support
    id:SP1             value:rgb(1, 0.7, 0.7) Legend:Service_Pack_1
    id:SP2             value:rgb(0, 1, 0) Legend:Service_Pack_2
    id:SP3             value:rgb(0.7, 0.7, 1) Legend:Service_Pack_3
    id:SP4             value:rgb(1, 0.7, 1) Legend:Service_Pack_4

BackgroundColors = canvas:bg ScaleMinor = gridcolor:lightline unit:month increment:3 start:$start ScaleMajor = gridcolor:lighttext unit:year increment:1 start:01/01/2000

Define $dx = 0 # shift text to right side of bar Define $dy = -5 # shift text to button side of bar

LineData=

  at:31/07/2000 color:SP1  width:0.1 
  at:16/05/2001 color:SP2  width:0.1
  at:01/08/2002 color:SP3  width:0.1
  at:26/06/2003 color:SP4  width:0.1

PlotData=

 bar:Windows 2000 DC width:20
   color:DEPREDICATED mark:(line,white) align:center fontsize:M
   from:13/11/2000 till:30/06/2005 shift:($dx,$dy) textcolor:white text:Windows 2000 Datacenter Server
   color:NOTEXTENDED mark:(line,white)
   from:30/06/2005 till:13/07/2010
   # https://web.archive.org/web/20130511180617/http://support.microsoft.com/lifecycle/?p1=7936
 bar:Windows 2000 AS width:20
   color:DEPREDICATED mark:(line,white) align:center fontsize:M
   from:31/03/2000 till:30/06/2005 shift:($dx,$dy) textcolor:white text:Windows 2000 Advanced Server
   color:NOTEXTENDED mark:(line,white)
   from:30/06/2005 till:13/07/2010
   # https://web.archive.org/web/20150208160032/http://support.microsoft.com/lifecycle/?p1=7017
 bar:Windows 2000 S width:20
   color:DEPREDICATED mark:(line,white) align:center fontsize:M
   from:31/03/2000 till:30/06/2005 shift:($dx,$dy) textcolor:white text:Windows 2000 Server
   color:NOTEXTENDED mark:(line,white)
   from:30/06/2005 till:13/07/2010
   # https://web.archive.org/web/20130316042933/https://support.microsoft.com/lifecycle?p1=7274
 bar:Windows 2000 P width:20
   color:DEPREDICATED mark:(line,white) align:center fontsize:M
   from:31/03/2000 till:30/06/2005 shift:($dx,$dy) textcolor:white text:Windows 2000 Professional
   color:NOTEXTENDED mark:(line,white)
   from:30/06/2005 till:13/07/2010
   # https://web.archive.org/web/20150324150148/https://support.microsoft.com/en-us/lifecycle?p1=3071
 # https://web.archive.org/web/20041016055152/http://support.microsoft.com/gp/lifesupsps
 bar:Service Pack 4 width:20
   color:DEPREDICATED mark:(line,white) align:center fontsize:M
   from:26/06/2003 till:13/07/2010 shift:($dx,$dy) textcolor:white text:Service Pack 4
 bar:Service Pack 3 width:20
   color:DEPREDICATED mark:(line,white) align:center fontsize:M
   from:01/08/2002 till:30/06/2005 shift:($dx,$dy) textcolor:white text:Service Pack 3
 bar:Service Pack 2 width:20
   color:DEPREDICATED mark:(line,white) align:center fontsize:M
   from:16/05/2001 till:30/06/2004 shift:($dx,$dy) textcolor:white text:Service Pack 2
 bar:Service Pack 1 width:20
   color:DEPREDICATED mark:(line,white) align:center fontsize:M
   from:31/07/2000 till:01/08/2002 shift:($dx,$dy) textcolor:white text:Service Pack 1

TextData =

  pos:(250,$height)
  fontsize:XL
  textcolor:black
  text:"Timeline of Windows 2000"

</timeline>