Module:Chemistry Lookup/data: Difference between revisions

From Space Station 14 Wiki
m (Moony moved page Module:Prototype Lookup/data to Module:Chemistry Lookup/data without leaving a redirect)
No edit summary
Line 1: Line 1:
local prototypes = "User:MoMMI/prototypes.json"
local prototypes = "User:MoMMI/chem_prototypes.json"
local p = {} --p stands for package
local p = {} --p stands for package


return mw.text.jsonDecode(mw.title.new(prototypes, "User"):getContent())
return mw.text.jsonDecode(mw.title.new(prototypes, "User"):getContent())

Revision as of 05:05, 18 December 2021

Documentation for this module may be created at Module:Chemistry Lookup/data/doc

local prototypes = "User:MoMMI/chem_prototypes.json"
local p = {} --p stands for package

return mw.text.jsonDecode(mw.title.new(prototypes, "User"):getContent())