Module:Sprite: Difference between revisions
mNo edit summary |
No edit summary |
||
| Line 106: | Line 106: | ||
link = args[1]:match( '^(.-)%+' ) or args[1] | link = args[1]:match( '^(.-)%+' ) or args[1] | ||
end | end | ||
local text = args[2] or link | local text = args.text or args[2] or link | ||
args[1] = args.id or args[1] | args[1] = args.id or args[1] | ||