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
Revision as of 10:17, 11 May 2023 by Floofers (talk | contribs) (Change location of chem and react prototypes .json)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

local chem = "User:Nyanowikibot/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";
	}
}