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

Материал из Adventure Station
Версия от 20:55, 17 марта 2025; Eddiemercury (обсуждение | вклад) (Новая страница: «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 {}»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Для документации этого модуля может быть создана страница Модуль: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 {}