Welcome to the DFO World Wiki. With many major updates since the release of DFO, many items are missing. Visit Item Database Project to learn more.
Please remember to click "show preview" before saving the page.
Thanks for the updated logo snafuPop!
Difference between revisions of "Template:Scale row/doc"
(Created page with "<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> As used in {{tl|Horizontal timeline}}. ==Parameters== Set <code>to</code> and <code>from</code> to the start and end da...") |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 11: | Line 11: | ||
{{scale row|from=10|to=30}} | {{scale row|from=10|to=30}} | ||
− | + | while <nowiki>{{scale row|from=10|to=30|increment=6}}</nowiki> gives: | |
− | + | {{scale row|from=10|to=30|increment=6}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 10:32, 15 August 2018
As used in {{Horizontal timeline}}.
Parameters
Set to
and from
to the start and end dates of your timeline; the increment will be calculated automatically. You can override this using increment
, but be sure to test its appearance at small screen sizes!
Example
{{scale row|from=10|to=30}} gives:
|
10
|
12
|
14
|
16
|
18
|
20
|
22
|
24
|
26
|
28
|
30
while {{scale row|from=10|to=30|increment=6}} gives:
|
10
|
16
|
22
|
28