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

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

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

local title = mw.title.new("User:WikiBotADT/meta sprite.json")
local jsonData = title and title:getContent() or ""
local success, data = pcall(mw.text.jsonDecode, jsonData)
return (success and type(data) == "table") and data or {}