Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OnUkadocExampleScript to External SHIORI Events list #36

Merged
merged 2 commits into from
Dec 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions manual/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@
case "OnWeatherStation.Forecast.Hourly":
case "OnWeatherStation.Error":
case "OnNeedlePoke":
case "OnUkadocScriptExample":
url = "./list_shiori_event_ex.html#" + event_name;
break;
case "boxname.defaultleft":
Expand Down
26 changes: 26 additions & 0 deletions manual/list_shiori_event_ex.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,12 @@ <h1>ゴースト「Needle」</h1>
<li><a href="#OnNeedlePoke">OnNeedlePoke</a></li>
</ul>
</section>
<section class="navigation-category">
<h1>UKADOC</h1>
<ul>
<li><a href="#OnUkadocScriptExample">OnUkadocScriptExample</a></li>
</ul>
</section>
</section>
<div class="categories">
<section class="caption">
Expand Down Expand Up @@ -3495,6 +3501,26 @@ <h1>ゴースト「Needle」</h1>
</dd>
</dl>
</section>
<section class="category">
<h1>UKADOC</h1>
<ul class="caption link">
<li>公開元:<a href="./list_sakura_script.html">さくらスクリプトリスト</a></li>
</ul>
<ul class="supported-baseware">
<li><img src="image/icon_s.png" alt="SSP" width="34" height="16" /></li>
</ul>
<dl id="OnUkadocScriptExample">
<dt class="entry">OnUkadocScriptExample</dt>
<dd class="entry">
<p>UkadocのSakuraScript Listにあるサンプルスクリプトを実行した際に発生。<br />
このイベントを実装する場合は、危険なSakuraScriptタグを自分でエスケープする必要があることに注意。</p>
<dl class="reference">
<dt>Reference0</dt>
<dd>実行するスクリプト。</dd>
</dl>
</dd>
</dl>
</section>
</div>
</body>
</html>