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
(Change location of chem and react prototypes .json)
 
m (1 revision imported)
(No difference)

Revision as of 22:00, 1 July 2023

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