微件:GridTable:修订间差异
来自植物大战僵尸杂交版Wiki
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第46行: | 第46行: | ||
<textarea id="grid-data" placeholder="豌豆向日葵,1,1 豌豆射手,2,1 向日葵,6,3 坚果墙,7,5"></textarea> | <textarea id="grid-data" placeholder="豌豆向日葵,1,1 豌豆射手,2,1 向日葵,6,3 坚果墙,7,5"></textarea> | ||
<br> | <br> | ||
<label>罐子类型: | |||
<select id="grid-jar"> | |||
<option value="问号罐">问号罐</option> | |||
<option value="僵尸罐">僵尸罐</option> | |||
<option value="植物罐">植物罐</option> | |||
</select> | |||
</label> | |||
<label>列数:<input type="number" id="grid-cols" value="9" min="1" max="20"></label> | <label>列数:<input type="number" id="grid-cols" value="9" min="1" max="20"></label> | ||
<label>行数:<input type="number" id="grid-rows" value="5" min="1" max="15"></label> | <label>行数:<input type="number" id="grid-rows" value="5" min="1" max="15"></label> | ||