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 | ||
Define $narrow = width:0.08in | Define $narrow = width:0.08in | ||
Line 8: | Line 7: | ||
Define $huge = width:0.20in | Define $huge = width:0.20in | ||
ImageSize = width:1280 height:auto barincrement:20 | |||
ImageSize = width:1280 height: | |||
TimeAxis = orientation:horizontal format:yyyy | TimeAxis = orientation:horizontal format:yyyy | ||
PlotArea = left:95 bottom: | PlotArea = left:95 bottom:130 right:20 top:20 | ||
Legend = columns:4 left:220 top: | Legend = columns:4 left:220 top:100 columnwidth:180 | ||
AlignBars = late | AlignBars = late | ||
Line 55: | Line 38: | ||
id:EC value:skyblue legend:Expert_Cartridge | id:EC value:skyblue legend:Expert_Cartridge | ||
id:FC value:brightblue legend:Final_Cartridge | id:FC value:brightblue legend:Final_Cartridge | ||
id:FF value:magenta legend:Freeze_Frame | |||
id:F2 value:blue | id:F2 value:blue | ||
id:F3 value:powderblue | id:F3 value:powderblue | ||
id:GK value:lightpurple legend:Gamekiller | id:GK value:lightpurple legend:Gamekiller | ||
id:IP value:black legend:ISEPIC | id:IP value:black legend:ISEPIC | ||
Line 68: | Line 51: | ||
Bar:Action_Replay text:"[[Action_Replay]] | Bar:Action_Replay text:"[[Action_Replay]] | ||
barset:ar | barset:ar | ||
Bar:Capture text:"[[Capture]] | Bar:Capture text:"[[Capture]] | ||
# LineData= | # LineData= | ||
Line 77: | Line 60: | ||
PlotData= | PlotData= | ||
fontsize: | fontsize:m | ||
width:15 textcolor: | width:15 textcolor:white | ||
barset:ar | barset:ar | ||
color:header textcolor:white width:16 shift:(205,-5) fontsize: | color:header textcolor:white width:16 shift:(205,-5) fontsize:s from:start till:05/01/1998 text:"[[MK1]]" | ||
$tiny | $tiny | ||
bar:Action_Replay from:15/07/1986 till:15/10/1986 color:A4 # AR1 | bar:Action_Replay from:15/07/1986 till:15/10/1986 color:A4 # AR1 | ||
Line 99: | Line 82: | ||
TextData = | TextData = | ||
fontsize: | fontsize:M | ||
textcolor:gray2 | textcolor:gray2 | ||
# pos:(0,0) | |||
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:canvas 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> |