Difference between revisions of "Module:RangeNames"
(Created page with "-- Category:Misc data modules return { [0] = "None", [1] = "Short", [2] = "Medium", [3] = "Long", [4] = "Very Long", [5] = "Very Long+", }") |
Jigaraphale (talk | contribs) m (speed name consistency) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 7: | Line 7: | ||
[3] = "Long", | [3] = "Long", | ||
[4] = "Very Long", | [4] = "Very Long", | ||
| − | [5] = " | + | [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",
}