Модуль:IanComradeBot/prototypes/fills/chem/pen.json/data: различия между версиями
Pok (обсуждение | вклад) Новая страница: «local title = mw.title.new("Участник:IanComradeBot/prototypes/fills/chem/pen.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 {}» |
Pok (обсуждение | вклад) м Update via atematic bot |
||
| Строка 1: | Строка 1: | ||
local | local loader = require("Module:JsonLoader") | ||
return loader.getFromTitle("Участник:IanComradeBot/prototypes/fills/chem/pen.json") | |||