Модуль:Сущность: различия между версиями

Материал из Space Station 14 Вики
мНет описания правки
Нет описания правки
 
(не показано 137 промежуточных версий этого же участника)
Строка 1: Строка 1:
local p = {}
local p = {}
local getArgs = require('Module:Arguments').getArgs
local entityData = require('Module:Сущность/data')


local function trim(s)
local function trim(s)
if not s then return s end
    if not s then return "" end
return (s:gsub("^%s*(.-)%s*$", "%1"))
    return mw.text.trim(tostring(s))
end
 
local function parse_keys_from_template(content, switches)
if not content then return {} end
local lower = content:lower()
local result = {}
for _, sw in ipairs(switches) do
result[sw] = {}
local swLower = sw:lower()
local pos = lower:find("|%s*" .. swLower .. "%s*=")
if not pos then
-- no keys for this switch
else
local startBrace = content:find("{{", pos)
local region = nil
if startBrace then
local len = #content
local i = startBrace
local depth = 0
while i <= len - 1 do
local two = content:sub(i, i+1)
if two == "{{" then
depth = depth + 1
i = i + 2
elseif two == "}}" then
depth = depth - 1
i = i + 2
if depth == 0 then
region = content:sub(startBrace, i-1)
break
end
else
i = i + 1
end
end
end
if not region then
local substr = content:sub(pos)
local endPos = substr:find("}}")
if endPos then
region = substr:sub(1, endPos)
else
region = substr
end
end
for key in string.gmatch(region, "|%s*([^=|%}]-)%s*=") do
local k = trim(key)
if k ~= "" then
table.insert(result[sw], k)
end
end
end
end
return result
end
 
local function load_module_data(page)
local baseUser = "IanComradeBot/"
local moduleName = "Module:" .. baseUser .. page .. "/data"
local ok, data = pcall(mw.loadData, moduleName)
if not ok then return nil end
return data
end
 
local function load_template_content(path)
local title = mw.title.new("Template:" .. path)
if not title then return nil end
local ok, content = pcall(function() return title:getContent() end)
if not ok then return nil end
return content
end
end


function p.get(frame)
function p.get(frame)
local args = frame.args or {}
    local args = getArgs(frame, { removeBlanks = false })
local id = args[1] or ""
    local id = args[1] or ""
if id == "" then return "" end
    if id == "" then
        return ""
    end


local componentDefs = load_module_data("component.json")
    local params = ""
local prototypeDefs = load_module_data("prototype.json")
    local hasExtraArgs = false
if not componentDefs or not prototypeDefs then
return ""
end


local foundComponents = {}
    for k, v in pairs(args) do
local foundPrototypes = {}
        if k ~= 1 and k ~= "cardTag" and k ~= "tag" and v ~= nil and v ~= "" then
local compList = componentDefs[id]
            params = params .. "|" .. k .. "=" .. v
if type(compList) == "table" then
for _, v in ipairs(compList) do
if type(v) == "string" then
foundComponents[v] = true
end
end
end


local protoList = prototypeDefs[id]
            if k ~= "blacklist" then
if type(protoList) == "table" then
                hasExtraArgs = true
for _, v in ipairs(protoList) do
            end
if type(v) == "string" then
        end
foundPrototypes[v] = true
    end
end
end
end


for name in string.gmatch(id, "[^,]+") do
    local ajax = "{{ajax|<nowiki>{{#invoke:Сущность/data|get|" .. id .. params .. "}}</nowiki>|auto}}"
local n = trim(name)
    local text = ajax
if n ~= "" then
if componentDefs[n] ~= nil then
foundComponents[n] = true
end
if prototypeDefs[n] ~= nil then
foundPrototypes[n] = true
end
if componentDefs[n] == nil and prototypeDefs[n] == nil then
foundComponents[n] = true
end
end
end


local out = {}
    if not hasExtraArgs then
local errors = {}
        local cardTagText = entityData.collectCardTagText(frame, args, id)
local switches = { "card", "title" }
        if cardTagText ~= "" then
local switchKeyOrder = {}
            params = params .. "|cardTag=" .. cardTagText
local switchKeyToTemplates = {}
        end
for _, sw in ipairs(switches) do
        text =
switchKeyOrder[sw] = {}
            "{{#if:{{NAMESPACE}}|{{переключатель_проекта|[[Категория:{{NAMESPACE}}:Сущности]]{{NAMESPACE}}}}|[[Категория:Сущности]]{{переключатель_проекта}}}}" ..
switchKeyToTemplates[sw] = {}
            '<span style="display:none;">{{#invoke:CategoryFormatter|main|' .. cardTagText .. '}}</span>' .. ajax
end
    end
local switchConfigs = {
card = {
wrapper = function(key, tplCalls)
if not tplCalls or #tplCalls == 0 then return "" end
return "{{card|" .. mw.text.encode(key) .. "|" .. table.concat(tplCalls, " ") .. "}}"
end
},
title = {
wrapper = function(key, tplCalls)
local parts = {}
table.insert(parts, "<h2>" .. mw.text.encode(key) .. "</h2>")
if tplCalls and #tplCalls > 0 then
for _, tpl in ipairs(tplCalls) do
table.insert(parts, "<p>" .. tpl .. "</p>")
end
end
return table.concat(parts, "\n")
end
}
}


