Модуль:IanComradeBot/startingGear.json/data

Версия от 14:12, 12 февраля 2025; Pok (обсуждение | вклад) (Новая страница: «local title = mw.title.new("Участник:IanComradeBot/startingGear.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 {}»)

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

local title = mw.title.new("Участник:IanComradeBot/startingGear.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 {}