Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:EquipmentInfoKai
(view source)
Revision as of 15:20, 3 July 2018
75 bytes added
,
6 years ago
m
no edit summary
Line 330:
Line 330:
local function format_bonus_text(desc)
local function format_bonus_text(desc)
local with_formats = {
local with_formats = {
−
["Radar"] = "[[File:Radar.png|link=Radar]]",
+
["Radar"] = "[[File:Radar.png|link=Radar
|Radar with accuracy ≥ 3
]]",
}
}
local with = desc._with and with_formats[desc._with] and " " .. with_formats[desc._with] or ""
local with = desc._with and with_formats[desc._with] and " " .. with_formats[desc._with] or ""
−
local count = desc._count and " ×" .. desc._count or ""
+
local count = desc._count and
" " .. Formatting:tooltip(
"×" .. desc._count
, "amount of equipment")
or ""
local text = desc._ship and
local text = desc._ship and
string.format("[[%s]]%s", desc._ship, count) or
string.format("[[%s]]%s", desc._ship, count) or
がか
cssedit, gkautomate
7,064
edits