Модуль:Chemistry Lookup/data
Материал из Lost Paradise 14
local chem = "User:IanComradeBot/chem_prototypes.json" local react = "User:IanComradeBot/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"; } }