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:SortieList
(view source)
Revision as of 09:30, 19 October 2016
94 bytes added
,
8 years ago
no edit summary
Line 53:
Line 53:
function formatDifficulty(stars)
function formatDifficulty(stars)
return stars and string.rep("☆", stars) or "?"
return stars and string.rep("☆", stars) or "?"
+
end
+
+
function formatShipExp(exp)
+
return exp == false and "Variable" or exp or "?"
end
end
Line 74:
Line 78:
name_en = map_data.name_en or "?",
name_en = map_data.name_en or "?",
difficulty = formatDifficulty(map_data.stars),
difficulty = formatDifficulty(map_data.stars),
−
ship_exp = map_data.ship_exp
or "?"
,
+
ship_exp =
formatShipExp(
map_data.ship_exp
)
,
items_string = formatItems(map_data.items),
items_string = formatItems(map_data.items),
strategy_name = map_data.strategy_name or "?",
strategy_name = map_data.strategy_name or "?",
がか
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
Pumpkin 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