Основные общедоступные журналы

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

Общий список журналов сайта Space Station 14 Вики. Вы можете отфильтровать результаты по типу журнала, имени участника (учитывается регистр) или затронутой странице (также учитывается регистр).

Журналы
  • 13:49, 21 января 2026 Pok обсуждение вклад создал страницу Модуль:Сущность (Новая страница: «local p = {} local function trim(s) if not s then return s end return (s:gsub("^%s*(.-)%s*$", "%1")) 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...»)