Template:BasicTimeline: Difference between revisions
From ReplayResources
Jump to navigationJump to search
Count Zero (talk | contribs) No edit summary |
Count Zero (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<timeline> | <timeline> | ||
Define $skip = at:end # Force a blank line | Define $skip = at:end # Force a blank line | ||
Define $tiny = width:0.04in | Define $tiny = width:0.04in mark:(line,black) | ||
Define $narrow = width:0.08in | Define $narrow = width:0.08in | ||
Define $broad = width:0.12in | Define $broad = width:0.12in | ||
Line 7: | Line 7: | ||
Define $huge = width:0.20in | Define $huge = width:0.20in | ||
ImageSize = width:1280 height: | Define $end = 01/08/1994 | ||
ImageSize = width:1280 height:700 | |||
TimeAxis = orientation:horizontal format:yyyy | TimeAxis = orientation:horizontal format:yyyy | ||
Line 15: | Line 17: | ||
DateFormat = dd/mm/yyyy | DateFormat = dd/mm/yyyy | ||
Period = from:01/01/1985 till: | Period = from:01/01/1985 till:$end | ||
Colors = | Colors = | ||
Line 37: | Line 39: | ||
id:C2 value:tan2 | id:C2 value:tan2 | ||
id:EC value:skyblue legend:Expert_Cartridge | id:EC value:skyblue legend:Expert_Cartridge | ||
id:E2 value:powderblue2 | |||
id:E3 value:blue | |||
id:FC value:brightblue legend:Final_Cartridge | id:FC value:brightblue legend:Final_Cartridge | ||
id:FF value:magenta legend:Freeze_Frame | id:FF value:magenta legend:Freeze_Frame | ||
Line 49: | Line 53: | ||
BarData = | BarData = | ||
bar:Action_Replay text:"[[Action_Replay]] | |||
bar:Capture text:"[[Capture]] | |||
bar:Expert text:"[[Expert_Cartridge]] | |||
bar:Isepic text:"[[ISEPIC]] | |||
# LineData= | # LineData= | ||
Line 60: | Line 64: | ||
PlotData= | PlotData= | ||
fontsize: | align:center textcolor:black fontsize:8 $tiny shift:(0,-9) | ||
bar:Action_Replay | |||
$tiny color:A4 from:15/07/1986 till:15/10/1986 text:"MK1" | |||
bar:Action_Replay | |||
$tiny color:A2 from:15/10/1986 till:15/04/1987 text:"MK2" | |||
bar:Action_Replay | |||
$narrow color:AR from:15/04/1987 till:01/01/1988 text:"MK3" | |||
bar:Action_Replay | |||
$broad color:A3 from:01/01/1988 till:30/04/1988 text:"MK4" | |||
bar:Action_Replay | |||
$tiny color:A2 from:01/01/1988 till:30/04/1988 | |||
bar:Action_Replay | |||
$broad color:A2 from:30/04/1988 till:15/01/1989 text:"AR4" | |||
bar:Action_Replay | |||
$broad color:AR from:15/01/1989 till:15/10/1989 text:"AR5" | |||
bar:Action_Replay | |||
$broad color:A2 from:15/10/1989 till:15/04/1994 text:"AR6" | |||
bar:Capture | |||
$tiny color:CP from:15/08/1985 till:15/12/1987 text:"Capture" | |||
bar:Capture | |||
$tiny color:C2 from:15/12/1987 till:15/09/1992 text:"Capture II" | |||
bar:Expert | |||
$tiny color:EC from:15/05/1986 till:15/07/1986 text:"64" | |||
bar:Expert | |||
$tiny color:E3 from:15/07/1986 till:15/12/1986 text:"64&128" | |||
bar:Expert | |||
$tiny color:E2 from:15/12/1986 till:15/07/1987 text:"added ESM" | |||
bar:Expert | |||
$tiny color:E2 from:15/07/1987 till:15/07/1989 text:"ESM only" | |||
bar:Isepic | |||
$tiny color:IP from:15/06/1985 till:31/12/1985 | |||
TextData = | TextData = | ||
fontsize:M | fontsize:M | ||
textcolor:gray2 | textcolor:gray2 | ||
pos:(4,4) | |||
text:Bar strength analogue to ROM size | text:Bar strength analogue to ROM size | ||
pos:(22,44) | |||
text:Entries ordered A-Z0-9 | text:Entries ordered A-Z0-9 | ||
BackgroundColors = canvas: | BackgroundColors = canvas:white bars:bars | ||
ScaleMajor = gridcolor:lighttext unit:year increment:1 start:01/01/1985 | ScaleMajor = gridcolor:lighttext unit:year increment:1 start:01/01/1985 | ||
ScaleMinor = gridcolor:lightline unit:month increment:1 start:01/01/1985 | ScaleMinor = gridcolor:lightline unit:month increment:1 start:01/01/1985 | ||
</timeline> | </timeline> |