模块:装备图鉴:修订间差异
来自舰R百科
更多操作
Rw65684446(留言 | 贡献) 撤销Rw65684446(讨论)的版本42510 试图指定某类型(如战斗机)显示不同列,未果,有人能做到的话请赐教 标签:撤销 |
无编辑摘要 |
||
| (未显示同一用户的2个中间版本) | |||
| 第17行: | 第17行: | ||
local type = tonumber(frame.args[1]) | local type = tonumber(frame.args[1]) | ||
local tempret = {"", "", "", "", "", ""} | local tempret = {"", "", "", "", "", ""} | ||
local ret = '{| class="wikitable | local ret = '{| class="wikitable sortable" style="text-align:center; "\n|- style="position:sticky; top:0" class="citizen-overflow-sticky-header"\n!图标!!装备名称!!火力!!装甲!!命中!!回避!!对空!!对潜!!鱼雷!!轰炸!!索敌!!幸运!!射程!!备注' | ||
for j,v in pairs(equipts) do | for j,v in pairs(equipts) do | ||
if v.type == type and tonumber(v.index) ~= 0 and tonumber(v.rarity) ~= 0 then | if v.type == type and tonumber(v.index) ~= 0 and tonumber(v.rarity) ~= 0 then | ||