Skip to content

Commit f7211a1

Browse files
update docs
1 parent a202c30 commit f7211a1

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/en/webgal-script/dialogue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ Text enhancement syntax is an enhancement to a specific piece of text. Text encl
113113
In simple terms, it takes the following form:
114114

115115
```
116-
[Text](style-alltext=font-style:italic\; style=color:#66327C\; ruby=wen ben)
116+
WebGAL:[Text](style-alltext=font-style:italic\;font-size:80%\; style=color:#66327C\; ruby=wen ben)
117117
```
118118

119-
This means that the font size of this text is smaller, and it is bold, the color is #005CAF, and it has phonetic annotations and tooltips.
119+
This means that the font size of this text is smaller, italicized, the color is #66327C, and it has ruby annotation.
120120

121121
For different parameters in the text enhancement syntax, use spaces to separate them, and the form is always `argk=argv`.
122122

src/ja/webgal-script/dialogue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ WebGAL 4.5.3 では、「テキスト拡張文法」機能が追加されまし
113113
簡単に言うと、次の形式になります。
114114

115115
```
116-
[テキスト](style-alltext=font-style:italic\; style=color:#66327C\; ruby=wen ben)
116+
WebGAL:[テキスト](style-alltext=font-style:italic\;font-size:80%\; style=color:#66327C\; ruby=てきすと)
117117
```
118118

119-
これは、このテキストのフォントサイズが小さく、太字で、色が #005CAF で、ルビとヒントがあることを表しています
119+
これは、テキストのフォントサイズが小さく、斜体で、色が #66327C で、ルビが振られていることを示しています
120120

121121
テキスト拡張文法の異なるパラメータは、スペースで区切られ、常に `argk=argv` の形式になります。
122122

src/webgal-script/dialogue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ WebGAL:很高兴遇见你,{name}!
113113
简单来说,形如以下形式:
114114

115115
```
116-
[文本](style-alltext=font-style:italic\; style=color:#66327C\; ruby=wen ben)
116+
WebGAL:[文本](style-alltext=font-style:italic\;font-size:80%\; style=color:#66327C\; ruby=wen ben)
117117
```
118-
这代表这段文本的字体大小是偏小的,并应用了加粗,颜色为 #005CAF,并具有注音和提示
118+
这代表这段文本的字体大小是偏小的,并应用了斜体,颜色为 #66327C,并具有注音
119119

120120
对于文本拓展语法中的不同参数,使用空格分开,并且形式总是 `argk=argv` 这样的形式
121121

0 commit comments

Comments
 (0)