Module:Availability/crate
< Module:Availability
Revision as of 01:09, 27 April 2020 by Unaveragejoe (talk | contribs) (Removed crates not listed in Active Series.)
This article has been marked for deletion. Reason given: Replaced by Module:Availability/active Editors: If this content is being deprecated, kindly remove it from ALL translated pages before marking it for deletion. Staff: what links here – subpages – history (last) – logs – delete |
local active = {'124', '125', '126'} function status(num) for _, n in ipairs(active) do if n == num then return 'Mann Co. Supply Crate/Active series' end end return 'Mann Co. Supply Crate/Retired series' end