Module:Inventory icon: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 11: Line 11:
local title = args.title
local title = args.title
local filePrefix,fileName = s:match("(.+):(.+)")
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

Navigation menu