Модуль:WikiBotADT/prototypes/entity sprite.json/data

Материал из Adventure Station

Для документации этого модуля может быть создана страница Модуль:WikiBotADT/prototypes/entity sprite.json/data/doc

local title = mw.title.new("User:WikiBotADT/prototypes/entity_sprite.json", "User")
local content = title and title:getContent() or ""

local success, data = pcall(mw.text.jsonDecode, content)
if not success or type(data) ~= "table" then
    data = {}
end

return data