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

Материал из Space Station 14 Вики
Новая страница: «local title = mw.title.new("User:IanComradeBot/prototypes/fills/Item.json", "User") local content = title and title:getContent() or "" local success, data = pcall(mw.text.jsonDecode, content) if not success or type(data) ~= "table" then data = {} end return data»
 
Нет описания правки
Строка 1: Строка 1:
local title = mw.title.new("User:IanComradeBot/prototypes/fills/Item.json", "User")
local data = "User:IanComradeBot/prototypes/fills/Item.json"
local content = title and title:getContent() or ""


local success, data = pcall(mw.text.jsonDecode, content)
return {
if not success or type(data) ~= "table" then
data = mw.text.jsonDecode(mw.title.new(entities, "User"):getContent())
    data = {}
}
end
 
return data

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

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

local data = "User:IanComradeBot/prototypes/fills/Item.json"

return {
	data = mw.text.jsonDecode(mw.title.new(entities, "User"):getContent())
}