• 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
m (1 revision imported)
m (speed name consistency)
 
Line 7: Line 7:
 
   [3] = "Long",
 
   [3] = "Long",
 
   [4] = "Very Long",
 
   [4] = "Very Long",
   [5] = "Very Long+",
+
   [5] = "Longest",
 
}
 
}

Latest revision as of 16:55, 12 March 2023

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] = "Longest",
}