模块:图鉴:修订间差异
来自舰R百科
更多操作
标签:移动版编辑 移动版网页编辑 |
无编辑摘要 |
||
| 第41行: | 第41行: | ||
return nil | return nil | ||
elseif empty1 then | elseif empty1 then | ||
return '{|\n|- valign="bottom"' .. part2 .. '\n|}\n' | return '{| style="max-width:1000px"\n|- valign="bottom"' .. part2 .. '\n|}\n' | ||
elseif empty2 then | elseif empty2 then | ||
return '{|\n|- valign="bottom"' .. part1 .. '\n|}\n' | return '{| style="max-width:1000px"\n|- valign="bottom"' .. part1 .. '\n|}\n' | ||
else | else | ||
return '{|\n|- valign="bottom"' .. part1 .. '\n|-' .. part2 .. '\n|}\n' | return '{| style="max-width:1000px"\n|- valign="bottom"' .. part1 .. '\n|-' .. part2 .. '\n|}\n' end | ||
end | end | ||
| 第74行: | 第73行: | ||
local r = tonumber(frame.args[3]) | local r = tonumber(frame.args[3]) | ||
local cnt = 0 | local cnt = 0 | ||
local ret = '{|\n|-valign="bottom"' | local ret = '{| style="max-width:1000px"\n|-valign="bottom"' | ||
for i = l, r do | for i = l, r do | ||
if byIndex[i] ~= nil and ships[byIndex[i]].type == type then | if byIndex[i] ~= nil and ships[byIndex[i]].type == type then | ||