打开/关闭搜索
搜索
打开/关闭菜单
228
885
35
2802
植物大战僵尸杂交版Wiki
导航
首页
最近更改
随机页面
MediaWiki帮助
特殊页面
上传文件
打开/关闭外观设置菜单
notifications
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。
user-interface-preferences
个人工具
创建账号
登录
查看“︁微件:ZombieFilter”︁的源代码
来自植物大战僵尸杂交版Wiki
查看
阅读
查看源代码
查看历史
associated-pages
微件
讨论
更多操作
←
微件:ZombieFilter
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您没有权限编辑
微件
命名空间内的页面。
您可以查看和复制此页面的源代码。
<includeonly> <style> .pvzhe-filter-box { margin: 10px 0; padding: 10px; background: #f5f5f5; border: 1px solid #ccc; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; } .pvzhe-filter-box input, .pvzhe-filter-box select { padding: 4px; } .pvzhe-card.hidden-card { display: none; } </style> <div class="pvzhe-filter-box"> <input type="text" id="zf-name" placeholder="名称搜索..."> <label>血量 = <input type="number" id="zf-health-min" placeholder="不限" style="width:70px;"></label> <label>速度 = <input type="number" id="zf-speed-max" placeholder="不限" style="width:70px;"></label> <select id="zf-type"> <option value="">全部类型</option> <option value="普通">普通</option> <option value="大型">大型</option> <option value="飞行">飞行</option> <option value="boss">boss</option> <!-- 按需添加更多类型 --> </select> <button id="zf-reset">重置</button> </div> </includeonly>
返回
微件:ZombieFilter
。
查看“︁微件:ZombieFilter”︁的源代码
来自植物大战僵尸杂交版Wiki