Difference between revisions of "Module:Availability/crate"
(#106 no longer active) |
Unaveragejoe (talk | contribs) (Removed crates not listed in Active Series.) |
||
Line 1: | Line 1: | ||
− | local active = {' | + | local active = {'124', '125', '126'} |
function status(num) | function status(num) |
Revision as of 01:09, 27 April 2020
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