User contributions for SlyAceZeta
26 June 2022
- 01:3301:33, 26 June 2022 diff hist −714 User:SlyAceZeta/sandbox No edit summary
- 01:3201:32, 26 June 2022 diff hist +456 Module:Recipe Adding test function to test all items all at once, this will only be used on a single sandbox page
25 June 2022
- 07:1407:14, 25 June 2022 diff hist +17 Module:Recipe/SN/doc lining up notes a little better
- 07:0907:09, 25 June 2022 diff hist +1,015 User:SlyAceZeta/sandbox adding EnergySN tests
- 07:0607:06, 25 June 2022 diff hist +163 Module:Recipe adding handling for Depleted Reactor Rod
- 07:0507:05, 25 June 2022 diff hist +125 Module:Recipe/SN adding Depleted Reactor Rod
- 07:0407:04, 25 June 2022 diff hist +394 Module:Recipe/SN adding Bioreactor and Nuclear Reactor
- 06:5606:56, 25 June 2022 diff hist +1,245 Module:Recipe creating two new functions to facilitate two new templates to show power output for the Bioreactor and Nuclear Reactor
- 06:5506:55, 25 June 2022 diff hist +74 Module:Recipe/SN Adding Energy
- 06:3206:32, 25 June 2022 diff hist +3,089 Module:Recipe/SN Adding Equipment and any missing resources for them
- 05:4805:48, 25 June 2022 diff hist +1,135 N Module:Recipe/SN/doc Created page with "This module contains all recipe information for every item in ''Subnautica''. This data is used in Module:Recipe to output recipes on pages. Each in-game item is represented by an Lua table object. The syntax for each object is below. All parameters are optional '''except''' <code>name</code>. <syntaxhighlight lang="lua"> ["spawnID"] = { name = "Item Name", -- the in-game name of the item energy = #, -- the amount of energy the item adds to the Bioreactor..."
- 05:1805:18, 25 June 2022 diff hist +29 Module:Recipe Attempting a bug fix for checking whether a page exists
- 05:1005:10, 25 June 2022 diff hist +27 Module:Recipe/SN fixing spelling and missing machine
- 05:0905:09, 25 June 2022 diff hist +209 Module:Recipe Adding some more error handling
- 04:5604:56, 25 June 2022 diff hist +2,012 Module:Recipe/SN Adding all Basic Materials and Electronics
- 04:2604:26, 25 June 2022 diff hist +1,834 Module:Recipe/SN Adding all items classified as "Raw Materials"
- 03:4903:49, 25 June 2022 diff hist +98 Module:Recipe adding another error catch in getAllRecipes in case provided machine does not actually exist
- 03:4603:46, 25 June 2022 diff hist +144 User:SlyAceZeta/sandbox adding machine parameter
- 03:4403:44, 25 June 2022 diff hist −37 Module:Recipe "create" -> "get" in all function names to follow naming standards and avoid ambiguity
- 03:4203:42, 25 June 2022 diff hist +348 Module:Recipe adding optional machine parameter for createAllRecipes
22 June 2022
- 23:5223:52, 22 June 2022 diff hist +308 Module:Recipe adding check for disambiguated page
- 23:3223:32, 22 June 2022 diff hist +94 Module:Recipe/SN Undo revision 422465 by SlyCooperFan1 (talk) debugging done Tag: Undo
- 23:3123:31, 22 June 2022 diff hist −337 Module:Recipe removing outdated function I left in by accident; adding more error handling; removing one error that shouldn't be possible
- 23:2223:22, 22 June 2022 diff hist −94 Module:Recipe/SN Undo revision 422463 by SlyCooperFan1 (talk) temporary to debug Tags: Undo Reverted
- 23:1623:16, 22 June 2022 diff hist +38 MediaWiki:Common.css reducing spacing between consecutive recipes
- 23:1423:14, 22 June 2022 diff hist +94 Module:Recipe/SN adding Gold and Table Coral Sample Tag: Reverted
- 22:5722:57, 22 June 2022 diff hist +194 Module:Recipe updating createAllRecipes to show the actual recipes
- 22:5122:51, 22 June 2022 diff hist +1,443 User:SlyAceZeta/sandbox No edit summary
- 22:4722:47, 22 June 2022 diff hist +206 Module:Recipe adding smarter error handling for Template:UsesSN and Template:UsesBZ
- 22:4222:42, 22 June 2022 diff hist +1,414 Module:Recipe adding createAllRecipes function to grab all recipes used by a provided ingredient; moving ID arguments to template calls to be able to create recipes inside createAllRecipes
11 June 2022
- 01:1001:10, 11 June 2022 diff hist +800 User:SlyAceZeta/sandbox No edit summary
- 01:0801:08, 11 June 2022 diff hist +111 Module:Recipe turning the recipe creation function into its own separate function to allow both SN and BZ calls
- 01:0801:08, 11 June 2022 diff hist +1,524 N Module:Recipe/BZ Created page with "return { -- Materials ["copper"] = { name = "Copper Ore" }, ["creepvinepiece"] = { name = "Creepvine Sample", icon = { size = "2x2", bg = "aquatic plant" } }, ["lead"] = { name = "Lead" }, ["quartz"] = { name = "Quartz" }, ["scrapmetal"] = { name = "Metal Salvage", icon = { size = "2x2" } }, ["silver"] = { name = "Silver Ore" }, -- Machines ["builder"] = { name = "Habitat Builder", machine = "fabricator", recipe = {..."
- 00:4500:45, 11 June 2022 diff hist −7 MediaWiki:Common.css moving ingredient margin to arrows
- 00:4100:41, 11 June 2022 diff hist +233 Module:Recipe adding arrows
- 00:3900:39, 11 June 2022 diff hist +184 MediaWiki:Common.css Adding more styling for step arrows in the recipes
- 00:1500:15, 11 June 2022 diff hist −333 Module:Recipe Moving all non-default styling to Common.css; replacing "x" with "×" (multiplication sign)
- 00:1100:11, 11 June 2022 diff hist +653 MediaWiki:Common.css Adding default styling for Module:Recipe output
10 June 2022
- 23:5623:56, 10 June 2022 diff hist +294 Module:Recipe adding one more wrapping div to the machine for consistency; adding class names for better identification and to start moving styling out of this module
- 23:4623:46, 10 June 2022 diff hist +204 Module:Recipe Wrapping ingredients and outputs into their own div's for better margin handling
- 23:3123:31, 10 June 2022 diff hist +59 Module:Recipe Rewriting outputs to allow for more than 1 in quantity
- 23:3123:31, 10 June 2022 diff hist +24 Module:Recipe/SN rewriting format for additional outputs to allow for more than 1
- 23:2123:21, 10 June 2022 diff hist +164 Module:Recipe/SN adding Metal Salvage and the recipe for Titanium to add quantities to output
- 21:1721:17, 10 June 2022 diff hist −2 Module:Recipe fixing array loop; moving final product before the additional outputs
- 21:0321:03, 10 June 2022 diff hist 0 m Module:Recipe forgot Lua starts at 1, not 0
- 21:0221:02, 10 June 2022 diff hist +236 Module:Recipe adding additional outputs if any exist
- 20:5320:53, 10 June 2022 diff hist +393 Module:Recipe Adding icons for machine and output
- 20:4020:40, 10 June 2022 diff hist −32 Module:Recipe reverting quantity change
- 20:3320:33, 10 June 2022 diff hist +154 Module:Recipe adding offset for icons with non-square backgrounds; moving x0 to depending on there being no provided quantity; vertically centering the recipe
- 02:0902:09, 10 June 2022 diff hist +6 Module:Recipe moving "px" out of the widths to use them in math