Template:Timeline Windows NT 3.x

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

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

Define $start = 01/05/1993 Define $end = 01/01/2003

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:REFERENCE value:rgb(0.97, 0.97, 0.97)

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

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

BarData=

 barset:Windows_NT_3.51_S
 barset:Windows_NT_3.51_W
 barset:Windows_NT_3.5
 barset:Windows_NT_3.1
 barset:Reference

PlotData=

 barset:Windows_NT_3.51_S width:20
   color:DEPREDICATED mark:(line,white) align:center fontsize:M
   from:30/05/1995 till:30/09/2000 shift:($dx,$dy) textcolor:white text:Windows NT 3.51 Server
 barset:break
   color:NOTEXTENDED mark:(line,white)
   from:30/09/2000 till:30/09/2002
 barset:Windows_NT_3.51_W width:20
   color:DEPREDICATED mark:(line,white) align:center fontsize:M
   from:30/05/1995 till:31/12/2000 shift:($dx,$dy) textcolor:white text:Windows NT 3.51 Workstation
 barset:break
   color:NOTEXTENDED mark:(line,white)
   from:31/12/2000 till:31/12/2001
 barset:Windows_NT_3.5 width:20
   color:DEPREDICATED mark:(line,white) align:center fontsize:M
   from:21/09/1994 till:31/12/2001 shift:($dx,$dy) textcolor:white text:Windows NT 3.5
 barset:Windows_NT_3.1 width:20
   color:DEPREDICATED mark:(line,white) align:center fontsize:M
   from:26/07/1993 till:31/12/2000 shift:($dx,$dy) textcolor:white text:Windows NT 3.1
 barset:Reference width:13
   color:REFERENCE mark:(line,lighttext) align:left fontsize:S
   from:start till:24/08/1995 anchor:from shift:($dx,$dy) textcolor:black text:Windows 3.1
 barset:break width:13
   color:REFERENCE mark:(line,lighttext) align:left fontsize:S
   from:24/08/1995 till:24/08/1996 anchor:from shift:($dx,$dy) textcolor:black text:Windows 95
 barset:break width:13
   color:REFERENCE mark:(line,lighttext) align:left fontsize:S
   from:24/08/1996 till:15/05/1998 anchor:from shift:($dx,$dy) textcolor:black text:Windows NT 4.0
 barset:break width:13
   color:REFERENCE mark:(line,lighttext) align:left fontsize:S
   from:15/05/1998 till:15/12/1999 anchor:from shift:($dx,$dy) textcolor:black text:Windows 98
 barset:break width:13
   color:REFERENCE mark:(line,lighttext) align:left fontsize:S
   from:15/12/1999 till:24/08/2001 anchor:from shift:($dx,$dy) textcolor:black text:Windows 2000
 barset:break width:13
   color:REFERENCE mark:(line,lighttext) align:left fontsize:S
   from:24/08/2001 till:end anchor:from shift:($dx,$dy) textcolor:black text:Windows XP

TextData =

  pos:(241,$height)
  fontsize:XL
  textcolor:black
  text:"Timeline of Windows NT 3.x"

</timeline>