Module:Infobox Ranged Weapon Group: Revision history

Jump to navigation Jump to search
Diff selection: mark the radio boxes of the versions to compare or click on a revision date to view it. (cur) = difference from current version, (prev) = difference from preceding version,  m = minor edit, → = section edit

17 October 2024

  • curprev 00:1200:12, 17 October 2024Alex talk contribs 1,948 bytes +1,948 Created page with "-- Module for Template:Infobox Ranged 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." s..."