Модуль:IanComradeBot/prototypes/research.json/data: различия между версиями

Материал из Space Station 14 Вики
Новая страница: «local title = mw.title.new("User:IanComradeBot/prototypes/research.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 {}»
 
мНет описания правки
Строка 1: Строка 1:
local title = mw.title.new("User:IanComradeBot/prototypes/research.json")
local researchData = mw.loadData("Модуль:IanComradeBot/prototypes/research.json/data")
local jsonData = title and title:getContent() or ""
return mw.text.jsonEncode(researchData)
local success, data = pcall(mw.text.jsonDecode, jsonData)
return (success and type(data) == "table") and data or {}

Версия от 15:44, 4 февраля 2025

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

local researchData = mw.loadData("Модуль:IanComradeBot/prototypes/research.json/data")
return mw.text.jsonEncode(researchData)