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

Материал из Space Station 14 Вики

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

local title = mw.title.new("Участник:IanComradeBot/prototypes/table.json")
local content = title and title:getContent() or ""
local success, allSelectorData = pcall(mw.text.jsonDecode, content)
return (success and type(allSelectorData) == "table") and allSelectorData or {}