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

Module:Chemistry Lookup/data

From Delta-V Wiki

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";
	}
}