Block


[edit] [history] [purge] Documentation Template documentation

This documentation is transcluded from Template:Block/doc.

This template can be used to describe Scratch blocks with their basic information and properties.

Example

{{block
| name     = Move () Steps
| image    = move () steps
| category = [[Motion Blocks|Motion]]
| type     = [[Stack Block|Stack]]
| added    = [[11Oct03]]
| sb       = yes
}}

produces:

Move () Steps
move () steps
Category Motion
Type Stack

For blocks that are no longer in Scratch 3.0:

{{block
| name     = Sensor ()?
| image    = <sensor [button pressed v]?:: extension>
| category = [[PicoBoard Blocks|PicoBoard]]
| type     = [[Boolean Block|Boolean]]
| added    = [[2.0]]
| removed  = [[3.0]]
| sb       = 2.0
}}
Sensor ()?
<sensor [button pressed v]?:: extension>
Category PicoBoard
Type Boolean
Introduced in 2.0
Removed in 3.0

For blocks which require an image to render:

{{block
| name       = While ()
| image      = File:0.x While () (block).png
| image_size = 100px
| category   = [[Control Blocks|Control]]
| type       = [[C Block|C]]
}}
While ()
0.x While () (block).png
Category Control
Type C