Skip to content

Commit

Permalink
Merge pull request #36 from ukatech/OnUkadocExampleScript
Browse files Browse the repository at this point in the history
Add OnUkadocExampleScript to External SHIORI Events list
  • Loading branch information
nikolat authored Dec 31, 2023
2 parents d22522a + d81abb1 commit 1248257
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
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>

0 comments on commit 1248257

Please sign in to comment.