Show: Difference between revisions

From StarLogo Nova Wiki
No edit summary
(Marked this version for translation)
Line 2: Line 2:
<translate>
<translate>


<!--T:1-->
<section begin="image"/>
<section begin="image"/>
[[File:Show.png|alt=Show|thumb]]
[[File:Show.png|alt=Show|thumb]]
Line 7: Line 8:
<section begin="name" />{{Block|show [▼]}}<section end="name" /> is a code block from the [[Interface]] drawer.
<section begin="name" />{{Block|show [▼]}}<section end="name" /> is a code block from the [[Interface]] drawer.


<!--T:2-->
==Usage==
==Usage==
<p id="tooltip">{{Block|show [▼]}} shows a selected widget. By default, all widgets are displayed to the user.</p>
<p id="tooltip">{{Block|show [▼]}} shows a selected widget. By default, all widgets are displayed to the user.</p>


<!--T:3-->
===Syntax===
===Syntax===
<code>show [Dropdown: Type of Widget]</code>
<code>show [Dropdown: Type of Widget]</code>


==Nuances==
==Nuances== <!--T:4-->


<!--T:5-->
==Related Blocks==
==Related Blocks==
*{{Block|Hide|hide [▼]}}
*{{Block|Hide|hide [▼]}}


<!--T:6-->
[[Category:Interface]]
[[Category:Interface]]
[[Category:Code Block]]
[[Category:Code Block]]
</translate>
</translate>

Revision as of 18:38, 27 June 2023

Other languages:


Show

show [▼] is a code block from the Interface drawer.

Usage

show [▼] shows a selected widget. By default, all widgets are displayed to the user.

Syntax

show [Dropdown: Type of Widget]

Nuances

Related Blocks