Related changes

From Space Station 14 Wiki

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

Pages linked from the selected page
Pages linking to the selected page
Human (not bot)
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

9 July 2025

     07:32  Module:Item recipe 5 changes history −1,992 [Aliser (5×)]
     
07:32 (cur | prev) −291 Aliser talk contribs (converted a hard error when looking up crafting station config by an unknown ID/name to a soft error; updated error texts for this and other similar error)
     
07:24 (cur | prev) −23 Aliser talk contribs (convert hard error on unknown item to soft error (it was working earlier but got broken by another fix. god I love lua (and my shitty code) O__________O ))
     
07:14 (cur | prev) +63 Aliser talk contribs (prefix reagent products with "Reagent")
     
06:42 (cur | prev) −10 Aliser talk contribs (typo)
     
06:41 (cur | prev) −1,731 Aliser talk contribs (switched to new data sources for data that's updated automatically; replaced some method and some code to use a new crafting module; fixed a faulty error when trying to generate a recipe using a recipe ID that does not matching to an item ID)
N    07:08  Module:Crafting 8 changes history +4,760 [Aliser (8×)]
     
07:08 (cur | prev) +1,732 Aliser talk contribs (support querying a config by station display name also; hardcoded station names mapped from station IDs;)
     
06:18 (cur | prev) +626 Aliser talk contribs
     
06:10 (cur | prev) +3 Aliser talk contribs
     
06:09 (cur | prev) −44 Aliser talk contribs
     
06:02 (cur | prev) +1,804 Aliser talk contribs (wawa)
     
05:44 (cur | prev) +193 Aliser talk contribs (wip)
     
05:38 (cur | prev) +80 Aliser talk contribs (support for any casing for find_station_config)
N    
04:44 (cur | prev) +366 Aliser talk contribs (Created page with "local p = {} local configs_json = mw.loadJsonData("Module:Crafting/data/auto/crafting_stations_configs.json") -- Searches for a station config with given ID. -- -- Returns found config or `nil`. function p.find_station_config(id) for _, config in ipairs(configs_json) do if config.id == id then return config end end end return p")

7 July 2025

     11:17  Template:Item recipe diffhist +9 Aliser talk contribs (typo; better wording on params)

5 July 2025

     07:11  Module:Item 2 changes history +17 [Aliser (2×)]
     
07:11 (cur | prev) −1 Aliser talk contribs (typo)
     
07:11 (cur | prev) +18 Aliser talk contribs (switch to a new data source for both main mapping tables)
     06:37  Module:Item/data/auto/entity map of lc name to id.json diffhist −54,301 Aliser talk contribs (automated sync to upstream; sync PR: https://github.com/murolem/ss14-wiki-automations/pull/23)
     06:37  Module:Item/data/auto/entity map of id to name.json diffhist +4,582 Aliser talk contribs (automated sync to upstream; sync PR: https://github.com/murolem/ss14-wiki-automations/pull/23)

4 July 2025

     21:08  Module:Item recipe 3 changes history +743 [Aliser (3×)]
     
21:08 (cur | prev) +346 Aliser talk contribs (provide a softer error when a recipe is not found because item does not exist)
     
21:02 (cur | prev) +307 Aliser talk contribs (provide a softer error when a recipe is not found with a method specified)
     
20:35 (cur | prev) +90 Aliser talk contribs (handle completetime sometimes being missing)