Content deleted Content added
m →Introduction: <source> |
m →BarData: <source> |
||
Line 335:
<small>Examples:</small>
<source lang="moin">
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
</
The following lines produce the same output (only reference in [[#PlotData|PlotData]] changes):
<source lang="moin">
bar:US text:[[United_States]]
Line 349:
bar:United_States link:http://www.wikipedia.org/wiki/United_States
</
----
|