Login

Fancade Wiki

Fix the within-wiki links

... ...
@@ -6,13 +6,13 @@ The wires that connect script blocks, as well as the inputs and outputs the wire
6 6
* **<font color="ff4343">██████ Red</font>**: Truth
7 7
* **<font color="ff85c8">██████ Pink</font>**: Object
8 8
* **<font color="a7b1d0">██████ Gray</font>**: Constraint
9
* **<font color="ffe043">██████ Yellow</font>**: [Execution order](/Script/Control flow) (not technically a "data type")
9
* **<font color="ffe043">██████ Yellow</font>**: [[Execution order|/Script/Control flow]] (not technically a "data type")
10 10
11 11
Script blocks are also color-coded:
12 12
13
* **<font color="424252">██████ Dark gray</font>**: [Statement](/Script/Control flow#statements)
14
* **<font color="696B7C">██████ Medium gray</font>**: [Expression](/Script/Control flow#expressions)
15
* **<font color="FFE200">██████ Yellow</font>**: [Control flow](/Script/Control flow#control-statements)
13
* **<font color="424252">██████ Dark gray</font>**: [[Statement|/Script/Control flow#statements]]
14
* **<font color="696B7C">██████ Medium gray</font>**: [[Expression|/Script/Control flow#expressions]]
15
* **<font color="FFE200">██████ Yellow</font>**: [[Control flow|/Script/Control flow#control-statements]]
16 16
17 17
And script blocks for getting/setting variables and lists, are colored similarly to the wires:
18 18
* **<font color="0096FF">██████ Blue</font>**: Number
Fancade Wiki