Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:EquipmentData
(view source)
Revision as of 16:17, 25 October 2017
22 bytes added
,
7 years ago
m
Undo revision 903692 by
がか
(
talk
)
Line 20:
Line 20:
end
end
−
--Returns the equipment's strict
iname
translation as a string.
+
--Returns the equipment's strict
name
translation as a string.
function EquipmentData:strict_name()
function EquipmentData:strict_name()
return self._strict_name
return self._strict_name
Line 284:
Line 284:
function EquipmentData:icon()
function EquipmentData:icon()
−
if self._icon then
+
if self._icon
or self._icon == false
then
return self._icon
return self._icon
else
else
がか
cssedit, gkautomate
7,064
edits