Main public logs
From Downtime Wiki
Combined display of all available logs of Downtime Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:39, 25 April 2025 Orashgle talk contribs imported Module:Crafting by file upload (1 revision)
- 03:42, 25 April 2025 Orashgle talk contribs created page Module:Crafting (Created page with "local p = {} local i18n = { moduleArgs = Module:ProcessArgs, moduleRecipe = Module:Recipe table, moduleSlot = Module:Inventory slot, moduleAliases = Module:Inventory slot/Aliases, type = 'Crafting' } p.i18n = i18n local slot = require( i18n.moduleSlot ) local recipeTable = require( i18n.moduleRecipe ).table local aliases = mw.loadData( i18n.moduleAliases ) local cArgVals = { 'A1', 'B1', 'C1', 'A2', 'B2', 'C2', 'A3', 'B3', 'C3' } p.cArgVals = cArgVa...")