Module:RangeNames

Revision as of 04:05, 11 November 2018 by がか (talk | contribs) (Created page with "-- Category:Misc data modules return { [0] = "None", [1] = "Short", [2] = "Medium", [3] = "Long", [4] = "Very Long", [5] = "Very Long+", }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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