תבנית:ציר זמן: הבדלים בין גרסאות בדף

מאין תקציר עריכה
אין תקציר עריכה
שורה 1: שורה 1:
<timeline>
ImageSize  = width:440 height:60
ImageSize  = width:440 height:60
PlotArea  = width:400 height:30 left:20 bottom:30
PlotArea  = width:400 height:30 left:20 bottom:30
TimeAxis  = orientation:horizontal
TimeAxis  = orientation:horizontal
DateFormat = yyyy
DateFormat = yyyy
Period    = from:{{{התחלה}}} till:{{{סוף}}}
Period    = from:{{{1}}} till:{{{2}}}
AlignBars  = early
AlignBars  = early
ScaleMajor = unit:year increment:10 start:{{{התחלה}}}
ScaleMajor = unit:year increment:10 start:{{{1}}}
Colors =
Colors =
   id:canvas value:rgb(1,1,0.85)
   id:canvas value:rgb(1,1,0.85)
שורה 11: שורה 12:
PlotData =
PlotData =
   width:15 color:red
   width:15 color:red
   bar:test from:{{{התחלה}}} till:{{{סוף}}}
   bar:test from:{{{1}}} till:{{{2}}}
   bar:test at:{{{שנה מסומנת}}} mark:(line,white)
   bar:test at:{{{3}}} mark:(line,white)
</timeline>