Template:Timeline Windows NT 4.0

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

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

Define $start = 01/07/1996 Define $end = 01/10/2006

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
    id:SP5             value:rgb(0.7, 1, 1) Legend:Service_Pack_5
    id:SP6a            value:rgb(1, 1, 0.7) Legend:Service_Pack_6a

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

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

LineData=

  at:16/10/1996 color:SP1  width:0.1 
  at:14/12/1996 color:SP2  width:0.1
  at:15/05/1997 color:SP3  width:0.1
  at:25/10/1998 color:SP4  width:0.1
  at:04/05/1999 color:SP5  width:0.1
  at:30/11/1999 color:SP6a width:0.1

PlotData=

 bar:Windows NT Embedded 4.0 width:20
   color:DEPREDICATED mark:(line,white) align:center fontsize:M
   from:30/08/1999 till:30/06/2003 shift:($dx,$dy) textcolor:white text:Windows NT Embedded 4.0
   color:NOTEXTENDED mark:(line,white)
   from:30/06/2003 till:11/07/2006
   # https://web.archive.org/web/20160108193047/https://support.microsoft.com/en-us/lifecycle?p1=3185
 bar:Windows NT Server 4.0 TS width:20
   color:DEPREDICATED mark:(line,white) align:center fontsize:M
   from:13/09/1998 till:31/12/2002 shift:($dx,$dy) textcolor:white text:Windows NT 4.0 Terminal Server Edition
   color:NOTEXTENDED mark:(line,white)
   from:31/12/2002 till:31/12/2004
   # https://web.archive.org/web/20160111103127/https://support.microsoft.com/en-us/lifecycle?p1=3188
 bar:Windows NT Server 4.0 EE width:20
   color:DEPREDICATED mark:(line,white) align:center fontsize:M
   from:15/12/1997 till:31/12/2002 shift:($dx,$dy) textcolor:white text:Windows NT 4.0 Server, Enterprise Edition
   color:NOTEXTENDED mark:(line,white)
   from:31/12/2002 till:31/12/2004
   # https://web.archive.org/web/20160111103127/https://support.microsoft.com/en-us/lifecycle?p1=3188
 bar:Windows NT Server 4.0 width:20
   color:DEPREDICATED mark:(line,white) align:center fontsize:M
   from:29/07/1996 till:31/12/2002 shift:($dx,$dy) textcolor:white text:Windows NT 4.0 Server
   color:NOTEXTENDED mark:(line,white)
   from:31/12/2002 till:31/12/2004
   # https://web.archive.org/web/20151104193012/https://support.microsoft.com/en-us/lifecycle?p1=3194
 bar:Windows NT Workstation 4.0 width:20
   color:DEPREDICATED mark:(line,white) align:center fontsize:M
   from:29/07/1996 till:31/12/2002 shift:($dx,$dy) textcolor:white text:Windows NT 4.0 Workstation
   color:NOTEXTENDED mark:(line,white)
   from:31/12/2002 till:31/12/2004
   # https://web.archive.org/web/20151104193012/https://support.microsoft.com/en-us/lifecycle?p1=3194
 bar:Service Pack 6a width:20
   color:DEPREDICATED mark:(line,white) align:center fontsize:M
   from:30/11/1999 till:31/12/2004 shift:($dx,$dy) textcolor:white text:Service Pack 6a
 bar:Service Pack 5 width:20
   color:DEPREDICATED mark:(line,white) align:center fontsize:M
   from:04/05/1999 till:01/03/2000 shift:($dx,$dy) textcolor:white text:SP5
 bar:Service Pack 4 width:20
   color:DEPREDICATED mark:(line,white) align:center fontsize:M
   from:25/10/1998 till:04/08/1999 shift:($dx,$dy) textcolor:white text:SP4
 bar:Service Pack 3 width:20
   color:DEPREDICATED mark:(line,white) align:center fontsize:M
   from:15/05/1997 till:25/01/1999 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:14/12/1996 till:15/08/1997 shift:($dx,$dy) textcolor:white text:SP2
 bar:Service Pack 1 width:20
   color:DEPREDICATED mark:(line,white) align:center fontsize:M
   from:16/10/1996 till:14/03/1997 shift:($dx,$dy) textcolor:white text:SP1

TextData =

  pos:(240,$height)
  fontsize:XL
  textcolor:black
  text:"Timeline of Windows NT 4.0"

</timeline>