Template:Ss/docGive feedback
Jump to navigation
Jump to search
This template uses CSS found at Ss/styles.css.
This template displays a Spirit Power scaling indicator next to a value.
Usage
[edit source]{{Ss|value}}
{{Ss|value|font_size}}
{{Ss|value|compact=yes}}
Examples
[edit source]30{{Ss|0.1234}}m
Outputs: 30x0.1234m
30{{Ss|0.1234|12px}}m
Outputs: 30x0.1234m
{{Ss|0.1234|compact=yes}}
Outputs:
Displays a Spirit Power scaling indicator next to a value.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Scaling value | 1 | The Spirit Power scaling value to display. | Number | required |
| Font size | 2 | Font size of the scaling text.
| String | optional |
| Icon size | icon_size | Size of the Spirit Power icon.
| String | optional |
| Compact mode | compact | Set to 'yes' to show only the icon with a tooltip on hover instead of the full indicator. | String | optional |