561
edits
Auburnsummer (talk | contribs) (Created page with "<includeonly> hello world </includeonly> <noinclude> {{documentation}} </noinclude>") |
Auburnsummer (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{Sprite | |||
|ratio={{{ratio|1.2}}} | |||
|sheetWidth=160 | |||
|sheetHeight=333 | |||
|noOfRows=5 | |||
|noOfColumns=9 | |||
|offsetY=2 | |||
|row={{#switch: {{{expr|}}} | |||
| tired = 2 | |||
| explaining = 2 | |||
| backwards = 4 | |||
| running = 3 | |||
| phone = 9 | |||
| {{{row|5}}} | |||
}} | |||
|col={{#switch: {{{expr|}}} | |||
| tired = 1 | |||
| explaining = 5 | |||
| backwards = 2 | |||
| running = 5 | |||
| phone = 3 | |||
| {{{col|5}}} | |||
}} | |||
|image=File:IanSpriteS.png | |||
}} | |||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> |