Jump to content

Main public logs

Combined display of all available logs of GT Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:49, 1 October 2025 Coldyron talk contribs created page Module:Car (Created page with "-- <nowiki> local p = {} local getArgs = require("Dev:Arguments").getArgs local data = mw.loadData("Module:Cars") -- implements {{Car data}} function p.CarData(frame) local args = getArgs(frame, {removeBlanks = false}) local alias = string.lower(args[1] or "") local car = data.cars[name] or data.default local output = "" if args.givename then output = output .. car.name end return output end return p")