From Test-Scratch-Wiki
![]() |
This is a documentation subpage for Template:Block (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 can be used to describe Scratch blocks with their basic information and properties.
Example
{{block | name = Move () Steps | image = File:Move_()_Steps.png | category = [[Motion Blocks|Motion]] | type = [[Stack Block|Stack]] | added = 0.1 | removed = none <!--only needed for articles on removed blocks--> }}
produces:
Move () Steps | |
![]() | |
Category | Motion |
Type | Stack |
Introduced in | 0.1 |
Removed in | none |
For blocks that have no images uploaded yet:
{{block | name = Move () Steps | image = move () steps | category = [[Motion Blocks|Motion]] | type = [[Stack Block|Stack]] | added = 0.1 | removed = none <!--only needed for articles on removed blocks--> | sb = yes }}
Move () Steps | |
move () steps
| |
Category | Motion |
Type | Stack |
Introduced in | 0.1 |
Removed in | none |
For blocks that only existed in version 1.4 or 2.0:
{{block | name = Sensor ()? | image = <sensor [button pressed v]?> | category = [[PicoBoard Blocks|Motion]] | type = [[Boolean Block|Boolean]] | added = 2.0 | removed = 3.0 | sb = 2.0 }}
Sensor ()? | |
<sensor [button pressed v]?>
| |
Category | Motion |
Type | Boolean |
Introduced in | 2.0 |
Removed in | 3.0 |