Module:RangeNames

Revision as of 12:48, 12 May 2021 by Botkaze (talk | contribs) (1 revision imported)

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