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 20:49, 3 February 2017
442 bytes added
,
7 years ago
m
Undo revision 787719 by
がか
(
talk
)
Line 1:
Line 1:
local Utils = require("Module:Utils")
local Utils = require("Module:Utils")
+
local format = require("Module:StringOperations").format
local Formatting = require("Module:Formatting")
local Formatting = require("Module:Formatting")
local Ship = require("Module:Ship")
local Ship = require("Module:Ship")
Line 7:
Line 8:
local formatting_functions = {
local formatting_functions = {
+
-- overrides ShipData:link
-- overrides ShipData:link
−
link = function(ship) return Formatting:format_link(ship:link()) end,
+
link = function(ship)
+
return Formatting:format_link(ship:link())
+
end,
+
+
-- overrides ShipData:implementation_date
+
implementation_date = function(ship)
+
local date = ship:implementation_date()
+
return format{
+
"${year}/${month}/${day}",
+
year = date[1],
+
month = date[2] < 10 and "0" .. date[2] or date[2],
+
day = date[3] < 10 and "0" .. date[3] or date[3],
+
}
+
end,
+
}
}
がか
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