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 $broad = width:0. | |||
Define $ | Define $tiny = width:0.04in | ||
Define $narrow = width:0.08in | |||
Define $broad = width:0.12in | |||
Define $fat = width:0.16in | |||
Define $huge = width:0.20in | |||
# with shift:(0,..) the left/right aligned text starts/stops exactly below supplied date | # with shift:(0,..) the left/right aligned text starts/stops exactly below supplied date | ||
Line 72: | Line 76: | ||
fontsize:S | fontsize:S | ||
$ | $tiny | ||
bar:Action_Replay from:15/07/1986 till:15/ | bar:Action_Replay from:15/07/1986 till:15/10/1986 color:A2 # AR1 | ||
bar:Action_Replay from:15/10/1986 till:15/04/1987 color:AR # AR2 | |||
$narrow | $narrow | ||
bar:Action_Replay from:15/ | bar:Action_Replay from:15/04/1987 till:15/01/1988 color:AR # AR3 | ||
$broad | $broad | ||
bar:Action_Replay from:15/01/1988 till:15/03/1988 color:A3 # MK4 | |||
bar:Action_Replay from:15/03/1988 till:15/01/1989 color:AR # AR4 | |||
bar:Action_Replay from:15/01/1989 till:15/10/1989 color:A3 # AR5 | |||
bar:Action_Replay from:15/10/1989 till:15/01/1990 color:AR # AR6 | |||
$tiny | |||
bar:Capture from:15/08/1985 till:15/12/1987 color:CP | bar:Capture from:15/08/1985 till:15/12/1987 color:CP | ||
bar:Capture from:15/12/1987 till:15/09/1992 color:C2 | bar:Capture from:15/12/1987 till:15/09/1992 color:C2 | ||
Line 84: | Line 94: | ||
textcolor:gray2 | textcolor:gray2 | ||
pos:(22,22) | pos:(22,22) | ||
text:Bar strength analogue to ROM size | |||
pos:(22,44) | |||
text:Entries ordered A-Z0-9 | text:Entries ordered A-Z0-9 | ||
BackgroundColors = canvas:bg | BackgroundColors = canvas:bg |