Welcome to my module sandbox.
This is a sandbox that can be used to test module-related things.
Since it is a sandbox, do not invoke it outside of sandboxes, nor should it be edited by other users.
[view | edit | history | purge]The above documentation is transcluded from Module:Blobs2/Sandbox/doc.
local p={}
p.table=function(f)
local chart={'{|'}
for framesize=1,16 do
local width=tostring(32-offset*2)
framesize=tostring(framesize)
table.insert(chart,framed..'\n|<span class="sprite" style="background-image:'..expandTemplate{title='FileUrl',args={'Grid White Banner.png'}}..';background-position:-'..framesize..'px-'..framesize..'px;width:'..width.. 'px;height:'..width..'px"><br></span>')
end
return table.concat(chart,'\n|-\n!')..'\n|}'
end
return p