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
← Older edit
Newer edit →
Module:Calc
(view source)
Revision as of 19:55, 15 April 2018
391 bytes added
,
6 years ago
no edit summary
Line 17:
Line 17:
local target = nil
local target = nil
local shipCapabilities = {}
local shipCapabilities = {}
+
local equipment = nil
-- $('.calc-debug').show().appendTo('#mw-content-text')
-- $('.calc-debug').show().appendTo('#mw-content-text')
Line 64:
Line 65:
end,
end,
−
code = function(
ship
)
+
code = function(
obj
)
−
return Formatting:format_ship_code(
ship
:type())
+
return
equipment and
+
Formatting:format_equipment_type(obj:type()) or
+
Formatting:format_ship_code(
obj
:type())
end,
end,
-- overrides ShipData:type
-- overrides ShipData:type
−
type = function(
ship
)
+
type = function(
obj
)
−
return Formatting:format_ship_type(
ship
:type())
+
return
equipment and
+
Formatting:format_equipment_type(obj:type()) or
+
Formatting:format_ship_type(
obj
:type())
end,
end,
-- overrides ShipData:link
-- overrides ShipData:link
−
link = function(
ship
)
+
link = function(
obj
)
−
return Formatting:format_link(
ship
:link())
+
return
equipment and
+
(Formatting:format_equipment_icon(obj:icon()) .. " " .. Formatting:format_link(obj:link())) or
+
Formatting:format_link(
obj
:link())
end,
end,
Line 263:
Line 270:
else
else
ship = Equipment(ship_key)
ship = Equipment(ship_key)
+
equipment = true
end
end
elseif prefix2 == "!!" then
elseif prefix2 == "!!" then
Line 280:
Line 288:
else
else
ship = Equipment(key)
ship = Equipment(key)
+
equipment = true
end
end
else
else
がか
cssedit, gkautomate
7,064
edits
Navigation menu
Personal tools
Log in
Request account
Namespaces
Module
Discussion
Variants
Views
Read
View source
View history
More
Search
Content Navigation
Kancolle Wiki
Random page
Recent changes
Batch Uploading
Current Mini-event
Naval District Saury Festival
Sortie
Sortie
World 1 (Naval Base Waters)
World 2 (Nansei Island Waters)
World 3 (Northern Waters)
World 7 (South Western Waters)
World 4 (Western Waters)
World 5 (Southern Waters)
World 6 (Central Waters)
Events
Shortcuts
Expeditions
Quests
Ships Maximum Status
Equipment
Construction
Development
Akashi's Improvement Arsenal
Shop
Inventory
Combat Mechanics
Glossary
Drop List
Interviews
Tutorials
How to Register
How To Play
Leveling
Resource Farming
Ship Priority
Equipment Setup
Akashi Upgrades
Event Preparation
Troubleshooting
FAQ
Community
Help
Sandbox
Tools
Upload file
Special pages
Printable version