731
edits
m (Slightly adjusted positioning of sprites) |
m (Changed expression name "default" to be "def" for easier inclusion) |
||
Line 4: | Line 4: | ||
|sheetHeight=1120 | |sheetHeight=1120 | ||
|row={{#switch: {{{expr|}}} | |row={{#switch: {{{expr|}}} | ||
| | | def = 1.6 | ||
| shake = 18.8 | | shake = 18.8 | ||
| skate = 8.8 | | skate = 8.8 | ||
Line 19: | Line 19: | ||
}} | }} | ||
|col={{#switch: {{{expr|}}} | |col={{#switch: {{{expr|}}} | ||
| | | def = 1 | ||
| shake = 7.7 | | shake = 7.7 | ||
| skate = 1 | | skate = 1 | ||
Line 34: | Line 34: | ||
}} <!-- "noOfRows" and "noOfColumns" are switched for every expression in order to center them properly without losing integrity of the overall template--> | }} <!-- "noOfRows" and "noOfColumns" are switched for every expression in order to center them properly without losing integrity of the overall template--> | ||
|noOfRows={{#switch: {{{expr|}}} | |noOfRows={{#switch: {{{expr|}}} | ||
| | | def = 25 | ||
| shake = 20 | | shake = 20 | ||
| skate = 20 | | skate = 20 | ||
Line 49: | Line 49: | ||
}} | }} | ||
|noOfColumns={{#switch: {{{expr}}} | |noOfColumns={{#switch: {{{expr}}} | ||
| | | def = 9 | ||
| shake = 9 | | shake = 9 | ||
| skate = 9 | | skate = 9 |
edits