From Test-Scratch-Wiki
(translate) |
Mass editor (talk | contribs) (Automated edit: Updated Test wiki copy of English wiki page) |
||
Line 1: | Line 1: | ||
− | <noinclude>{{Template:Block/doc/translate}}</noinclude> | + | <noinclude>{{:Template:Block/doc/translate}}</noinclude> |
{{documentation}} | {{documentation}} | ||
− | This template can be used to describe Scratch [[blocks]] with their basic information and properties. | + | This template can be used to describe Scratch [[Eng:blocks|blocks]] with their basic information and properties. |
==Example== | ==Example== | ||
Line 20: | Line 20: | ||
| name = Move () Steps | | name = Move () Steps | ||
| image = File:Move_()_Steps.png | | image = File:Move_()_Steps.png | ||
− | | category = [[Motion Blocks|Motion]] | + | | category = [[Eng:Motion Blocks|Motion]] |
− | | type = [[Stack Block|Stack]] | + | | type = [[Eng:Stack Block|Stack]] |
| added = 0.1 | | added = 0.1 | ||
| removed = none <!--only needed for articles on removed blocks--> | | removed = none <!--only needed for articles on removed blocks--> | ||
}} | }} | ||
− | < | + | {{----}} |
+ | |||
+ | For blocks that have no images uploaded yet: | ||
+ | <pre>{{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 | ||
+ | }}</pre> | ||
+ | |||
+ | {{block | ||
+ | | name = Move () Steps | ||
+ | | image = move () steps | ||
+ | | category = [[Eng:Motion Blocks|Motion]] | ||
+ | | type = [[Eng:Stack Block|Stack]] | ||
+ | | added = 0.1 | ||
+ | | removed = none <!--only needed for articles on removed blocks--> | ||
+ | | sb = yes | ||
+ | }} | ||
+ | {{----}} | ||
+ | |||
+ | For blocks that only existed in version 1.4 or 2.0: | ||
+ | <pre>{{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 | ||
+ | }}</pre> | ||
+ | |||
+ | {{block | ||
+ | | name = Sensor ()? | ||
+ | | image = <sensor [button pressed v]?> | ||
+ | | category = [[Eng:PicoBoard Blocks|Motion]] | ||
+ | | type = [[Eng:Boolean Block|Boolean]] | ||
+ | | added = 2.0 | ||
+ | | removed = 3.0 | ||
+ | | sb = 2.0 | ||
+ | }} | ||
+ | {{----}} | ||
<noinclude>[[Category:Template Documentations|Block/doc]]</noinclude> | <noinclude>[[Category:Template Documentations|Block/doc]]</noinclude> |
Latest revision as of 16:59, 9 April 2020
![]() |
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 |