Template:Medal Display/GM/overlay/position: Difference between revisions
Jump to navigation
Jump to search
Gallambria (talk | contribs) No edit summary |
Gallambria (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{#if:{{{x-pos}}}|{{#switch:{{{x-pos}}} | <includeonly>{{#if:{{{x-pos}}}|{{#switch:{{{x-pos}}} | ||
| 1 = 0 | | 1 = 0 | ||
| 2 = {{#expr: {{ | | 2 = {{#expr: {{{width}}} * (1/8)}} | ||
| 3 = {{#expr: {{ | | 3 = {{#expr: {{{width}}} * (2/8)}} | ||
| 4 = {{#expr | | 4 = {{#expr: {{{width}}} * (3/8)}} | ||
| 5 = {{#expr | | 5 = {{#expr: {{{width}}} * (4/8)}} | ||
| 6 = {{#expr | | 6 = {{#expr: {{{width}}} * (5/8)}} | ||
| 7 = {{#expr | | 7 = {{#expr: {{{width}}} * (6/8)}} | ||
| 8 = {{#expr: { | | 8 = {{#expr: {{{width}}} * (7/8)}} | ||
}}}}</includeonly> | }}}}</includeonly> |