• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Difference between revisions of "Module:RangeNames"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "-- Category:Misc data modules return { [0] = "None", [1] = "Short", [2] = "Medium", [3] = "Long", [4] = "Very Long", [5] = "Very Long+", }")
 
m (1 revision imported)

Revision as of 12:48, 12 May 2021

Documentation for this module may be created at Module:RangeNames/doc

-- [[Category:Misc data modules]]
 
return {
  [0] = "None",
  [1] = "Short",
  [2] = "Medium",
  [3] = "Long",
  [4] = "Very Long",
  [5] = "Very Long+",
}