Alex
Created page with "-- Module for Template:Weapon group local p = {} local infobox = require('Module:Infobox') -- Format attack speed function attackspeedarg(arg) if not infobox.isDefined(arg) then return nil end local lowarg = string.lower(arg) local numarg = tonumber(arg) if lowarg == 'no' or lowarg == 'n/a' then return 'N/A' elseif lowarg == 'varies' or lowarg == 'random' then return '<span title="Weapons in this group have a variable attack speed." style="cursor:he..."