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
No edit summary
No edit summary
 
Line 1: Line 1:
local chem = "User:StationAI/chem_prototypes.json"
local chem = "User:StationAI/chem_prototypes.json"
local react = "User:Nyanowikibot/react_prototypes.json"
local react = "User:StationAI/react_prototypes.json"


return {
return {

Latest revision as of 10:00, 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:StationAI/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";
	}
}