Changes
no edit summary
end
end
local details_len = #details
local details_len = #details
if details_len > 0 then
if details_len > 0 and self._detailed_availability then
details = format{self._details_template, details = table.concat(details, ", ")}
details = format{self._details_template, details = table.concat(details, ", ")}
if details_len > self._max_drops_before_collapsible then
if details_len > self._max_drops_before_collapsible then
end
end
end
end
if #details > 0 then
if #details > 0 and self._detailed_availability then
details = format{self._details_template, details = table.concat(details, ", ")}
details = format{self._details_template, details = table.concat(details, ", ")}
else
else
end
end
local details_len = #details
local details_len = #details
if details_len > 0 then
if details_len > 0 and self._detailed_availability then
details = format{self._details_template, details = table.concat(details, ", ")}
details = format{self._details_template, details = table.concat(details, ", ")}
if details_len > self._max_drops_before_collapsible then
if details_len > self._max_drops_before_collapsible then