1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00
tobspr_shapez.io/docs_template/properties.html
2021-02-26 15:20:37 +01:00

17 lines
432 B
HTML

<div data-ice="properties">
<h4 data-ice="title"></h4>
<table class="params">
<thead>
<tr><td>Name</td><td>Type</td><td>Attribute</td><td>Description</td></tr>
</thead>
<tbody>
<tr data-ice="property">
<td data-ice="name" class="code"></td>
<td data-ice="type" class="code"></td>
<td data-ice="appendix"></td>
<td data-ice="description"></td>
</tr>
</tbody>
</table>
</div>