View source for Module:Availability/active

Jump to: navigation, search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Users.
  • This page has been protected to prevent editing or other actions.

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'
הההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
000
1:0
Debug console
* The module exports are available as the variable "p", including unsaved modifications. * Precede a line with "=" to evaluate it as an expression or use print(). Use mw.logObject() for tables. * Use mw.log() and mw.logObject() in module code to send messages to this console.

Template used on this page:

Return to Module:Availability/active.