Knowledge (XXG)

Help:EasyTimeline syntax

Source 📝

483:# In this example two sets of bars are drawn, in red and blue respectively, # but in each set one bar (marking war periods) will be drawn in green. PlotData = color:red fontsize:S # set defaults bar:USSR from:1919 till:1922 text:Lenin # red bar bar:USSR from:1922 till:1953 text:Stalin # red bar bar:USSR from:1939 till:1945 text:WWII color:green # green bar bar:USSR from:1953 till:1964 text:Krushchev # red bar color:blue # change default color bar:US from:1913 till:1921 text:Wilson # blue bar bar:US from:1917 till:1918 text:WWI color:green # green bar bar:US from:1921 till:1923 text:Harding # blue bar #: --> 123:: Even though EasyTimeline is designed for ease of use, a complicated graphical timeline is a non-trivial affair. A simple timeline may take half an hour to compose (or even less, when a suitable example is taken as a basis). Large timelines may take a few hours for composition and fine-tuning. However, adding to or correcting a timeline, no matter how complex, should be a relatively straightforward affair, even for contributors who have no expert knowledge of the syntax described here. 21: 2983:{{#tag:timeline| ImageSize = width:280 height:25 PlotArea = width:280 height:25 left:0 bottom:0 TimeAxis = orientation:vertical # dummy, required Period = from:0 till:1 # dummy, required Colors = id:canvas value:rgb(1,1,0.85) BackgroundColors = canvas:canvas TextData = pos:(10,10) fontsize:XL text:"a" }} 2395:
ImageSize = height:auto barincrement:20 PlotArea = left:25 right:25 top:15 bottom:30 TimeAxis = orientation:horizontal format:yyyy Colors = id:canvas value:gray(0.7) id:grid1 value:gray(0.4) id:grid2 value:gray(0.2) BackgroundColors = canvas:canvas DateFormat = yyyy ; AlignBars = justify ScaleMajor =
1607:
Attributes text, at, from and till always apply only to the line on which they occur. All other attributes, when not combined with one these four, act as default for the remainder of the command block or until a new default is specified, and may be overruled for a single line. See Parameters vs Data
80:
from wikitext. The image can be a one-dimensional diagram (horizontally or vertically), or a two-dimensional one. The name "EasyTimeline" refers to the possibility to apply the feature with a time scale horizontally or vertically, possibly with another parameter in the other direction, but there are
1750:
DateFormat = dd/mm/yyyy Period = from:01/01/1939 till:02/09/1945 PlotData= width:15 bar:Japan from:01/09/1939 till:27/09/1940 color:green bar:Japan from:27/09/1940 till:19/02/1945 color:yellow bar:Japan from:19/02/1945 till:14/03/1945 color:blue bar:Japan from:02/09/1945 till:end
1834:
BarData= bar:US text:United States bar:SB text:Sea Battles Colors= id:US value:blue legend:United_States id:SB value:rgb(0.8,0,0.7) legend:Sea_Battles PlotData= width:0.3 # see note 1 bar:SB from:07/08/1942 till:09/02/1943
2955:
As a legacy of bitmap font usage, only five font tags are predefined. They will render at slightly different sizes in PNG and SVG images to produce optimal readability for both platforms. It is advised to use these tags instead of numbers whenever possible. They are: XS=eXtra Small, S=Small
474:
have different implications depending on the context. If these parameters occur on a line without data items, they set new defaults for the data lines that follow. If they appear on a line mixed with data items they apply only to that line, thus overruling a default that was previously set.
1835:
text:Guadalcanal color:SB # see note 2 bar:US from:start till:end color:US # see note 3 bar:Midway from:start till:end color:US # see note 4 bar:US at:07/12/1941 text:7/12 Pearl Harbour # see note 5
553:
Bars will always be drawn at equal distances. This command specifies whether the bars should be spaced as much apart as possible, or some white space should be reserved between the left/top side of the chart and the first bar or between the last bar and the right/bottom side of the chart.
484:
this multiline comment does not end command PlotData, even when the previous line does not start with a space<# bar:US from:1923 till:1929 text:Coolidge # blue bar TextData = # now PlotData is considered complete tabs:...etc
977:
This is especially helpful when the number of bars in a timeline is likely to change over time again and again. Or to ensure equal distances between bars in images with many narrow bars where differences in amount of white space would soon be noticed (see for a real example
264:
Commands should start on the first position of a line. Some commands can be followed by multiple lines of data and/or options. These extra lines should start with at least one space or be completely empty (the latter is useful for visually grouping related data lines).
785:
BarData = bar:Japan bar:US text:"United States" # refer in PlotData to bar "US" but show "United States" bar:China text:] # label China will be shown as blue clickable link to the English Knowledge (XXG) article about China
2383:
PlotArea = left:45 right:10 top:10 bottom:10 TimeAxis = orientation:vertical format:yyyy DateFormat = yyyy ; AlignBars = early ScaleMajor = unit:year ScaleMinor = unit:year PlotData = mark:(line,white) align:left fontsize:S width:20 shift:(20,0)
2428:
may be used for specifying sizes and positions. Specify a number between 0 and 100, immediately followed by a % (percentage) sign. For horizontal measurements the percentage is related to image width, for vertical measurements to image height.
2748:
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). You can also specify
427:. 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 (exception: empty lines are ignored, they may be used to group related data lines within a block). 1575:
attributes anymore. The advantage is added flexibility: when you change the overall image size, you do not need to adjust the plotarea definition as well. This is even more important when the image size is calculated automatically (see
805:
This command allows colors to be defined and coupled to an id (identification tag). Other commands will refer to colors with the id specified here. This command expects one or more color definitions, each on a separate indented line.
247:: Commands and their attributes can be specified in lower, upper or mixed case. Please try to be consistent in applying case as this will further readability, e.g. use mixed case for all commands and lowercase for all attributes. 1782:
When command BarData has been used, bars will presented in the order specified there, also the bar id specified here will be validated against that list. Also the text presented along the axis will depend on the definition in
3273: 2468:
Exception: when the text attribute is the last attribute on a line, spaces are allowed (no confusion will arise where the text stops and the next attribute starts, that is—to be precise—when no colons occur in the
380:
When several attributes can be specified for a certain command, they are notated as 'name:value' pairs. When several values can be specified for one attribute they have to be enclosed between parentheses.
2702:(internal page, the prefix is ignored) or e.g. //en.wikipedia.org/w/Main_Page (gives File not found), depending on the URL of the referring page (e.g. different for a preview page and a diff page). 2250:
Defines spacing between consecutive lines in absolute measurements. Specify a value up to 40 pixels or 0.4in. When not specified a default lineheight will be based on the font size currently in use.
859:
Colors = id:war value:red legend:War Period id:peace value:blue legend:Peace Time id:treaty value:rgb(0.6,0,0.6) id:lightgrey value:gray(0.9) id:darkgrey value:gray(0.1)
700:
This is an optional command which if present determines which bars will be drawn on the chart and in which order. If it is omitted then bars will be drawn in order of their appearance in command
4187: 796:
bar:US text:] bar:US text:"United States" link:http://www.wikipedia.org/United_States bar:United_States link:http://www.wikipedia.org/United_States
3692: 577:
The first and last bars will be placed as far apart as possible, leaving no empty space on either side of the chart. When only one bar is present, justify will be interpreted as "centered".
1011:
A legend will only be shown when this command is present. There are several ways to define the appearance and position of the legend. Some attributes are mutually exclusive (see below).
2630:
In embedded links, internal link style is as usual, interwiki link style does not work, external link style is as usual with single brackets, but here with a pipe instead of a space.
1122:
Defines the distance between the left side of the legend and the left side of the page. You can specify an absolute distance or a relative distance (as percentage of the page width).
4304: 2369:
Presets are a shorthand for often used settings. They save a few code lines and promote standardisation, but may be confusing, as the timeline script become less self documenting.
2478:
BarData = text:Japanese_mandate_since_1914 bar:Marshalls BarData = text:"Japanese mandate since 1914" bar:Marshalls BarData = bar:Marshalls text:Japanese mandate since 1914
3015: 1131:
Defines the distance between the top of the legend and the bottom of the page. You can specify an absolute distance or a relative distance (as percentage of the page height).
2396:
unit:year grid:grid1 ScaleMinor = unit:year Legend = orientation:vertical left:35 top:130 PlotData = align:left anchor:from fontsize:M width:15 shift:(4,-6) textcolor:black
2566:
Both output formats available in MediaWiki, i.e. PNG and SVG, can contain clickable links. Texts shown in blue, and bars, may then be clicked, to surf to another web page.
4025: 966:
For maximum flexibility you can let the script calculate the height or width of the image, based on the number of bars and the amount in pixels to add per bar. Specify
561:
The first bar will be placed on the leftmost/topmost position of the chart ('glued' to the axis), leaving space between the last bar and right/bottom side of the chart.
571:: the last bar will be placed as far to the right/bottom side of the chart as possible, leaving space between the axis line (left/top side of chart) and the first bar. 3597: 3436: 924:
This command allows definition of text constants, i.e. shorthands for pieces of script code that occur multiple times. Text constants should always start with a
4030: 3966: 2991: 2961: 2952: 2695: 2689: 2684: 2669: 2657: 2645: 2316: 2009: 1756: 1311: 648: 641: 634: 627: 620: 613: 979: 3853: 3794: 1140:
Legend = orientation:vertical position:bottom columns:3 columnwidth:140 Legend = orientation:horizontal position:bottom Legend = left:100 top:120 columns:3
993:
Amount in pixels that should be added to the image size for each bar specified (mandatory and only allowed in combination with width:auto or height:auto).
982:). Or to make sure several related timelines always use the same distance between bars, no matter how many bars each contains (see for a real example 846:
Specifies the text that should be displayed in the legend for this color. If this attribute is omitted no entry will appear in the legend at all. See
3649: 3527: 3008: 2667: 4212: 4085: 3607: 4286: 4154: 4139: 3644: 3522: 2733:) is normally interpreted as start of comment. When a number sign is part of an url make sure the text is embedded in double quotes as follows: 3580: 1964:
PlotData= bar:US at:07/12/1941 align:left textcolor:black fontsize:XS text:"7/12 Pearl Harbour" link:http://www.wikipedia.org/Pearl_Harbour
3446: 4166: 4020: 4015: 3774: 3043: 2282:
TextData = pos:(20,67) textcolor:black fontsize:S tabs:(10-right,14-left,50-left,90-left,230-left) text:Germany,Italy and Japan sign
77: 4229: 4122: 3585: 3001: 37: 734:
is present. The bar id should not contain any spaces: use underscores instead, these will be converted to spaces, as with article titles.
4159: 4090: 3954: 3779: 3654: 1453:
Defines the time period that will be displayed in the chart. Both parameters are mandatory. Specify dates in compliance with specified
331:
PlotData = fontsize:XS width:20 bar:Japan from:start till:19/02/1945 color:JT bar:Japan from:19/02/1945 till:14/03/1945 color:AI
3622: 4324: 3935: 3848: 3047: 4319: 3883: 3115: 3186: 4336: 4292: 4149: 4144: 3860: 3517: 1588:# e.g. extra space to the left and below the plot area for axis labels and legend PlotArea = left:40 bottom:60 top:10 right:10 1091:
Tip: you may consider omitting the following parameters at first, and only add them when defaults settings are not satisfactory.
97: 4297: 3755: 4331: 4112: 3944: 3799: 3639: 3292: 3193: 3081: 2114:
ScaleMajor = grid:red unit:year increment:1 start:01/01/1940 ScaleMinor = grid:blue unit:month increment:3 start:01/10/1939
1949:
On PNG images only one clickable link will be shown per text segment (text with line breaks (~) constitutes several segments).
3399: 1874:
Defines a text that should be plotted on or near a bar. The anchor position can be defined either explicitly with attribute "
4309: 4117: 3920: 3687: 3076: 29: 3617: 3612: 3169: 1149:
Some timelines extend over several clearly distinct periods. A line demarcating these periods may serve as a visual aid.
4095: 3404: 2314: 1611:
PlotData accepts a lot of attributes, some of which are mutually exclusive. These attributes can be grouped as follows:
4357: 4279: 4197: 3702: 3302: 3268: 2465:
2). When text should contain spaces, either specify these by using underscores or place the text between double quotes.
2272:
On PNG images only one clickable link will be shown per text segment (text with tabs (^) constitutes several segments).
691:
BackgroundColors = bars:darkgrey BackgroundColors = canvas:lightgrey bars:darkgrey BackgroundColors = canvas:lightgrey
4005: 3409: 1551:
These attributes are only retained for downward compatibility. Earlier a plot area could only be defined by its total
3910: 3870: 3784: 3241: 1184:
Specify front or back (default). Defines whether the line should appear in front of or behind all time segment bars.
93: 3930: 3903: 3760: 1600:
For texts which are not related to a certain period or date/year or which require extensive formatting use command
1536:
Margin between right side of image and right side of plot area. Specify value in absolute or relative measurements.
4055: 3814: 3263: 3071: 3061: 3714: 3709: 3137: 1524:
Margin between left side of image and left side of plot area. Specify value in absolute or relative measurements.
983: 740:
When specified this specifies the text to be presented along the axis, instead of the bar id. See also rules for
4107: 3971: 3198: 3125: 1861:
the last line will not result in a bar being plotted, it merely specifies on which bar the text should be placed
73: 3961: 3495: 3384: 4244: 3236: 2693: 730:) will expect this id for reference. This will also be the label to be shown along the axis, unless attribute 3666: 3456: 3441: 3339: 3181: 4192: 3949: 3174: 1542:
Margin between bottom of image and bottom of plot area. Specify value in absolute or relative measurements.
4035: 3661: 3500: 3285: 1705:
Specifies at which date/year a bar should end. Use date/year format as specified in DateFormat or specify
936:
Define $ broad = width:30 Define $ narrow = width:10 Define $ bardefaults = $ broad fontsize:S
4249: 4040: 3878: 3819: 3152: 3039: 2698:
The third one to Meta-Knowledge (XXG) works properly, except from Meta itself, the other links work like
2097:
ScaleMajor = gridcolor:red start:1940 ScaleMajor = gridcolor:red unit:month increment:3 start:01/09/1939
1597:
Used to define bars (symbolizing a time period), and add text next to these bars on a specific position.
41: 4010: 3745: 3147: 2682: 2643: 1976:
Places a marker in a bar at the specified position. Specify as mark:(symbol, color). The only value for
3733: 3627: 3035: 2655: 85: 51: 89: 3789: 3726: 3461: 3349: 3317: 3215: 1798:
Blank lines may be added to skip over lines that you do not wish to add to with declarations such as
1530:
Margin between top of image and top of plot area. Specify value in absolute or relative measurements.
661:
This command allows the specification of background colors for various parts of the chart. Any color
4239: 4234: 4102: 1916:
Specify a point size between 6 and 30, or (preferably) one of tags XS, S (default), M, L or XL. See
1051:
Specify 1, 2, 3 or 4. When this attribute is omitted the number of columns is determined as follows:
542:
For each command the valid attributes are listed. Some commands and/or attributes are optional (O).
4207: 4080: 3505: 3312: 3251: 2162:) (URL) for use in clickable maps. The label along the axis will be shown as a blue clickable link. 1641:
the text either starts, ends or is centered at this position. Use date/year format as specified in
1036:
Defines placement of the legend relative to the chart area. Specify top, bottom (default) or right.
4224: 4219: 4070: 3915: 3893: 3592: 3307: 2717:) is normally interpreted as line break. When a tilde is part of an url write it as is two tildes. 2084:
Specifies where the first grid line and/or stub should be displayed. Defaults to start of defined
2062:
Specifies the unit by which the grid spacing is incremented. Specify day, month or year (default).
1889:
In the latter case the text will be positioned in the middle of the defined bar segment. See also
1779:
data block. The id specified here will also be the text presented along the axis, next to the bar.
545:
For some commands certain attributes are mutually exclusive (will be explained where applicable).
4045: 3468: 3414: 3280: 3132: 3098: 2046:
Defines the color for the grid lines. When this attribute is omitted no grid lines will be drawn.
4262: 4257: 4134: 3559: 256:
A script can contain commands and comments. Each command is followed by one or more attributes.
2325:
Defines the orientation of the time axis, and textual representation of stubs along that axis.
2035:: the orientation of the lines and/or placement of the stubs depends on the orientation of the 3983: 3843: 3826: 3682: 3226: 3203: 3142: 3103: 371:
Dateformat = dd/mm/yyyy # European date format Period = from:01/09/1939 till:02/09/1945 #: -->
4202: 4075: 3334: 2456:
is allowed for font rendering, but Unicode in links should work for all characters. See also
4065: 3634: 3534: 3394: 3978: 3809: 3120: 3051: 1906:
Defines the color of the text. The color id specified should be defined first with command
362:
will also be regarded as a comment. Comments can span multiple lines, when tagged this way.
4314: 4129: 3925: 3544: 3539: 3451: 3372: 3327: 3246: 3093: 2965: 2001:
PlotData= bar:test width:15 color:red from:1900 till:2000 at:1990 mark:(line,white)
1793:
Restarts the bar display "from the top", allowing multiple bars on the same line. Syntax:
127: 117:
EasyTimeline will then be invoked to render a PNG image and (optionally) a clickable map.
36:
It explains concepts or processes used by the Knowledge (XXG) community. It is not one of
2600:
Embedded links are links that are (part of a) displayable text, specified with attribute
2106:
This command defines a further subdivision of the timescale. See ScaleMajor for syntax .
2432:
The first coordinate is horizontal from left to right, the second is vertically upward.
1156:
Draws a line perpendicular to the time axis (default at maximal length, see also below).
3836: 3344: 3322: 3157: 3108: 3024: 1427:
Note that in the above example those "absolute positions" are plotted in the context of
1158:
Specify the date/year where the line should be drawn, in compliance with the specified
826:
predefined color constant, for which 32 predefined color names are recognized (see the
2222:
is the horizontal displacement in absolute measurements from the left side of the text
2078:
Specifies the numbers of units by which the grid spacing is incremented. Default is 1.
1677:
Specifies at which date/year a bar should start. Use date/year format as specified in
1464:
Timeline starts here. The specified value can be referenced as start in commands like
1194:
Only in rare cases the following extra attributes may be needed for full flexibility:
4351: 3888: 3769: 3697: 3602: 3421: 3367: 3359: 3231: 3164: 2414:
may be used for specifying sizes, positions and position shifts, measured in pixels.
1958:
PlotData= bar:US at:07/12/1941 align:left textcolor:black fontsize:XS text:7/12 ]
1567:
margins. Now you can specify all four margins, and are advised to do so, and not use
4171: 2757:
to specify a different font, or do the rendering in a completely different way with
2168:
Defines the color of the text. The color id specified should be defined first using
868:
This command defines how dates, specified in other commands, should be interpreted.
3426: 3379: 3088: 2604:. Their counterpart are explicit links (URL only) which are defined with attribute 1936:) (URL) for use in clickable maps. The text will be shown as a blue clickable link. 1002:
ImageSize = width:800 height:600 ImageSize = width:800 height:auto barincrement:30
1848:
bar US will be drawn before bar SB, even when specified after it, because command
1845:
this line specifies a bar to be drawn and a text to placed on it at the same time
1637:
Specifies at which date/year a text should be positioned. Depending on attribute
827: 3297: 107:
Graphical timelines can be produced by providing a script between special tags:
1478:
Time ends here. The specified value can be referenced as end in other commands.
3898: 3831: 3721: 3575: 3570: 3431: 1775:
has not been used, bars will be drawn in the order in which they occur in any
1083:
1-5 entries: 1 column, 6-10 entries: 2 columns, 11 or more entries: 3 columns.
1059:: Attribute columns does not apply here. All entries will be on the same line. 1842:
this line establishes a default bar width for the remainder of the data block
3512: 3490: 3482: 3478: 3389: 2699: 2025:
Textually, through stubs in the time axis, below or to the left of the chart
1751:
color:red at:07/12/1941 shift:(0,-2) text:"<-- Attack on Pearl Harbor"
945:
This command defines the overall size of the final image. Specify values in
707:
For complex timelines with many bars, usage of this command is recommended:
268:
Commands have one of the following forms, depending on the type of command:
241:. Either or both can occur multiple times. All other commands are optional. 2993: 2335:
Currently only format yyyy (default) is supported. More formats may follow.
1946:
Either use attribute link, or an embedded link in attribute text, not both.
833:
rgb (red,green,blue): specify 3 numbers between 0 (minimal) and 1 (maximal)
2739:
Actually it may be a good idea to always put texts between double quotes.
2123:
Used to define a text block that can be positioned anywhere on the chart.
1202:
You can draw lines in any direction. The following options are available:
1042:: orientation = 'horizontal' and position = 'right' are mutually exclusive 1027:: orientation = 'horizontal' and position = 'right' are mutually exclusive 813:
Other commands will use this id to specify text, bar or background colors.
397:
Most commands only accept attributes that are specified on the same line.
3804: 3549: 3258: 758:) (URL). The label along the axis will be shown as a blue clickable link. 2453: 903: 389:
AlignBars = justify Color SB = value:rgb(0.8,0,0.7) legend:Sea_Battles
2332:
Specify in which format dates should be presented along the time axis.
2144:
Defines the top-left corner of the text block in absolute or relative
1081:: The number of columns depends on the number of entries to be shown: 1855:
bar Midway will be rejected because it is not declared with command
819:
Actual color definition. Color values can be either be specified as:
372:
this chart will show the complete duration of World War II <#
2178:
Specify a point size between 6 and 30, or (preferably) one of tags
2022:
Graphically, through thin vertical or horizontal lines in the chart
1113:: this parameter is ignored when columns = 1 is defined or implied. 2710:
Blank spaces and underscores in the url should be written as %20.
1361:# perpendicular to time axis, with specified start and stop points 718:
can be validated against this list, thus preventing typing errors.
438:. Data blocks can contain parameters and data items intermingled. 3993: 896:: this format is only allowed for dates starting from 01/01/1800 884:: this format is only allowed for dates starting from 01/01/1800 210:
Shorthands for pieces of script code that occur multiple times:
2997: 2018:
This command divides the timeline into smaller periods, either
789:
The following lines produce the same output (only reference in
3997: 2989: 2959: 2950: 2692: 2687: 2681: 2666: 2654: 2642: 2313: 2052:: The color id specified should be defined first with command 2007: 1754: 1715:: This attribute should be used in combination with attribute 1691:: This attribute should be used in combination with attribute 1415:# from one arbitrary absolute position to another, extra thick 1309: 1174:: The color id specified should be defined first with command 836:
gray (value): specify a number between 0 (black) and 1 (white)
646: 639: 632: 625: 618: 611: 15: 1729:
Specifies a horizontal and vertical displacement in absolute
196:
How to order, divide, and name groups of events and periods:
2505:
TextData = tabs:(4-right,12-right,14-left,34-left) text:
1811:
The color id specified should be defined first with command
962:
Height of final image: maximum is 1200 pixels, minimum is 25
430:
Attributes in a data block can conceptually be divided into
2964:
This documentation is originally a wikified version of the
956:
Width of final image: maximum is 1600 pixels, minimum is 25
1190:
specify value between 0.1 (very thin) and 10 (very thick)
1107:
or a relative distance (as percentage of the page width).
1103:
Defines the distance between columns. You can specify an
1739:
Placement of text beside a bar, instead of on top of it.
1346:# perpendicular to time axis full length but behind bars 1283:
expect a date or year, in compliance with the specified
98:
EasyTimeline activation on other MediaWiki installations
2555:# IMF and World Bank 2549:# 1 27/9 Berlin Ger,It,Jap sign Tripartite Pact 1821:
Specifies the width of the bar in absolute or relative
59: 233:. At least one of the following commands is required: 164:
Interpretation and presentation of dates and periods:
1808:
Specifies the color is which the bar should be drawn.
1709:
which refers to time frame defined by command Period.
1685:
which refers to time frame defined by command Period.
1514:
Specify value in absolute or relative measurements. (
2134:
for rules. The text may include embedded links (see
1663:: This attribute cannot be combined with attributes 1325:# all lines in front of bars unless stated otherwise 4180: 4054: 3992: 3869: 3754: 3675: 3558: 3477: 3358: 3214: 3060: 2552:# 10 1-22/7 Bretton Woods 44 nations establish 2440:PlotArea = width:80% height:80% left:10% bottom:5% 505:(hash, hash+"greater than", "less than"+hash): see 460:always apply only to the line in which they occur. 2611:Both type of links can be specified with commands 2422:PlotArea = width:800 height:600 left:50 bottom:50 2208:Defines position and alignment for tab character: 1988:id specified should be defined first with command 1768:Specifies to which bar all other attributes apply. 2212:(caret). Specify multiple tab settings as tabs: ( 1992:. When not specified color black will be assumed. 1910:. When not specified color black will be assumed. 1168:Specify the color in which the line should drawn. 343:Single and multi line comments can be specified: 986:). In short it is a good idea most of the time. 532:(dollar sign) precedes any user defined constant 2228:is the alignment for the text segment (specify 676:Specify a background color for the whole image. 2521:Berlin Ger,It,Jap sign Tripartite Pact text: 2389:Preset = TimeHorizontal_AutoPlaceBars_UnitYear 2360:TimeAxis = orientation:horizontal format:yyyy 1653:which refers to time frame defined by command 1436:PlotArea = left:20 right:10 top:10 bottom:20 744:. The text may include one embedded link (see 711:It will ease reordering of the displayed data. 218: 143: 3009: 2956:(default), M=Medium, L=Large, XL=eXtra large 2072:yyyy is specified, only unit year is allowed. 222: 147: 8: 980:Template:Vocal and instrumental pitch ranges 726:defines the bar id. Other commands (notably 2976:To render template parameters you must use 2592:You can specify one link per text segment. 2474:Example: (the following are all equivalent) 585: 226: 169: 4287:Category:Knowledge (XXG) information pages 3016: 3002: 2994: 2972:EasyTimeline code with template parameters 2537:Bretton Woods 44 nations establish text: 2302:Bretton Woods 44 nations establish text: 1577: 665:s specified should be defined first using 2372:At the moment two presets are available: 2172:. When not specified, the color is black. 1896:The text may include embedded links (see 1487:Period = from:01/09/1939 till:02/09/1945 1926:Specify center (default), left or right. 1334:# perpendicular to time axis full length 1301:expect coordinates (e.g. pixels values) 682:Specify a background color for all bars. 595: 590: 38:Knowledge (XXG)'s policies or guidelines 890:Dates are interpreted as month/day/year 878:Dates are interpreted as day/month/year 830:where all these constants are defined). 186:Events, periods and descriptive texts: 2758: 2754: 2750: 2585:, or as embedded links, via attribute 2448:Text input is subject to a few rules: 2351:as the option to reverse the time flow 1719:and cannot be combined with attribute 1695:and cannot be combined with attribute 1500:Specify value in absolute or relative 1263:with arbitrary start and stop points: 1209:with arbitrary start and stop points: 217:The following commands are mandatory: 2672:Attempt to use interwiki link style: 2569:Links can be specified with commands 2377:Preset = TimeVertical_OneBar_UnitYear 1736:Texts to be shifted to avoid overlaps 1236:with arbitrary start and stop points 155: 7: 2482:3). In data lines following command 1608:Items for more info and an example. 40:, and may reflect varying levels of 4026:User CSS for monospaced coding font 3274:Non-admin and admin-only page moves 2966:original EasyTimeline documentation 2624: 2265:, or an embedded link in attribute 1071:: All entries will be in one column 772:, or an embedded link in attribute 2678:and similar with nl: and m: give: 2486:one character has special meaning: 1878:", or implicitly with attributes " 526:(underscore) in texts means: space 514:(tilde) in texts means: line break 300:Color Jp = value:red legend:Japan 81:also various other possibilities. 14: 2457: 2199: 2145: 1917: 1822: 1730: 1501: 1430:ImageSize = width:200 height:120 1104: 946: 592:TimeAxis = orientation:horizontal 3967:Bug reports and feature requests 94:mw:Extension:EasyTimeline/syntax 19: 4280:Category:Knowledge (XXG) how-to 3795:Template sandbox and test cases 3034:Get personal technical help at 2131: 2069: 1890: 1678: 1642: 1454: 1284: 1159: 847: 741: 601: 597:TimeAxis = orientation:vertical 587: 177: 173: 165: 3025:Knowledge (XXG) technical help 2028:Both graphically and textually 1207:Perpendicular to the time axis 970:(for horizontal time axis) or 466:in data lines attributes like 159: 1: 2636:text:example ] internal link 2620: 2616: 2578: 2574: 2483: 2341:Specify hor (default) or ver. 2036: 1961:produces the same result as: 1776: 1601: 1469: 1465: 1021:Specify hor or ver (default). 790: 727: 715: 701: 506: 412: 408: 351:will be regarded as a comment 347:Text following the hash sign 238: 234: 230: 205: 191: 187: 181: 76:feature produces an embedded 3650:How to improve image quality 3528:Complete diff and link guide 2612: 2570: 2407:Scales for size and position 1900:) for use in clickable maps. 1856: 1849: 1784: 1772: 1198:Advanced positioning options 404: 197: 138:The script commands define: 4086:Cleaning up vandalism tools 3972:TimedMediaHandler extension 3608:Preparing images for upload 2169: 2085: 2053: 1989: 1907: 1812: 1802:with no further attributes. 1654: 1175: 666: 520:(caret) in texts means: tab 416: 293:Command name = attribute(s) 211: 201: 151: 4374: 4172:Beta Features at MediaWiki 3645:Basic bitmap image editing 3523:Simple diff and link guide 2130:The actual text. See also 974:(for vertical time axis). 423:consisting of one or more 49: 4273: 3447:Advanced table formatting 3031: 2660:text: paints Night Watch 1733:for a text. This allows: 1234:Parallel to the time axis 984:List of popes (graphical) 444:in data lines attributes 90:mw:Extension:EasyTimeline 4167:Wikimedia Cloud Services 4021:Common.js and common.css 4016:Catalogue of CSS classes 3775:Advanced template coding 3618:Options to hide an image 3044:village pump (technical) 2768: 2581:, either with attribute 2503: 2280: 2158:Specify a web link (see 1932:Specify a web link (see 1313: 915:DateFormat = mm/dd/yyyy 754:Specify a web link (see 393:Parameters vs data items 284:DateFormat = dd/mm/yyyy 86:Knowledge (XXG):Timeline 4291:Further navigation at: 4031:Classes in microformats 3586:Moving files to Commons 3405:Conditional expressions 2980:syntax. As an example: 1852:determines the sequence 1547:width/height attributes 1376:# parallel to time axis 871:Valid dateformats are: 714:Bar names specified in 4358:Knowledge (XXG) how-to 4091:Customizing watchlists 4006:Cascading Style Sheets 3780:Template documentation 3655:Graphics Lab resources 3598:Introduction to images 3410:Switch parser function 1760:Bar related attributes 1618:Bar related attributes 1057:orientation horizontal 277:Command = attribute(s) 128:author of EasyTimeline 3904:File description page 3623:Extended image syntax 2719:For example, link to 2713:The tilde character ( 2500:Example showing tabs: 2452:1). Only a subset of 2261:Either use attribute 1980:supported to date is 1629:Positional attributes 1615:Positional attributes 947:absolute measurements 941:ImageSize (mandatory) 768:Either use attribute 126:Feel free to ask the 4155:Navigation shortcuts 4140:Alternative browsing 3138:Multilingual support 3116:How to create a page 2807:orientation:vertical 2721:www.site.com/~mysite 1492:PlotArea (mandatory) 1063:orientation vertical 403:some commands, like 252:General syntax rules 28:This help page is a 3861:Guide to Scribbling 3739:EasyTimeline syntax 3518:Simplest diff guide 3385:Line-break handling 2915:"Zażółć gęślą jaźń" 2706:Special characters: 2543:# will be shown as: 2541:IMF and World Bank 2306:IMF and World Bank 906:from -9999 to +9999 828:Ploticus color page 3854:Costs and benefits 3800:Citation templates 3667:Visual file markup 3640:Graphics tutorials 3581:Creation and usage 3457:Conditional tables 3340:User contributions 3281:Notifications/Echo 3194:User access levels 3182:Special Characters 3082:Keyboard shortcuts 2947:will be shown as: 2663:will be shown as: 2651:will be shown as: 2639:will be shown as: 2391:, which expands to 2379:, which expands to 2310:will be shown as: 2202:for more details). 2004:will be shown as: 1516:do not use anymore 1506:do not use anymore 1449:Period (mandatory) 489:Special characters 134:Available commands 114:</timeline: --> 4345: 4344: 4325:Citation metadata 4230:Navigation popups 4188:AfC helper script 4181:Automated editing 4036:Markup validation 3921:Project/Wikipedia 3688:Graphs and charts 3662:Sound file markup 3564:videos and sounds 3427:Sections and TOCs 3227:Special page help 2766: 2751:|font=freesanswmf 2729:The number sign ( 2623:and are used for 2501: 2475: 2437: 2426:Relative measures 2419: 2412:Absolute measures 2357: 2278: 2111: 2094: 1998: 1955: 1920:for more details. 1831: 1747: 1585: 1484: 1439: 1306: 1137: 1105:absolute distance 999: 933: 912: 856: 782: 688: 653: 652: 583: 538:Command reference 480: 386: 368: 336: 335: 110:<timeline: --> 70: 69: 4365: 4160:Optimum tool set 4011:HTML in wikitext 3955:User page design 3746:WikiHiero syntax 3613:Uploading images 3603:Picture tutorial 3170:Software notices 3148:Page information 3018: 3011: 3004: 2995: 2979: 2943: 2940: 2937: 2934: 2931: 2928: 2925: 2922: 2919: 2916: 2913: 2910: 2907: 2904: 2901: 2898: 2895: 2892: 2889: 2886: 2883: 2880: 2877: 2874: 2871: 2868: 2865: 2862: 2859: 2856: 2853: 2850: 2847: 2844: 2841: 2838: 2835: 2834:Backgroundcolors 2832: 2829: 2826: 2823: 2820: 2817: 2814: 2811: 2808: 2805: 2802: 2799: 2796: 2793: 2790: 2787: 2784: 2781: 2778: 2775: 2772: 2764: 2760: 2756: 2752: 2736:text:"More at " 2556: 2553: 2550: 2547: 2544: 2540: 2536: 2532: 2528: 2524: 2520: 2516: 2512: 2508: 2499: 2473: 2435: 2417: 2355: 2305: 2301: 2297: 2293: 2289: 2285: 2276: 2109: 2092: 1996: 1968:Marker attribute 1953: 1885: 1881: 1877: 1829: 1801: 1796: 1745: 1624:Marker attribute 1583: 1482: 1437: 1431: 1425: 1416: 1413: 1410: 1407: 1404: 1401: 1398: 1395: 1392: 1389: 1386: 1383: 1380: 1377: 1374: 1371: 1368: 1365: 1362: 1359: 1356: 1353: 1350: 1347: 1344: 1341: 1338: 1335: 1332: 1329: 1326: 1323: 1320: 1317: 1304: 1261:In any direction 1135: 997: 931: 910: 902:this deals with 854: 780: 686: 657:BackgroundColors 586: 581: 478: 384: 366: 271: 270: 156:BackgroundColors 142:Overall layout: 62: 23: 22: 16: 4373: 4372: 4368: 4367: 4366: 4364: 4363: 4362: 4348: 4347: 4346: 4341: 4269: 4198:AutoWikiBrowser 4176: 4050: 3988: 3865: 3849:Labeled section 3790:Template limits 3750: 3727:Musical symbols 3703:To scale charts 3671: 3554: 3473: 3462:Sortable tables 3354: 3350:What links here 3318:Related changes 3303:Pending changes 3269:History merging 3252:Reset passwords 3210: 3056: 3027: 3022: 2992: 2990: 2984: 2977: 2974: 2962: 2960: 2953: 2951: 2945: 2944: 2941: 2938: 2935: 2932: 2929: 2926: 2923: 2920: 2917: 2914: 2911: 2908: 2905: 2902: 2899: 2896: 2893: 2890: 2887: 2884: 2881: 2878: 2875: 2872: 2869: 2866: 2863: 2860: 2857: 2854: 2851: 2848: 2845: 2842: 2839: 2836: 2833: 2830: 2827: 2824: 2821: 2818: 2815: 2812: 2809: 2806: 2803: 2800: 2797: 2794: 2791: 2788: 2785: 2782: 2779: 2776: 2773: 2770: 2759:|method=svg2png 2746: 2737: 2727: 2696: 2694: 2690: 2688: 2685: 2683: 2679: 2676: 2670: 2668: 2661: 2658: 2656: 2649: 2646: 2644: 2637: 2598: 2564: 2558: 2557: 2554: 2551: 2548: 2545: 2542: 2538: 2534: 2530: 2526: 2522: 2518: 2514: 2510: 2506: 2479: 2446: 2441: 2423: 2409: 2402: 2397: 2385: 2367: 2361: 2338:orientation (O) 2323: 2317: 2315: 2308: 2307: 2303: 2299: 2295: 2291: 2287: 2283: 2216:, etc..) where 2136:Notes 1 & 2 2121: 2115: 2104: 2098: 2016: 2010: 2008: 2002: 1970: 1965: 1959: 1898:Notes 1 & 2 1883: 1879: 1875: 1868: 1866:Text attributes 1836: 1799: 1794: 1762: 1757: 1755: 1752: 1631: 1621:Text attributes 1595: 1589: 1494: 1488: 1451: 1435: 1429: 1418: 1417: 1414: 1411: 1408: 1405: 1402: 1399: 1396: 1393: 1390: 1387: 1384: 1381: 1378: 1375: 1372: 1369: 1366: 1363: 1360: 1357: 1354: 1351: 1348: 1345: 1342: 1339: 1336: 1333: 1330: 1327: 1324: 1321: 1318: 1315: 1312: 1310: 1267::(x1,y1)(x2,y2) 1147: 1141: 1009: 1003: 943: 937: 928:(dollar sign). 922: 916: 866: 860: 803: 797: 787: 698: 692: 659: 649: 647: 642: 640: 635: 633: 628: 626: 621: 619: 614: 612: 558:early (default) 551: 540: 491: 486: 395: 390: 378: 373: 341: 332: 327: 301: 296: 285: 280: 262: 254: 136: 115: 105: 66: 65: 58: 54: 46: 45: 20: 12: 11: 5: 4371: 4369: 4361: 4360: 4350: 4349: 4343: 4342: 4340: 4339: 4334: 4329: 4328: 4327: 4317: 4312: 4307: 4302: 4301: 4300: 4298:Administrators 4290: 4283: 4274: 4271: 4270: 4268: 4267: 4266: 4265: 4260: 4252: 4247: 4242: 4237: 4232: 4227: 4222: 4217: 4216: 4215: 4210: 4200: 4195: 4190: 4184: 4182: 4178: 4177: 4175: 4174: 4169: 4164: 4163: 4162: 4157: 4152: 4147: 4142: 4132: 4127: 4126: 4125: 4120: 4115: 4105: 4100: 4099: 4098: 4088: 4083: 4081:Citation tools 4078: 4073: 4068: 4062: 4060: 4058: 4052: 4051: 4049: 4048: 4043: 4038: 4033: 4028: 4023: 4018: 4013: 4008: 4002: 4000: 3990: 3989: 3987: 3986: 3981: 3976: 3975: 3974: 3969: 3959: 3958: 3957: 3947: 3942: 3941: 3940: 3939: 3938: 3923: 3918: 3913: 3908: 3907: 3906: 3896: 3891: 3886: 3881: 3875: 3873: 3871:Data structure 3867: 3866: 3864: 3863: 3858: 3857: 3856: 3851: 3841: 3840: 3839: 3829: 3824: 3823: 3822: 3817: 3807: 3802: 3797: 3792: 3787: 3785:Template index 3782: 3777: 3772: 3766: 3764: 3759: 3752: 3751: 3749: 3748: 3743: 3742: 3741: 3731: 3730: 3729: 3722:Musical scores 3719: 3718: 3717: 3707: 3706: 3705: 3700: 3695: 3685: 3679: 3677: 3676:Other graphics 3673: 3672: 3670: 3669: 3664: 3659: 3658: 3657: 3652: 3647: 3637: 3632: 3631: 3630: 3625: 3620: 3615: 3610: 3605: 3600: 3590: 3589: 3588: 3583: 3573: 3567: 3565: 3563: 3562:files: images, 3556: 3555: 3553: 3552: 3547: 3542: 3537: 3532: 3531: 3530: 3525: 3520: 3510: 3509: 3508: 3503: 3498: 3487: 3485: 3475: 3474: 3472: 3471: 3466: 3465: 3464: 3459: 3454: 3449: 3444: 3439: 3429: 3424: 3419: 3418: 3417: 3412: 3407: 3402: 3392: 3387: 3382: 3377: 3376: 3375: 3364: 3362: 3356: 3355: 3353: 3352: 3347: 3342: 3337: 3332: 3331: 3330: 3320: 3315: 3313:Recent changes 3310: 3305: 3300: 3295: 3290: 3289: 3288: 3278: 3277: 3276: 3271: 3261: 3256: 3255: 3254: 3244: 3242:Emailing users 3239: 3234: 3229: 3223: 3221: 3217: 3212: 3211: 3209: 3208: 3207: 3206: 3196: 3191: 3190: 3189: 3179: 3178: 3177: 3167: 3162: 3161: 3160: 3150: 3145: 3140: 3135: 3130: 3129: 3128: 3118: 3113: 3112: 3111: 3106: 3101: 3096: 3086: 3085: 3084: 3079: 3068: 3066: 3064:technical help 3063: 3058: 3057: 3032: 3029: 3028: 3023: 3021: 3020: 3013: 3006: 2998: 2988: 2982: 2973: 2970: 2958: 2949: 2769: 2745: 2742: 2741: 2735: 2725: 2718: 2691: 2686: 2680: 2677: 2674: 2665: 2659: 2653: 2647: 2641: 2635: 2625:clickable maps 2597: 2596:Embedded links 2594: 2563: 2562:Clickable maps 2560: 2559: 2504: 2497: 2496: 2492:(caret) means 2487: 2477: 2471: 2470: 2466: 2462: 2461: 2445: 2442: 2439: 2421: 2408: 2405: 2401: 2398: 2394: 2393: 2392: 2382: 2381: 2380: 2366: 2363: 2362: 2359: 2353: 2352: 2345: 2342: 2339: 2336: 2333: 2330: 2322: 2319: 2318: 2312: 2281: 2274: 2273: 2270: 2252: 2251: 2248: 2247:lineheight (O) 2244: 2243: 2242: 2241: 2223: 2206: 2203: 2176: 2173: 2166: 2163: 2156: 2153: 2142: 2139: 2128: 2120: 2117: 2116: 2113: 2103: 2100: 2099: 2096: 2090: 2089: 2082: 2079: 2076: 2073: 2063: 2060: 2057: 2047: 2044: 2030: 2029: 2026: 2023: 2015: 2012: 2011: 2006: 2000: 1994: 1993: 1974: 1969: 1966: 1963: 1957: 1951: 1950: 1947: 1938: 1937: 1930: 1927: 1924: 1921: 1914: 1911: 1904: 1901: 1894: 1887: 1872: 1867: 1864: 1863: 1862: 1859: 1853: 1846: 1843: 1833: 1827: 1826: 1819: 1816: 1809: 1806: 1803: 1797: 1791: 1788: 1780: 1769: 1766: 1761: 1758: 1753: 1749: 1743: 1742: 1741: 1740: 1737: 1727: 1724: 1710: 1703: 1700: 1686: 1675: 1672: 1658: 1635: 1630: 1627: 1626: 1625: 1622: 1619: 1616: 1594: 1591: 1590: 1587: 1544: 1543: 1540: 1537: 1534: 1531: 1528: 1525: 1522: 1519: 1512: 1509: 1498: 1493: 1490: 1489: 1486: 1480: 1479: 1476: 1473: 1462: 1450: 1447: 1446: 1445: 1444: 1443: 1442: 1441: 1440: 1314: 1308: 1288: 1269: 1268: 1258: 1231: 1192: 1191: 1188: 1185: 1182: 1179: 1169: 1166: 1163: 1157: 1154: 1146: 1143: 1142: 1139: 1133: 1132: 1129: 1123: 1120: 1114: 1108: 1101: 1087: 1086: 1085: 1084: 1082: 1072: 1069:position right 1060: 1053: 1052: 1049: 1043: 1037: 1034: 1028: 1022: 1019: 1008: 1005: 1004: 1001: 995: 994: 991: 964: 963: 960: 957: 954: 942: 939: 938: 935: 921: 918: 917: 914: 908: 907: 900: 897: 891: 888: 885: 879: 876: 865: 862: 861: 858: 852: 851: 844: 840: 839: 838: 837: 834: 831: 821: 820: 817: 814: 811: 802: 799: 798: 795: 784: 778: 777: 760: 759: 752: 749: 738: 735: 724: 720: 719: 712: 697: 694: 693: 690: 684: 683: 680: 677: 674: 658: 655: 654: 651: 650: 645: 643: 638: 636: 631: 629: 624: 622: 617: 615: 610: 608: 600: 599: 594: 589: 579: 578: 575: 572: 567:Opposite from 565: 562: 559: 550: 547: 539: 536: 535: 534: 533: 527: 521: 515: 509: 490: 487: 482: 394: 391: 388: 377: 374: 370: 364: 363: 352: 340: 337: 334: 333: 330: 328: 306: 303: 302: 299: 297: 290: 287: 286: 283: 281: 274: 261: 258: 253: 250: 249: 215: 214: 208: 194: 184: 162: 135: 132: 109: 104: 101: 68: 67: 64: 63: 55: 50: 47: 35: 34: 26: 24: 13: 10: 9: 6: 4: 3: 2: 4370: 4359: 4356: 4355: 4353: 4338: 4335: 4333: 4330: 4326: 4323: 4322: 4321: 4318: 4316: 4313: 4311: 4308: 4306: 4305:Accessibility 4303: 4299: 4296: 4295: 4294: 4289: 4288: 4284: 4282: 4281: 4276: 4275: 4272: 4264: 4261: 4259: 4256: 4255: 4253: 4251: 4248: 4246: 4243: 4241: 4238: 4236: 4233: 4231: 4228: 4226: 4223: 4221: 4218: 4214: 4211: 4209: 4206: 4205: 4204: 4201: 4199: 4196: 4194: 4191: 4189: 4186: 4185: 4183: 4179: 4173: 4170: 4168: 4165: 4161: 4158: 4156: 4153: 4151: 4150:Editing tools 4148: 4146: 4145:Browser tools 4143: 4141: 4138: 4137: 4136: 4133: 4131: 4128: 4124: 4121: 4119: 4116: 4114: 4111: 4110: 4109: 4106: 4104: 4101: 4097: 4094: 4093: 4092: 4089: 4087: 4084: 4082: 4079: 4077: 4074: 4072: 4069: 4067: 4064: 4063: 4061: 4057: 4056:Customisation 4053: 4047: 4046:Useful styles 4044: 4042: 4039: 4037: 4034: 4032: 4029: 4027: 4024: 4022: 4019: 4017: 4014: 4012: 4009: 4007: 4004: 4003: 4001: 3999: 3995: 3991: 3985: 3982: 3980: 3977: 3973: 3970: 3968: 3965: 3964: 3963: 3960: 3956: 3953: 3952: 3951: 3948: 3946: 3943: 3937: 3934: 3933: 3932: 3929: 3928: 3927: 3924: 3922: 3919: 3917: 3914: 3912: 3909: 3905: 3902: 3901: 3900: 3897: 3895: 3892: 3890: 3887: 3885: 3882: 3880: 3877: 3876: 3874: 3872: 3868: 3862: 3859: 3855: 3852: 3850: 3847: 3846: 3845: 3842: 3838: 3835: 3834: 3833: 3830: 3828: 3825: 3821: 3818: 3816: 3813: 3812: 3811: 3808: 3806: 3803: 3801: 3798: 3796: 3793: 3791: 3788: 3786: 3783: 3781: 3778: 3776: 3773: 3771: 3768: 3767: 3765: 3762: 3757: 3753: 3747: 3744: 3740: 3737: 3736: 3735: 3732: 3728: 3725: 3724: 3723: 3720: 3716: 3713: 3712: 3711: 3710:Math formulas 3708: 3704: 3701: 3699: 3696: 3694: 3693:How to create 3691: 3690: 3689: 3686: 3684: 3681: 3680: 3678: 3674: 3668: 3665: 3663: 3660: 3656: 3653: 3651: 3648: 3646: 3643: 3642: 3641: 3638: 3636: 3633: 3629: 3626: 3624: 3621: 3619: 3616: 3614: 3611: 3609: 3606: 3604: 3601: 3599: 3596: 3595: 3594: 3591: 3587: 3584: 3582: 3579: 3578: 3577: 3574: 3572: 3569: 3568: 3566: 3561: 3557: 3551: 3548: 3546: 3543: 3541: 3538: 3536: 3533: 3529: 3526: 3524: 3521: 3519: 3516: 3515: 3514: 3511: 3507: 3504: 3502: 3499: 3497: 3496:Interlanguage 3494: 3493: 3492: 3489: 3488: 3486: 3484: 3480: 3476: 3470: 3469:Using colours 3467: 3463: 3460: 3458: 3455: 3453: 3450: 3448: 3445: 3443: 3440: 3438: 3435: 3434: 3433: 3430: 3428: 3425: 3423: 3420: 3416: 3415:Time function 3413: 3411: 3408: 3406: 3403: 3401: 3400:For beginners 3398: 3397: 3396: 3393: 3391: 3388: 3386: 3383: 3381: 3378: 3374: 3371: 3370: 3369: 3366: 3365: 3363: 3361: 3357: 3351: 3348: 3346: 3343: 3341: 3338: 3336: 3333: 3329: 3326: 3325: 3324: 3321: 3319: 3316: 3314: 3311: 3309: 3306: 3304: 3301: 3299: 3296: 3294: 3293:Page Curation 3291: 3287: 3284: 3283: 3282: 3279: 3275: 3272: 3270: 3267: 3266: 3265: 3264:Moving a page 3262: 3260: 3257: 3253: 3250: 3249: 3248: 3245: 3243: 3240: 3238: 3235: 3233: 3230: 3228: 3225: 3224: 3222: 3219: 3213: 3205: 3202: 3201: 3200: 3197: 3195: 3192: 3188: 3185: 3184: 3183: 3180: 3176: 3173: 3172: 3171: 3168: 3166: 3163: 3159: 3156: 3155: 3154: 3151: 3149: 3146: 3144: 3141: 3139: 3136: 3134: 3133:Mobile access 3131: 3127: 3124: 3123: 3122: 3119: 3117: 3114: 3110: 3107: 3105: 3102: 3100: 3099:Edit conflict 3097: 3095: 3092: 3091: 3090: 3087: 3083: 3080: 3078: 3075: 3074: 3073: 3072:Browser notes 3070: 3069: 3067: 3065: 3059: 3055: 3053: 3049: 3045: 3041: 3037: 3030: 3026: 3019: 3014: 3012: 3007: 3005: 3000: 2999: 2996: 2987: 2981: 2971: 2969: 2967: 2957: 2948: 2767: 2762: 2755:|font=unifont 2743: 2740: 2734: 2732: 2724: 2722: 2716: 2711: 2708: 2707: 2703: 2701: 2673: 2664: 2652: 2640: 2634: 2631: 2628: 2626: 2622: 2618: 2614: 2609: 2607: 2603: 2595: 2593: 2590: 2588: 2584: 2580: 2576: 2572: 2567: 2561: 2502: 2495: 2491: 2488: 2485: 2481: 2480: 2476: 2467: 2464: 2463: 2459: 2455: 2451: 2450: 2449: 2443: 2438: 2433: 2430: 2427: 2420: 2415: 2413: 2406: 2404: 2399: 2390: 2387: 2386: 2378: 2375: 2374: 2373: 2370: 2364: 2358: 2350: 2346: 2343: 2340: 2337: 2334: 2331: 2328: 2327: 2326: 2320: 2311: 2279: 2271: 2268: 2264: 2260: 2259: 2258: 2256: 2249: 2246: 2245: 2239: 2235: 2231: 2227: 2224: 2221: 2218: 2217: 2215: 2211: 2207: 2204: 2201: 2197: 2193: 2189: 2185: 2181: 2177: 2174: 2171: 2167: 2165:textcolor (O) 2164: 2161: 2157: 2154: 2151: 2147: 2143: 2140: 2137: 2133: 2129: 2126: 2125: 2124: 2118: 2112: 2107: 2101: 2095: 2087: 2083: 2080: 2077: 2075:increment (O) 2074: 2071: 2067: 2064: 2061: 2058: 2055: 2051: 2048: 2045: 2043:gridcolor (O) 2042: 2041: 2040: 2038: 2034: 2027: 2024: 2021: 2020: 2019: 2013: 2005: 1999: 1991: 1987: 1983: 1979: 1975: 1972: 1971: 1967: 1962: 1956: 1948: 1945: 1944: 1943: 1942: 1935: 1931: 1928: 1925: 1922: 1919: 1915: 1912: 1909: 1905: 1903:textcolor (O) 1902: 1899: 1895: 1892: 1888: 1873: 1870: 1869: 1865: 1860: 1858: 1854: 1851: 1847: 1844: 1841: 1840: 1839: 1832: 1824: 1820: 1817: 1814: 1810: 1807: 1804: 1792: 1789: 1786: 1781: 1778: 1774: 1771:When command 1770: 1767: 1764: 1763: 1759: 1748: 1738: 1735: 1734: 1732: 1728: 1725: 1722: 1718: 1714: 1711: 1708: 1704: 1701: 1698: 1694: 1690: 1687: 1684: 1680: 1676: 1673: 1670: 1666: 1662: 1659: 1656: 1652: 1648: 1644: 1640: 1636: 1633: 1632: 1628: 1623: 1620: 1617: 1614: 1613: 1612: 1609: 1605: 1603: 1598: 1592: 1586: 1581: 1579: 1574: 1570: 1566: 1562: 1558: 1554: 1549: 1548: 1541: 1538: 1535: 1532: 1529: 1526: 1523: 1520: 1517: 1513: 1510: 1507: 1503: 1499: 1496: 1495: 1491: 1485: 1477: 1474: 1471: 1467: 1463: 1460: 1459: 1458: 1456: 1448: 1434: 1428: 1424: 1423: 1422: 1421: 1420: 1419: 1307: 1302: 1300: 1296: 1292: 1286: 1282: 1278: 1274: 1266: 1262: 1259: 1257: 1253: 1250: 1246: 1243: 1239: 1235: 1232: 1230: 1226: 1223: 1219: 1216: 1212: 1208: 1205: 1204: 1203: 1200: 1199: 1195: 1189: 1186: 1183: 1180: 1177: 1173: 1170: 1167: 1164: 1161: 1155: 1152: 1151: 1150: 1144: 1138: 1130: 1127: 1124: 1121: 1118: 1115: 1112: 1109: 1106: 1102: 1099: 1096: 1095: 1094: 1093: 1092: 1080: 1076: 1073: 1070: 1067: 1066: 1064: 1061: 1058: 1055: 1054: 1050: 1047: 1044: 1041: 1038: 1035: 1032: 1029: 1026: 1023: 1020: 1017: 1014: 1013: 1012: 1006: 1000: 992: 989: 988: 987: 985: 981: 975: 973: 969: 961: 958: 955: 952: 951: 950: 948: 940: 934: 929: 927: 919: 913: 905: 901: 898: 895: 892: 889: 886: 883: 880: 877: 874: 873: 872: 869: 863: 857: 849: 845: 842: 841: 835: 832: 829: 825: 824: 823: 822: 818: 815: 812: 809: 808: 807: 800: 794: 792: 783: 775: 771: 767: 766: 765: 764: 757: 753: 750: 747: 743: 739: 736: 733: 729: 725: 722: 721: 717: 713: 710: 709: 708: 705: 703: 695: 689: 681: 678: 675: 672: 671: 670: 668: 664: 656: 644: 637: 630: 623: 616: 609: 607: 606: 602: 598: 593: 588: 584: 576: 573: 570: 566: 563: 560: 557: 556: 555: 548: 546: 543: 537: 531: 528: 525: 522: 519: 516: 513: 510: 508: 504: 500: 496: 493: 492: 488: 481: 476: 473: 469: 465: 461: 459: 455: 451: 447: 443: 439: 437: 433: 428: 426: 422: 418: 414: 410: 406: 402: 398: 392: 387: 382: 375: 369: 361: 357: 354:Text between 353: 350: 346: 345: 344: 338: 329: 326: 325: 321: 320: 316: 315: 311: 310: 305: 304: 298: 295: 294: 289: 288: 282: 279: 278: 273: 272: 269: 266: 259: 257: 251: 248: 246: 242: 240: 236: 232: 228: 224: 220: 213: 209: 207: 203: 199: 195: 193: 189: 185: 183: 179: 175: 171: 167: 163: 161: 157: 153: 149: 145: 141: 140: 139: 133: 131: 129: 124: 122: 118: 113: 108: 102: 100: 99: 95: 91: 87: 82: 79: 75: 61: 57: 56: 53: 48: 43: 39: 33: 31: 25: 18: 17: 4337:User scripts 4285: 4278: 4108:User scripts 3884:Main/Article 3844:Transclusion 3827:Substitution 3738: 3715:Math symbols 3683:Family trees 3437:Introduction 3308:Random pages 3199:VisualEditor 3143:Page history 3104:Edit toolbar 3077:Bypass cache 3036:the Teahouse 3033: 2985: 2975: 2963: 2954: 2946: 2763: 2747: 2744:Font support 2738: 2730: 2728: 2720: 2714: 2712: 2709: 2705: 2704: 2697: 2671: 2662: 2650: 2638: 2632: 2629: 2610: 2605: 2601: 2599: 2591: 2586: 2582: 2568: 2565: 2498: 2493: 2489: 2472: 2458:Font support 2447: 2434: 2431: 2425: 2424: 2416: 2411: 2410: 2403: 2388: 2376: 2371: 2368: 2354: 2348: 2324: 2309: 2275: 2266: 2262: 2254: 2253: 2237: 2233: 2229: 2225: 2219: 2213: 2209: 2200:Font support 2195: 2191: 2187: 2183: 2179: 2175:fontsize (O) 2159: 2149: 2148:. Define as 2146:measurements 2135: 2122: 2108: 2105: 2091: 2065: 2049: 2032: 2031: 2017: 2003: 1995: 1985: 1981: 1977: 1960: 1952: 1940: 1939: 1933: 1918:Font support 1913:fontsize (O) 1897: 1837: 1828: 1823:measurements 1744: 1731:measurements 1720: 1716: 1712: 1706: 1696: 1692: 1688: 1682: 1668: 1664: 1660: 1650: 1646: 1638: 1610: 1606: 1599: 1596: 1582: 1572: 1568: 1564: 1560: 1556: 1552: 1550: 1546: 1545: 1518:, see below) 1515: 1508:, see below) 1505: 1502:measurements 1481: 1452: 1432: 1426: 1340:color:orange 1331:color:yellow 1303: 1298: 1294: 1290: 1280: 1276: 1272: 1270: 1264: 1260: 1255: 1251: 1248: 1244: 1241: 1237: 1233: 1228: 1224: 1221: 1217: 1214: 1210: 1206: 1201: 1197: 1196: 1193: 1171: 1148: 1134: 1125: 1116: 1110: 1097: 1090: 1089: 1088: 1078: 1075:position top 1074: 1068: 1062: 1056: 1045: 1039: 1030: 1024: 1015: 1010: 996: 990:barincrement 976: 971: 967: 965: 944: 930: 925: 923: 909: 893: 881: 870: 867: 853: 804: 788: 779: 773: 769: 762: 761: 755: 745: 731: 706: 699: 685: 662: 660: 604: 603: 596: 591: 580: 568: 552: 544: 541: 529: 523: 517: 511: 502: 498: 494: 477: 471: 467: 463: 462: 457: 453: 449: 445: 441: 440: 435: 431: 429: 424: 420: 401:Data blocks: 400: 399: 396: 383: 379: 365: 359: 355: 348: 342: 323: 322: 319:attribute(s) 318: 317: 314:attribute(s) 313: 312: 308: 307: 292: 291: 276: 275: 267: 263: 255: 244: 243: 216: 137: 130:for advice. 125: 120: 119: 116: 111: 106: 103:Introduction 83: 74:EasyTimeline 71: 30:how-to guide 27: 4320:Referencing 4245:Ultraviolet 4103:IRC Scripts 4066:Preferences 3810:Lua project 3635:Gallery tag 3535:Colon trick 3395:Magic words 3298:Page import 3237:Edit filter 2986:renders as 2840:canvas:gray 2400:Input rules 2269:, not both. 2214:x-a,x-a,x-a 2186:(default), 1795:barset:name 1681:or specify 1645:or specify 1358:color:green 1355:tillpos:105 1322:layer:front 1289:Attributes 1271:Attributes 1111:restriction 1098:columnwidth 1040:restriction 1025:restriction 1016:orientation 968:height:auto 776:, not both. 605:Alignbars = 464:Parameters: 442:Data items: 4293:Help pages 4277:See also: 4193:AntiVandal 4130:User style 4123:Techniques 4096:Hide pages 3879:Namespaces 3571:Media help 3545:Pipe trick 3540:Link color 3452:Collapsing 3373:Cheatsheet 3328:Linksearch 3247:Logging in 3175:Editnotice 3094:CharInsert 3048:talk pages 2936:fontsize:L 2909:fontsize:L 2882:fontsize:L 2822:value:gray 2633:Examples: 2444:Text input 2329:format (O) 2132:Text Input 2102:ScaleMinor 2070:DateFormat 2014:ScaleMajor 1891:Text Input 1679:DateFormat 1643:DateFormat 1455:DateFormat 1409:color:blue 1352:frompos:50 1343:layer:back 1285:DateFormat 1160:DateFormat 972:width:auto 887:mm/dd/yyyy 875:dd/mm/yyyy 864:DateFormat 850:for rules. 848:Text input 843:legend (O) 793:changes): 742:text input 673:canvas (O) 436:data items 432:parameters 425:data lines 421:data block 376:Attributes 178:ScaleMinor 174:ScaleMajor 166:DateFormat 121:Disclaimer 4332:Templates 4254:Inactive 4250:WPCleaner 4059:and tools 4041:Span tags 3962:MediaWiki 3931:Archiving 3837:Job queue 3815:Resources 3770:Templates 3756:Templates 3698:Barcharts 3506:Permanent 3501:Interwiki 3422:Redirects 3345:Watchlist 3323:Searching 3153:Page name 3109:Reverting 3040:help desk 2942:"ウィキペディア" 2792:height:90 2789:width:180 2780:height:90 2777:width:180 2771:ImageSize 2700:Main Page 2344:order (O) 2150:pos:(x,y) 2093:Examples: 2081:start (O) 1923:align (O) 1893:for rules 1746:Examples: 1578:ImageSize 1373:color:red 1136:Examples: 998:Examples: 781:Examples: 687:Examples: 582:Examples: 549:AlignBars 419:expect a 385:Examples: 367:Examples: 309:Command = 219:ImageSize 160:AlignBars 144:ImageSize 84:See also 42:consensus 4352:Category 4310:Accounts 4208:Creating 3945:Template 3889:Category 3805:Lua help 3734:Timeline 3628:SVG help 3368:Wikitext 3360:Wikitext 3232:AllPages 3220:-related 3187:Entering 3165:Printing 3126:Tutorial 2858:TextData 2801:TimeAxis 2798:bottom:0 2783:PlotArea 2765:Example: 2621:TextData 2617:PlotData 2579:TextData 2575:PlotData 2484:TextData 2436:Example: 2418:Example: 2356:Example: 2347:specify 2321:TimeAxis 2277:Example: 2205:tabs (O) 2155:link (O) 2119:TextData 2110:Example: 2059:unit (O) 2037:TimeAxis 1997:Example: 1954:Example: 1929:link (O) 1830:Example: 1777:PlotData 1602:TextData 1593:PlotData 1584:Example: 1483:Example: 1470:TextData 1466:PlotData 1370:atpos:50 1316:LineData 1305:Example: 1256:position 1229:position 1222:position 1145:LineData 1031:position 932:Example: 911:Example: 904:integers 855:Example: 791:PlotData 751:link (O) 737:text (O) 728:PlotData 716:PlotData 702:PlotData 679:bars (O) 507:Comments 479:Example: 472:fontsize 413:TextData 409:PlotData 339:Comments 260:Commands 239:TextData 235:PlotData 231:TimeAxis 223:PlotArea 206:LineData 192:TextData 188:PlotData 182:TimeAxis 148:PlotArea 52:Shortcut 4240:Twinkle 4235:RedWarn 4213:history 4071:Gadgets 3984:Special 3763:modules 3380:Columns 3216:Special 3089:Editing 3062:General 2978:{{#tag: 2855:# dummy 2819:id:gray 2675:text:] 2648:text:] 2613:BarData 2571:BarData 2454:Unicode 2365:Presets 2349:reverse 2068:: When 1882:" and " 1857:BarData 1850:BarData 1838:Notes: 1800:at:1234 1785:BarData 1773:BarData 1412:width:3 1379:points: 1295:tillpos 1291:frompos 1225:tillpos 1218:frompos 1046:columns 696:BarData 574:justify 405:BarData 237:and/or 198:BarData 4225:Huggle 4220:HotCat 3979:Module 3936:Simple 3916:Portal 3593:Images 3442:Basics 3432:Tables 2888:"维基百科" 2852:till:2 2849:from:1 2843:Period 2813:Colors 2810:#dummy 2795:left:0 2726:text: 2533:1-22/7 2469:text). 2298:1-22/7 2230:center 2170:Colors 2160:Note 1 2086:Period 2054:Colors 1990:Colors 1984:. The 1978:symbol 1934:Note 1 1908:Colors 1813:Colors 1790:barset 1655:Period 1573:height 1565:bottom 1559:, and 1557:height 1539:bottom 1511:height 1367:till:8 1364:from:5 1265:points 1176:Colors 1079:bottom 1007:Legend 959:height 920:Define 801:Colors 756:Note 1 746:Note 1 667:Colors 499:#: --> 417:Colors 356:#: --> 227:Period 212:Define 202:Legend 170:Period 152:Colors 112:script 4263:STiki 4258:igloo 4135:Tools 4113:Guide 4076:Skins 3894:Draft 3832:Purge 3820:To do 3576:Files 3560:Media 3513:Diffs 3491:Links 3483:diffs 3479:Links 3390:Lists 2939:text: 2912:text: 2885:text: 2539:^^^^^ 2304:^^^^^ 2286:text: 2255:Notes 2238:right 2198:(see 1986:color 1941:Notes 1818:width 1805:color 1726:shift 1683:start 1647:start 1639:align 1569:width 1553:width 1533:right 1497:width 1299:atpos 1252:atpos 1187:width 1181:layer 1165:color 953:width 816:value 763:Notes 569:early 503:<# 468:color 360:<# 78:image 4315:Bots 4203:Bots 4118:List 3996:and 3994:HTML 3950:User 3926:Talk 3911:Help 3899:File 3550:URLs 3481:and 3335:Tags 3259:Logs 3218:page 3204:Help 3158:Help 2828:0.95 2723:as: 2619:and 2606:link 2602:text 2587:text 2583:link 2577:and 2529:1944 2517:27/9 2513:1940 2294:1944 2267:text 2263:link 2234:left 2127:text 2066:Note 2050:Note 2033:Note 1982:line 1973:mark 1884:till 1880:from 1871:text 1717:from 1702:till 1693:till 1674:from 1669:till 1665:from 1571:and 1563:and 1561:left 1555:and 1521:left 1475:till 1468:and 1461:from 1349:at:4 1337:at:2 1328:at:1 1281:till 1279:and 1277:from 1249:date 1245:till 1242:date 1238:from 1215:date 1172:Note 1117:left 899:yyyy 894:Note 882:Note 774:text 770:link 732:text 564:late 470:and 456:and 454:till 450:from 446:text 434:and 358:and 324:etc. 245:Case 229:and 72:The 60:H:ET 3998:CSS 3761:Lua 3758:and 3286:FAQ 3121:IRC 3052:IRC 3050:or 2918:pos 2891:pos 2864:pos 2753:or 2494:tab 2236:or 2194:or 2141:pos 1765:bar 1707:end 1667:or 1651:end 1649:or 1580:). 1527:top 1504:. ( 1433:and 1403:105 1397:170 1385:100 1128:(O) 1126:top 1119:(O) 1100:(O) 1077:or 1048:(O) 1033:(O) 1018:(O) 723:bar 4354:: 3046:, 3042:, 3038:, 2968:. 2930:50 2924:10 2921::( 2903:70 2897:10 2894::( 2876:90 2870:10 2867::( 2761:. 2627:. 2615:, 2608:. 2589:. 2573:, 2525:10 2290:10 2257:: 2232:, 2196:XL 2190:, 2182:, 2180:XS 2138:). 2039:. 1886:". 1876:at 1721:at 1713:NB 1697:at 1689:NB 1661:NB 1634:at 1604:. 1457:. 1394:)( 1391:20 1297:, 1293:, 1275:, 1273:at 1211:at 1153:at 1065:: 949:. 926:$ 810:id 748:). 704:. 669:. 663:id 530:$ 501:, 497:, 458:at 452:, 448:, 415:, 411:, 407:, 225:, 221:, 204:, 200:, 190:, 180:, 176:, 172:, 168:, 158:, 154:, 150:, 146:, 96:, 92:, 88:, 3054:. 3017:e 3010:t 3003:v 2933:) 2927:, 2906:) 2900:, 2879:) 2873:, 2861:= 2846:= 2837:= 2831:) 2825:( 2816:= 2804:= 2786:= 2774:= 2731:# 2715:~ 2546:# 2535:^ 2531:^ 2527:^ 2523:^ 2519:^ 2515:^ 2511:^ 2509:1 2507:^ 2490:^ 2460:. 2300:^ 2296:^ 2292:^ 2288:^ 2284:] 2240:) 2226:a 2220:x 2210:^ 2192:L 2188:M 2184:S 2152:. 2088:. 2056:. 1825:. 1815:. 1787:. 1723:. 1699:. 1671:. 1657:. 1472:. 1438:. 1406:) 1400:, 1388:, 1382:( 1319:= 1287:. 1254:: 1247:: 1240:: 1227:: 1220:: 1213:: 1178:. 1162:. 524:_ 518:^ 512:~ 495:# 349:# 44:. 32:.

Index

how-to guide
Knowledge (XXG)'s policies or guidelines
consensus
Shortcut
H:ET
EasyTimeline
image
Knowledge (XXG):Timeline
mw:Extension:EasyTimeline
mw:Extension:EasyTimeline/syntax
EasyTimeline activation on other MediaWiki installations
author of EasyTimeline
ImageSize
PlotArea
Colors
BackgroundColors
AlignBars
DateFormat
Period
ScaleMajor
ScaleMinor
TimeAxis
PlotData
TextData
BarData
Legend
LineData
Define
ImageSize
PlotArea

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.