simpler enabler with direct examples
This commit is contained in:
20
index.html
20
index.html
@@ -130,14 +130,24 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<code>display</code>: display without any HUD with the option
|
<code>display</code>: display without any HUD with the option
|
||||||
<code>house-only</code>
|
<code><a href="?display=house-only">house-only</a></code>
|
||||||
</li>
|
</li>
|
||||||
<li><code>size</code>: can be <code>small</code></li>
|
|
||||||
<li>
|
<li>
|
||||||
<code>focus</code>: focus only a part of the TPS. Can be multiple.
|
<code>size</code>: can be <code><a href="?size=small">small</a></code>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<code>focus</code>: focus only
|
||||||
|
<a href="?focus=pull-system">a part</a> of the TPS. Can be
|
||||||
|
<a href="?focus=pull-system&focus=andon&focus=quality">multiple</a>.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<code>text</code>: <a href="?text=hide">hide</a> text to only have the
|
||||||
|
house
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<code>scroll</code>: scroll to the
|
||||||
|
<code><a href="?scroll=end">end</a></code>
|
||||||
</li>
|
</li>
|
||||||
<li><code>text</code>: hide text to only have the house</li>
|
|
||||||
<li><code>scroll</code>: scroll to the <code>end</code></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</details>
|
</details>
|
||||||
<script type="module" src="main.ts"></script>
|
<script type="module" src="main.ts"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user