Help:EasyTimeline syntax: Difference between revisions

Content deleted Content added
m Introduction: <source>
m BarData: <source>
Line 335:
 
<small>Examples:</small>
<source lang="moin">
<pre>
BarData =
bar:Japan
bar:US text:"United States" # refer in PlotData to bar "US" but show "United States"
bar:China text:[[China]] # label China will be shown as blue clickable link to the English Wikipedia article about China
</presource>
 
The following lines produce the same output (only reference in [[#PlotData|PlotData]] changes):
<source lang="moin">
<pre>
bar:US text:[[United_States]]
 
Line 349:
 
bar:United_States link:http://www.wikipedia.org/wiki/United_States
</presource>
----