לדלג לתוכן

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

מתוך צפונות ויקי
מ ניסיון
מ ניסיון נוסף עם ברירות מחדל וincludeonly
שורה 1: שורה 1:
<timeline>
<<includeonly>timeline</includeonly>>
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:{{#if:{{{1|}}}|{{{1}}}|0}} till:{{#if:{{{2|}}}|{{{2}}}|2000}}
Period    = from:{{{1|0}}} till:{{{2|2000}}}
AlignBars  = early
AlignBars  = early
ScaleMajor = unit:year increment:10 start:{{#if:{{{1|}}}|{{{1}}}|0}}
ScaleMajor = unit:year increment:10 start:{{{1|0}}}
Colors =
Colors =
   id:canvas value:rgb(1,1,0.85)
   id:canvas value:rgb(1,1,0.85)
שורה 12: שורה 12:
PlotData =
PlotData =
   width:15 color:red
   width:15 color:red
   bar:test from:{{#if:{{{1|}}}|{{{1}}}|0}} till:{{#if:{{{2|}}}|{{{2}}}|2000}}
   bar:test from:{{{1|0}}} till:{{{2|2000}}}
   bar:test at:{{#if:{{{3|}}}|{{{3}}}|1000}} mark:(line,white)
   bar:test at:{{{3|1000}}} mark:(line,white)
</timeline>
</<includeonly>timeline</includeonly>>

גרסה מ־19:38, 20 במאי 2006

<> ImageSize = width:440 height:60 PlotArea = width:400 height:30 left:20 bottom:30 TimeAxis = orientation:horizontal DateFormat = yyyy Period = from:0 till:2000 AlignBars = early ScaleMajor = unit:year increment:10 start:0 Colors =

 id:canvas value:rgb(1,1,0.85)

BackgroundColors = canvas:canvas PlotData =

 width:15 color:red
 bar:test from:0 till:2000
 bar:test at:1000 mark:(line,white)

</>