Модуль:Chemistry Lookup/data

Материал из Lost Paradise 14
Версия от 21:36, 2 сентября 2023; PowerKAT (обсуждение | вклад) (Новая страница: «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"; } }»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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