Help:EasyTimeline syntax: Difference between revisions

Content deleted Content added
top: ce
ツバル (talk | contribs)
Font Support: show the source code of example
Line 995:
Timeline has somewhat limited unicode support. It uses FreeSans.ttf font, which supports a subset of all the possible glyphs (it supports Cyrillic alphabet, east-Europe diactrics and kana for instance, but lacks kanji). No other fonts are available at this time.
 
<small>Example:</small>
<source>
ImageSize = width:180 height:90
PlotArea = width:180 height:90 left:0 bottom:0
TimeAxis = orientation:vertical #dummy
Colors =
id:gray value:gray(0.95)
Backgroundcolors = canvas:gray
Period = from:1 till:2 # dummy
TextData=
pos:(10,90) fontsize:L text:"维基百科"
pos:(10,70) fontsize:L text:"Zażółć gęślą jaźń"
pos:(10,50) fontsize:L text:"ウィキペディア"
</source>
will be shown as:
<timeline>
ImageSize = width:180 height:90