View source for Module:Availability/active
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
-- These crate and case numbers should exactly match the ones listed on [[Mann Co. Supply Crate/Active series]]
local active = {
'62', '63', '64', '65', '66', '67', '68', '69',
'92',
'103', '105', '109',
'110', '111', '112', '113', '114', '115', '116',
'148',
}
function is_active(num)
for _, n in ipairs(active) do
if n == num then
return true
end
end
return false
end
function crate_link(num)
if is_active(num) then
return 'Mann Co. Supply Crate/Active series'
000
1:0
Template used on this page:
Return to Module:Availability/active.