8,282
edits
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
local title = args.title | local title = args.title | ||
local filePrefix,fileName = | local filePrefix,fileName = file:match("(.+):(.+)") | ||
if file:match( '%.gif$' ) or file:match( '%.png$' ) then | if file:match( '%.gif$' ) or file:match( '%.png$' ) then | ||
if filePrefix == nil then | if filePrefix == nil then |