Anonymous user
Module:Inventory slot: Difference between revisions
m
no edit summary
imported>Ttv pedro270707 mNo edit summary |
imported>Ttv pedro270707 mNo edit summary |
||
Line 49: | Line 49: | ||
local slotContainer = mw.html.create( "div" ) | local slotContainer = mw.html.create( "div" ) | ||
slotContainer:addClass( "inventory-slot" ) | slotContainer:addClass( "inventory-slot" ) | ||
:addClass( "animated" ) | |||
:cssText( table.concat( slotContainerCss, ";" ) ) | :cssText( table.concat( slotContainerCss, ";" ) ) | ||