Module:Inventory slot: Difference between revisions
Remove sprite support. Module:InvSprite has been uploaded as invicons and mod modules don't exist anymore. |
fix alt text showing in the minetip |
||
| Line 173: | Line 173: | ||
end | end | ||
altText = altText:gsub( '&[0-9a-fk-or]', '' ) | altText = altText:gsub( '&[0-9a-fk-or]', '' ) | ||
end | |||
if escapedTitle ~= '' then | |||
escapedTitle = '|' .. escapedTitle | |||
end | end | ||
item:addClass( 'invslot-item-image' ) | item:addClass( 'invslot-item-image' ) | ||
:wikitext( '[[File:', img, '|32x32px|link=', link or '', escapedTitle, '|alt=', altText, ']]' ) | |||
if num and num > 1 and num < 1000 then | if num and num > 1 and num < 1000 then | ||