local function lcfirst(s)
    return frame:preprocess(text)
if not s or s == "" then return s end
end
return string.lower(s:sub(1,1)) .. (s:sub(2) or "")
end


local items = {}
function p.preview(frame)
for compName,_ in pairs(foundComponents) do
    local args = getArgs(frame, { removeBlanks = false })
table.insert(items, { kind = "component", name = compName })
    local id = args[1] or ""
end
    if id == "" then return "" end
for protoName,_ in pairs(foundPrototypes) do
table.insert(items, { kind = "prototype", name = protoName })
end


for _, item in ipairs(items) do
    local params = ""
local kind = item.kind
    for k, v in pairs(args) do
local name = item.name
        if k ~= 1 and k ~= "cardTag" and k ~= "tag" then
local pathName = lcfirst(name)
            params = params .. "|" .. k .. "=" .. v
local tplPath = kind .. "/" .. pathName
        end
local content = load_template_content(tplPath)
    end
if not content then
table.insert(errors, "Ошибка: не найден шаблон " .. kind .. "/" .. pathName)
else
local parsed = parse_keys_from_template(content, switches)
for _, sw in ipairs(switches) do
local keys = parsed[sw] or {}
for _, key in ipairs(keys) do
if not switchKeyToTemplates[sw][key] then
switchKeyToTemplates[sw][key] = {}
table.insert(switchKeyOrder[sw], key)
end
local param = sw
local extra = ""
local ok, dp = pcall(require, "Module:GetField")
if ok and dp and dp.flattenField then
local dataPage = kind .. "/" .. pathName .. ".json"
extra = dp.flattenField({ args = { id, dataPage } })
end
local tplStr = "{{" .. tplPath .. "|" .. param .. "|" .. key
if extra and extra ~= "" then
tplStr = tplStr .. "|" .. extra
end
tplStr = tplStr .. "}}"
table.insert(switchKeyToTemplates[sw][key], tplStr)
end
end
end
end


for _, e in ipairs(errors) do
    local cardTagText = entityData.mergeCardTagText(args.cardTag or "", args.tag or "")
table.insert(out, "<div class=\"error\">" .. mw.text.encode(e) .. "</div>")
    if cardTagText ~= "" then
end
        params = params .. "|cardTag=" .. trim(cardTagText)
    end


for _, sw in ipairs(switches) do
    local text = "{{#invoke:Сущность/data|preview|" .. id .. params .. "}}"
local cfg = switchConfigs[sw] or {}
for _, key in ipairs(switchKeyOrder[sw]) do
local tplCalls = switchKeyToTemplates[sw][key] or {}
if cfg.wrapper then
local outStr = cfg.wrapper(key, tplCalls)
if outStr and outStr ~= "" then
table.insert(out, outStr)
end
end
end
end


return frame:preprocess(table.concat(out, "\n\n"))
    return frame:preprocess(text)
end
end


return p
return p

Текущая версия от 18:08, 6 апреля 2026

Для документации этого модуля может быть создана страница Модуль:Сущность/doc

local p = {}
local getArgs = require('Module:Arguments').getArgs
local entityData = require('Module:Сущность/data')

local function trim(s)
    if not s then return "" end
    return mw.text.trim(tostring(s))
end

function p.get(frame)
    local args = getArgs(frame, { removeBlanks = false })
    local id = args[1] or ""
    if id == "" then
        return ""
    end

    local params = ""
    local hasExtraArgs = false

    for k, v in pairs(args) do
        if k ~= 1 and k ~= "cardTag" and k ~= "tag" and v ~= nil and v ~= "" then
            params = params .. "|" .. k .. "=" .. v

            if k ~= "blacklist" then
                hasExtraArgs = true
            end
        end
    end

    local ajax = "{{ajax|<nowiki>{{#invoke:Сущность/data|get|" .. id .. params .. "}}</nowiki>|auto}}"
    local text = ajax

    if not hasExtraArgs then
        local cardTagText = entityData.collectCardTagText(frame, args, id)
        if cardTagText ~= "" then
            params = params .. "|cardTag=" .. cardTagText
        end
        text =
            "{{#if:{{NAMESPACE}}|{{переключатель_проекта|[[Категория:{{NAMESPACE}}:Сущности]]{{NAMESPACE}}}}|[[Категория:Сущности]]{{переключатель_проекта}}}}" ..
            '<span style="display:none;">{{#invoke:CategoryFormatter|main|' .. cardTagText .. '}}</span>' .. ajax
    end

    return frame:preprocess(text)
end

function p.preview(frame)
    local args = getArgs(frame, { removeBlanks = false })
    local id = args[1] or ""
    if id == "" then return "" end

    local params = ""
    for k, v in pairs(args) do
        if k ~= 1 and k ~= "cardTag" and k ~= "tag" then
            params = params .. "|" .. k .. "=" .. v
        end
    end

    local cardTagText = entityData.mergeCardTagText(args.cardTag or "", args.tag or "")
    if cardTagText ~= "" then
        params = params .. "|cardTag=" .. trim(cardTagText)
    end

    local text = "{{#invoke:Сущность/data|preview|" .. id .. params .. "}}"

    return frame:preprocess(text)
end

return p