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

Материал из Space Station 14 Вики
Версия от 12:33, 4 февраля 2025; Pok (обсуждение | вклад) (Новая страница: «local title = mw.title.new("User:IanComradeBot/prototypes/table.json", "User") local content = title and title:getContent() or "" local success, allSelectorData = pcall(mw.text.jsonDecode, content) if not success or type(allSelectorData) ~= "table" then allSelectorData = {} end return allSelectorData»)

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

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

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

return allSelectorData