Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:ShipMetaKai
(view source)
Revision as of 10:23, 26 June 2018
29 bytes added
,
6 years ago
m
no edit summary
Line 276:
Line 276:
end
end
local dates = U.isort(U.keys(data))
local dates = U.isort(U.keys(data))
−
self._vars.implementation_date = #dates
>
0 and U.ijoin(U.imap(dates, function (d)
+
self._vars.implementation_date = #dates
==
0 and
"??" or #dates == 1 and dates[1] or
U.ijoin(U.imap(dates, function (d)
return string.format("%s (%s)", d, U.ijoin(data[d], ", "))
return string.format("%s (%s)", d, U.ijoin(data[d], ", "))
−
end), "<br>")
or "??"
+
end), "<br>")
end
end
がか
cssedit, gkautomate
7,064
edits