Combined display of all available logs of Star Citizen Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:04, 1 June 2023 Alistair3149 talk contribs created page Module:Commodity (Created page with "local Commodity = {} local metatable = {} local methodtable = {} local common = require( 'Module:Common' ) metatable.__index = methodtable local function round( number, decimals ) local power = 10^decimals return math.floor( number * power ) / power end --- Removes the Manufacturer Prefix from vehicle entries --- --- @param commodity table --- @return table local function fixVehicleName( commodity ) if commodity == nil or commodity.type == nil then...")