- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
Line 71:
Line 71:
− +
− table.insert(value, self._detailed_space)+
− table.insert(value, Formatting:inline_block(Formatting:format_stat(japanese_name), self._detailed_class, self._display_none_style))+
− +
Disable japanese name
local value = {Formatting:inline_block(Formatting:format_link(link, text, section))}
local value = {Formatting:inline_block(Formatting:format_link(link, text, section))}
local japanese_name = ship:japanese_name()
local japanese_name = ship:japanese_name()
if japanese_name and (text or link) ~= japanese_name then
--if japanese_name and (text or link) ~= japanese_name then
-- table.insert(value, self._detailed_space)
-- table.insert(value, Formatting:inline_block(Formatting:format_stat(japanese_name), self._detailed_class, self._display_none_style))
end
--end
local nickname = ship:nick()
local nickname = ship:nick()
if nickname then
if nickname then