From Test-Scratch-Wiki
InterwikiBot (talk | contribs) (AUTOMATIC: Transfer template from En Wiki) |
Mass editor (talk | contribs) (Automated edit: Updated Test wiki copy of English wiki page) |
||
Line 1: | Line 1: | ||
+ | <noinclude>{{:Template:Block Frame/doc/translate}}</noinclude> | ||
{{documentation}} | {{documentation}} | ||
− | This template puts an image frame, along with a caption, around [[blocks]] created with the [[Block Plugin]]. It can be used to replace images. | + | This template puts an image frame, along with a caption, around [[Eng:blocks|blocks]] created with the [[Eng:Block Plugin|Block Plugin]]. It can be used to replace images. |
==Example== | ==Example== | ||
Line 9: | Line 10: | ||
move (10) steps | move (10) steps | ||
if on edge, bounce | if on edge, bounce | ||
− | if <loud?> | + | if <loud? :: sensing> then |
add [eleven] to [list v] | add [eleven] to [list v] | ||
else | else | ||
Line 24: | Line 25: | ||
move (10) steps | move (10) steps | ||
if on edge, bounce | if on edge, bounce | ||
− | if <loud?> | + | if <loud?:: sensing> then |
add [eleven] to [list v] | add [eleven] to [list v] | ||
else | else |
Latest revision as of 17:02, 9 April 2020
Template:Block Frame/doc/translate
![]() |
This is a documentation subpage for Template:Block Frame (see that page for the template itself). It contains usage information, categories and other content that is not part of the original template page. |
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.