Skip to content

Commit f2c66ac

Browse files
author
Ke, Mingze
committed
Generate page dynamically: tutorials/led
1 parent 9b31802 commit f2c66ac

17 files changed

Lines changed: 497 additions & 987 deletions

File tree

msg/tutorials/led-1/en.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
MSG.backIndex = "Webduino Blockly Tutorials";
2+
MSG.demoTitle = "Blockly Demo Area";
3+
MSG.catTutorials = "Tutorials";
4+
5+
MSG.subTitle = "Chapter 1-1 : LED ON";
6+
MSG.demoDescription = "Using blocks, light LED and bulb pictures";

msg/tutorials/led-1/zh-hant.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
MSG.backIndex = "Webduino 積木教學";
2+
MSG.demoTitle = "Blockly 範例測試區";
3+
MSG.catTutorials = "教學積木";
4+
5+
MSG.subTitle = "課程 1-1:點亮 LED 燈";
6+
MSG.demoDescription = "點亮 LED 燈與下面這張圖片的燈泡";

msg/tutorials/led-2/en.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
MSG.backIndex = "Webduino Blockly Tutorials";
2+
MSG.demoTitle = "Blockly Demo Area";
3+
MSG.catTutorials = "Tutorials";
4+
5+
MSG.subTitle = "Chapter 1-2 : Click the image control LED";
6+
MSG.demoDescription = "Click on the image below the bulb and the control LED on or off";

msg/tutorials/led-2/zh-hant.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
MSG.backIndex = "Webduino 積木教學";
2+
MSG.demoTitle = "Blockly 範例測試區";
3+
MSG.catTutorials = "教學積木";
4+
5+
MSG.subTitle = "課程 1-2:點選圖片控制 LED 燈";
6+
MSG.demoDescription = "點選下圖的燈泡,控制 LED 的開或關";

msg/tutorials/led-3/en.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
MSG.backIndex = "Webduino Blockly Tutorials";
2+
MSG.demoTitle = "Blockly Demo Area";
3+
MSG.catTutorials = "Tutorials";
4+
5+
MSG.subTitle = "Chapter 1-3 : Control 2 LED";
6+
MSG.demoDescription = "Click on the two light bulbs, control of two LED on or off";

msg/tutorials/led-3/zh-hant.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
MSG.backIndex = "Webduino 積木教學";
2+
MSG.demoTitle = "Blockly 範例測試區";
3+
MSG.catTutorials = "教學積木";
4+
5+
MSG.subTitle = "課程 1-3:控制兩顆 LED 燈";
6+
MSG.demoDescription = "點選下圖左右兩顆燈泡,分別控制兩顆 LED 的開或關";

msg/tutorials/led-4/en.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
MSG.backIndex = "Webduino Blockly Tutorials";
2+
MSG.demoTitle = "Blockly Demo Area";
3+
MSG.catTutorials = "Tutorials";
4+
MSG.timerVariable = "timer";
5+
6+
MSG.subTitle = "Chapter 1-4 : Two blinking LED";
7+
MSG.demoDescription = "Click on the light bulb, let the two LED start blinking and stops blinking";

msg/tutorials/led-4/zh-hant.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
MSG.backIndex = "Webduino 積木教學";
2+
MSG.demoTitle = "Blockly 範例測試區";
3+
MSG.catTutorials = "教學積木";
4+
MSG.timerVariable = "計時器";
5+
6+
MSG.subTitle = "課程 1-4:兩顆 LED 燈交互閃爍";
7+
MSG.demoDescription = "利用燈泡圖片作為開關,讓兩顆 LED 開始閃爍與停止閃爍";

tutorials/led/led-1.html

Lines changed: 0 additions & 109 deletions
This file was deleted.

tutorials/led/led-2.html

Lines changed: 0 additions & 115 deletions
This file was deleted.

0 commit comments

Comments
 (0)