Template:Sprite: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{#invoke:Sprite
{{#invoke:Sprite
|main
|main
|ratio=1
|ratio={{{ratio|}}}
|sheetWidth=160
|sheetWidth={{{sheetWidth|}}}
|sheetHeight=333
|sheetHeight={{{sheetHeight|}}}
|noOfRows=5
|noOfRows={{{noOfRows|}}}
|noOfColumns=9
|noOfColumns={{{noOfColumns|}}}
|offsetX=0
|offsetX={{{offsetX|}}}
|offsetY=2
|offsetY={{{offsetY|}}}
|row=1
|row={{{row|}}}
|col=2
|col={{{col|}}}
|image=[[File:IanSpriteS.png|alt=Ian]]
|image={{{image|}}}
}}
}}

Revision as of 14:16, 27 May 2022

Lua error in Module:Sprite at line 9: attempt to perform arithmetic on a nil value.