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"

From DFO World Wiki
Jump to: navigation, search
m
 
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=7}}</nowiki> gives:
+
while <nowiki>{{scale row|from=10|to=30|increment=6}}</nowiki> gives:
  
 
{{scale row|from=10|to=30|increment=6}}
 
{{scale row|from=10|to=30|increment=6}}

Latest revision as of 11: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