All public logs

Jump to navigation Jump to search

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

Logs
  • 08:04, 25 October 2023 Diamondback88 talk contribs imported Module:Crafting by file upload (1 revision) (Imported from minecraft.wiki)
  • 08:30, 24 October 2023 Diamondback88 talk contribs deleted page Module:Crafting (Mass removal of pages selected by DPL query: nottitlematch = %Parallel%namespace = Template | Module)
  • 18:47, 19 May 2022 Diamondback88 talk contribs created page Module:Crafting (Created page with "p = {} function Grid(args, w, h, large) return require(Module:InventorySlot).Call(args,w,h,large) end -- Make a 3*3 crafting grid function p.Grid( f ) local args = f.args if #args == 0 then args = f:getParent().args end return Grid(args, args['width'] or args['Width'] or 3, args['height'] or args['Height'] or 3) end -- Make a 1*1 crafting grid function p.Cell( f ) local args = f.args if #args == 0 then args = f:getParent().args end return Grid(args,...")
  • 18:43, 19 May 2022 Diamondback88 talk contribs deleted page Module:Crafting (content was: "local p = {} local i18n = { colored = 'Colored', coloredDyes = { 'Orange Dye', 'Magenta Dye', 'Light Blue Dye', 'Yellow Dye', 'Lime Dye', 'Pink Dye', 'Gray Dye', 'Light Gray Dye', 'Cyan Dye', 'Purple Dye', 'Blue Dye', 'Brown Dye', 'Green Dye', 'Red Dye', 'Black Dye', }, categoryIngredientUsage = 'Category:Recipe using $1', categoryRecipeType = '...", and the only contributor was "Diamondback88" (talk))
  • 03:33, 19 May 2022 Diamondback88 talk contribs created page Module:Crafting (Created page with "local p = {} local i18n = { colored = 'Colored', coloredDyes = { 'Orange Dye', 'Magenta Dye', 'Light Blue Dye', 'Yellow Dye', 'Lime Dye', 'Pink Dye', 'Gray Dye', 'Light Gray Dye', 'Cyan Dye', 'Purple Dye', 'Blue Dye', 'Brown Dye', 'Green Dye', 'Red Dye', 'Black Dye', }, categoryIngredientUsage = 'Category:Recipe using $1', categoryRecipeType = 'Category:$1 recipe', itemBlockOfQuartz = 'Block of Quartz', itemBlockOfQuartz = 'Block of Quartz', itemBrownMus...")