Модуль:TableOfChemicals: различия между версиями

Нет описания правки
Нет описания правки
Строка 2: Строка 2:
p.chem = mw.text.jsonDecode(mw.title.new("User:KrasnoshchekovPavel/chem_prototypes.json"):getContent()) -- Заменить на яна после обновы
p.chem = mw.text.jsonDecode(mw.title.new("User:KrasnoshchekovPavel/chem_prototypes.json"):getContent()) -- Заменить на яна после обновы
p.react = mw.text.jsonDecode(mw.title.new("User:KrasnoshchekovPavel/react_prototypes.json"):getContent()) -- Заменить на яна после обновы
p.react = mw.text.jsonDecode(mw.title.new("User:KrasnoshchekovPavel/react_prototypes.json"):getContent()) -- Заменить на яна после обновы
p.fillReactTable = function(frame)
end


p.fillChemTable = function(frame)
p.fillChemTable = function(frame)
Строка 36: Строка 40:
end
end
return false
return false
end
p.fillChemistryRow = function(frame)
return fillChemistryRow(frame.args.id, frame)
end
end