Anonymous user
Module:Sprite: Difference between revisions
m
no edit summary
imported>Ttv pedro270707 mNo edit summary |
imported>Ttv pedro270707 mNo edit summary |
||
Line 21: | Line 21: | ||
sprite:cssText( 'transform: scale(' .. default.scale .. '); background-image: url(https://static.miraheze.org/btawiki/1/14/BTA_items.png)' ) | sprite:cssText( 'transform: scale(' .. default.scale .. '); background-image: url(https://static.miraheze.org/btawiki/1/14/BTA_items.png)' ) | ||
return tostring( | |||
local root = mw.html.create( 'span' ) | |||
root:node( sprite ) | |||
return tostring( root ) | |||
end | end | ||
return p | return p |