Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Chemistry Lookup/data: Difference between revisions

From Delta-V Wiki
m (1 revision imported)
No edit summary
Line 1: Line 1:
local chem = "User:Nyanowikibot/chem_prototypes.json"
local chem = "User:StationAI/chem_prototypes.json"
local react = "User:Nyanowikibot/react_prototypes.json"
local react = "User:Nyanowikibot/react_prototypes.json"



Revision as of 09:52, 2 July 2023

Documentation for this module may be created at Module:Chemistry Lookup/data/doc

local chem = "User:StationAI/chem_prototypes.json"
local react = "User:Nyanowikibot/react_prototypes.json"

return {
	chem = mw.text.jsonDecode(mw.title.new(chem, "User"):getContent()),
	react = mw.text.jsonDecode(mw.title.new(react, "User"):getContent()),
	groupDirection = {
		Drinks = "Drinks";
		Foods = "Cooking";
	}
}