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 01:38, 9 June 2020
42 bytes added
,
4 years ago
no edit summary
Line 143:
Line 143:
local icon = type(e.equipment) == 'string' and Equipment(e.equipment):icon() or e.equipment:icon()
local icon = type(e.equipment) == 'string' and Equipment(e.equipment):icon() or e.equipment:icon()
local link = type(e.equipment) == 'string' and e.equipment or e.equipment:name()
local link = type(e.equipment) == 'string' and e.equipment or e.equipment:name()
−
return Formatting:format_image{Formatting:format_equipment_icon(icon), link = link }
+
return
string.format("%s [[%s]]",
Formatting:format_image{Formatting:format_equipment_icon(icon), link = link }
, link)
−
end))
+
end)
, "<br>"
)
end,
end,
がか
cssedit, gkautomate
7,064
edits