Module:RangeNames

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",
}