Template:Ds
Jump to navigation
Jump to search
Documentation
![]() | This high-risk template has been protected from editing to prevent vandalism. Please use the talk page to ask an administrator about making an edit to change this template. |
- {{ds|n}}
produces a horizontal width equal to that of n digits, for n = 0,1,...,12.
- {{ds}}
is equivalent to {{ds|1}} and produces a single digit space. Here are some examples:
- 1 - type: {{ds|3}}1
- 10 - type: {{ds|2}}10
- 100 - type: {{ds|1}}100 or just {{ds}}100
- 1000 - type: {{ds|0}}1000 or just 1000