Wikipedia:Projekti Matematikë: Dallime mes rishikimesh

Content deleted Content added
Rreshti 69:
|[[Nxitimi]]|| || || ||'''<nowiki>{{</nowiki>njësia&#124;m/s2<nowiki>}}</nowiki>''' jep {{njësia|m/s2}}
|}
 
==Vertikalja kohore==
<pre>
<timeline>
# All measures are in pixels
 
ImageSize = width:y height:y (Minimum image size is 25x25 pixels = 0.25x0.25 inch)
PlotArea = left:50 right:0 bottom:10 top:10
AlignBars = justify
 
DateFormat = x.y ('dd/mm/yyyy', 'mm/dd/yyyy', 'yyyy' or 'x.y')
Period = from:0 till:100
TimeAxis = orientation:vertical
ScaleMajor = unit:year increment:5 start:0
 
# there is no automatic collision detection,
# so shift texts up or down manually to avoid overlap
 
Define $dx = 25 # shift text to right side of bar
 
PlotData=
bar:Njësia color:red width:10 mark:(line,black) align:left fontsize:S
 
from:start till:10 shift:(0,0) text:+
from:10 till:20 shift:(0,5) text:+
from:20 till:30 shift:($dx,5) text:+
from:30 till:40 shift:($dx,5) text:+
from:40 till:50 shift:($dx,-12) text:+
from:50 till:60 shift:($dx,4) text:+XS
from:60 till:70 shift:($dx,-12) text:+
from:70 till:80 shift:($dx,4) text:+
from:80 till:90 shift:($dx,-12) text:+
from:90 till:end shift:($dx,10) text:+
</timeline>
</pre>
<timeline>
# All measures are in pixels
 
ImageSize = width:0 height:550
PlotArea = left:50 right:0 bottom:10 top:10
AlignBars = justify
 
DateFormat = x.y
Period = from:0 till:100
TimeAxis = orientation:vertical
ScaleMajor = unit:year increment:5 start:0
 
# there is no automatic collision detection,
# so shift texts up or down manually to avoid overlap
 
Define $dx = 6 # shift text to right side of bar
 
PlotData=
bar:Njësia color:red width:10 mark:(line,white) align:left fontsize:10
 
from:start till:10 shift:(0,0) text:[[a]]
from:10 till:20 shift:($dx,20) text:[[b]]
from:20 till:30 shift:($dx,-10) text:c
from:30 till:40 shift:($dx,5) text:d
from:40 till:50 shift:($dx,-12) text:e
from:50 till:60 shift:($dx,4) text:f
from:60 till:70 shift:($dx,-12) text:g
from:70 till:80 shift:($dx,4) text:h
from:80 till:90 shift:($dx,-12) text:i
from:90 till:end shift:($dx,10) text:j
</timeline>