Help:EasyTimeline syntax: Difference between revisions

Content deleted Content added
Parameters vs data items: that an empty line fails to complete a block is not an "exception" to the rule that "a data block is considered complete when a line starting with a non-space is encountered"
Parameters vs data items: comments do not complete blocks, so the comment character # is an exception to the "non-space" rule
Line 95:
 
'''Data blocks:''' some commands, like [[#BarData|BarData]], [[#PlotData|PlotData]], [[#TextData|TextData]], [[#Colors|Colors]] expect a ''data block'' consisting of one or more ''data lines''. Data lines should start with one or more spaces. A data block is considered complete when a line
starting with a non-space is encountered (thus, sinceunless that non-space is the emptycomment linescharacter are#.
Thus, since empty lines are ignored, they may be used to group related data lines within a block).
 
Attributes in a data block can conceptually be divided into ''parameters'' and ''data items''. Data blocks can contain parameters and data items intermingled.