|
|
Line 1: |
Line 1: |
| ==Kyaaaa==
| | Clean House |
| | |
| {{#tag:timeline|
| |
| Preset = TimeHorizontal_AutoPlaceBars_UnitYear
| |
| ImageSize = width:1406 barincrement:17
| |
| PlotArea = left:15 right:20 bottom:30
| |
| | |
| Colors =
| |
| id:canvas value:rgb(0.58,0.58,0.58)
| |
| id:grida value:gray(0.7)
| |
| id:gridb value:gray(0.88)
| |
| id:black value:rgb(0,0,0)
| |
| id:section value:rgb(0.8,0.8,0.8)
| |
| id:section1 value:rgb(0.8,0.8,0)
| |
| id:section2 value:rgb(0.8,0.8,0.8)
| |
| id:section3 value:rgb(0.6,0.3,0.3)
| |
| id:section4 value:rgb(0.5,0.7,0.7)
| |
| id:section5 value:rgb(0.5,0.5,0.9)
| |
| id:section6 value:rgb(0.8,0.3,0.3)
| |
| id:section7 value:rgb(0.6,0.8,0.4)
| |
| id:section8 value:rgb(0.8,0.5,0.8)
| |
| id:mark1 value:rgb(0.7,0,0)
| |
| id:years value:gray(0.5)
| |
| | |
| BackgroundColors = canvas:canvas
| |
| | |
| Period = from:2100 till:2220
| |
| ScaleMajor = gridcolor:grida unit:year increment:10 start:2110
| |
| ScaleMinor = gridcolor:gridb unit:year increment:1 start:2220
| |
| AlignBars = justify
| |
| | |
| BarData=
| |
| | |
| bar:title
| |
| # bar:periods
| |
| bar:dummy0 # empty bar functions as separator
| |
| | |
| bar:section1
| |
| barset:quotes
| |
| bar:dummy1
| |
| | |
| bar:section2
| |
| barset:dark
| |
| bar:dummy2
| |
| | |
| bar:section3
| |
| barset:ragna
| |
| bar:dummy3
| |
| | |
| bar:section4
| |
| barset:jin
| |
| bar:dummy4
| |
| | |
| bar:section5
| |
| barset:noel
| |
| bar:dummy5
| |
| | |
| bar:section6
| |
| barset:rachel
| |
| bar:dummy6
| |
| | |
| bar:section7
| |
| barset:hazama
| |
| bar:dummy7
| |
| | |
| bar:section8
| |
| barset:relius
| |
| bar:dummy8
| |
| | |
| # explanation: attribute 'barset' instead of 'bar' means consecutive data lines are automatically placed on new bar
| |
| # data lines are lines containing at: or from: & till: attributes
| |
| # 'barset:break' means 'reset barcounter' = next line will be placed at first bar in barset
| |
| # 'barset:skip' means 'increment barcounter' = skip one bar for next data line (to allow extra space
| |
| # for text containing line break = ~)
| |
| | |
| PlotData =
| |
| | |
| mark:(line,black)
| |
| width:16
| |
| fontsize:S
| |
| | |
| # bar:periods
| |
| | |
| fontsize:M
| |
| width:16
| |
| color:section
| |
| mark:(line,section)
| |
| shift:(5,-6)
| |
| | |
| bar:title from:start till:end text:"timeline" fontsize:XL anchor:middle align:center width:25 color:canvas mark:(line,canvas)
| |
| | |
| color:section1
| |
| bar:section1 from:start till:end text:"big stuff"
| |
| | |
| color:section2
| |
| bar:section2 from:2191 till:2197 text:"Ikaruga War"
| |
| | |
| color:section3
| |
| bar:section3 from:2180 till:2200 text:"raggyboy"
| |
| | |
| color:section4
| |
| bar:section4 from:2180 till:end text:"jinjin"
| |
| | |
| color:section5
| |
| bar:section5 from:2194 till:end text:"noerrun"
| |
| | |
| color:section6
| |
| bar:section6 from:start till:end text:"rabbit"
| |
| | |
| color:section7
| |
| bar:section7 from:2194 till:2200 text:"Hazamiin"
| |
| | |
| color:section8
| |
| bar:section8 from:2110 till:end text:"Best Dad Relius Clover"
| |
| | |
| shift:(5,-5)
| |
| fontsize:M
| |
| mark:(line,mark1)
| |
| | |
| # quotations and predictions
| |
| | |
| width:8
| |
| barset:quotes
| |
| at:2110 text:"just another possibility of the continuum shift"
| |
| barset:skip
| |
| | |
| # 1
| |
| | |
| barset:ragna
| |
| at:2199 text:"pizza's here"
| |
| barset:break
| |
|
| |
| | |
| # 2
| |
| | |
| fontsize:M
| |
| barset:jin
| |
| at:2198 text:"niisan"
| |
| | |
| # 3
| |
| | |
| barset:noel
| |
| at:2194 text:"oh no"
| |
| barset:skip
| |
| | |
| # 4
| |
| | |
| barset:rachel
| |
| at:2110 text:"ara"
| |
|
| |
| | |
| # 5
| |
| | |
| barset:hazama
| |
| at:2199 text:"nothing like a bath egg"
| |
| | |
| | |
| | |
| # 6
| |
| | |
| barset:relius
| |
| at:2112 text:"interesting"
| |
| barset:break
| |
|
| |
| | |
| # extra years
| |
| | |
| mark:(line,grid1)
| |
| bar:dummy1
| |
| shift:(2,-8)
| |
| fontsize:XS
| |
| textcolor:years
| |
| at:2140 text:40
| |
| at:2150 text:50
| |
| at:2160 text:60
| |
| at:2170 text:70
| |
| at:2180 text:80
| |
| at:2190 text:90
| |
| at:2110 text:10
| |
| shift:(-10,-8)
| |
| at:2100 text:2100
| |
| bar:dummy2
| |
| shift:(2,-8)
| |
| at:2140 text:40
| |
| at:2150 text:50
| |
| at:2160 text:60
| |
| at:2170 text:70
| |
| at:2180 text:80
| |
| at:2190 text:90
| |
| at:2110 text:10
| |
| shift:(-10,-8)
| |
| at:2100 text:2100
| |
| bar:dummy3
| |
| shift:(2,-8)
| |
| at:2140 text:40
| |
| at:2150 text:50
| |
| at:2160 text:60
| |
| at:2170 text:70
| |
| at:2180 text:80
| |
| at:2190 text:90
| |
| at:2110 text:10
| |
| shift:(-10,-8)
| |
| at:2100 text:2100
| |
| bar:dummy4
| |
| shift:(2,-8)
| |
| at:2140 text:40
| |
| at:2150 text:50
| |
| at:2160 text:60
| |
| at:2170 text:70
| |
| at:2180 text:80
| |
| at:2190 text:90
| |
| at:2110 text:10
| |
| shift:(-10,-8)
| |
| at:2100 text:2100
| |
| bar:dummy5
| |
| shift:(2,-8)
| |
| at:2140 text:40
| |
| at:2150 text:50
| |
| at:2160 text:60
| |
| at:2170 text:70
| |
| at:2180 text:80
| |
| at:2190 text:90
| |
| at:2110 text:10
| |
| shift:(-10,-8)
| |
| at:2100 text:2100
| |
| | |
| }}<noinclude>
| |
| | |
| | |
| </noinclude>
| |