Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:Calc
(view source)
Revision as of 20:01, 16 September 2018
78 bytes removed
,
6 years ago
m
no edit summary
Line 109:
Line 109:
return U.ijoin(U.imap(ship._equipment or {}, function (e)
return U.ijoin(U.imap(ship._equipment or {}, function (e)
if not e or e.equipment == nil then
if not e or e.equipment == nil then
−
return '
(
?
)
'
+
return '?'
end
end
if e.equipment == false then
if e.equipment == false then
return '[[File:Xx_c.png]]'
return '[[File:Xx_c.png]]'
end
end
−
local eq = Equipment
(e.equipment
)
+
return string.format
(
"[[%s]]",
e.equipment)
−
return Formatting:format_image({ Formatting:format_equipment_icon(eq:icon()) }
)
+
end)
, ', '
)
−
end))
end,
end,
がか
cssedit, gkautomate
7,064
edits