From Test-Scratch-Wiki
This documentation is transcluded from Template:Block Frame/doc.
This template puts an image frame, along with a caption, around blocks created with the Block Plugin. It can be used to replace images.
Example
{{Block Frame|blocks=
<scratchblocks>when gf clicked
move (10) steps
if on edge, bounce
if <loud? :: sensing> then
add [eleven] to [list v]
else
delete (415) of [list v]
end</scratchblocks>
|caption=An example script.
}}
appears as
when gf clicked move (10) steps if on edge, bounce if <loud?:: sensing> then add [eleven] to [list v] else delete (415) of [list v] end
An example script.