From f6c157f872f86480f6afd7ff7fe45a5cd6070adb Mon Sep 17 00:00:00 2001 From: Mahiru Date: Sat, 3 Aug 2024 20:58:45 +0800 Subject: [PATCH] update docs of dialog --- src/en/webgal-script/dialogue.md | 2 +- src/ja/webgal-script/dialogue.md | 2 +- src/webgal-script/dialogue.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/en/webgal-script/dialogue.md b/src/en/webgal-script/dialogue.md index 57e3ff6c..73097292 100644 --- a/src/en/webgal-script/dialogue.md +++ b/src/en/webgal-script/dialogue.md @@ -113,7 +113,7 @@ Text enhancement syntax is an enhancement to a specific piece of text. Text encl In simple terms, it takes the following form: ``` -(Text)[style-alltext=font-style:italic\; style=color:#66327C\; ruby=wen ben] +[Text](style-alltext=font-style:italic\; style=color:#66327C\; ruby=wen ben) ``` 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. diff --git a/src/ja/webgal-script/dialogue.md b/src/ja/webgal-script/dialogue.md index 29e6cf13..756e6ff1 100644 --- a/src/ja/webgal-script/dialogue.md +++ b/src/ja/webgal-script/dialogue.md @@ -113,7 +113,7 @@ WebGAL 4.5.3 では、「テキスト拡張文法」機能が追加されまし 簡単に言うと、次の形式になります。 ``` -(テキスト)[style-alltext=font-style:italic\; style=color:#66327C\; ruby=wen ben] +[テキスト](style-alltext=font-style:italic\; style=color:#66327C\; ruby=wen ben) ``` これは、このテキストのフォントサイズが小さく、太字で、色が #005CAF で、ルビとヒントがあることを表しています。 diff --git a/src/webgal-script/dialogue.md b/src/webgal-script/dialogue.md index 1f5deb7f..454a58ec 100644 --- a/src/webgal-script/dialogue.md +++ b/src/webgal-script/dialogue.md @@ -113,7 +113,7 @@ WebGAL:很高兴遇见你,{name}! 简单来说,形如以下形式: ``` -(文本)[style-alltext=font-style:italic\; style=color:#66327C\; ruby=wen ben] +[文本](style-alltext=font-style:italic\; style=color:#66327C\; ruby=wen ben) ``` 这代表这段文本的字体大小是偏小的,并应用了加粗,颜色为 #005CAF,并具有注音和提示。