Основные общедоступные журналы
Общий список журналов сайта Star Horizon Wiki. Вы можете отфильтровать результаты по типу журнала, имени участника (учитывается регистр) или затронутой странице (также учитывается регистр).
- 19:22, 3 августа 2025 DeRecnad обсуждение вклад изменил модель содержимого страницы Шаблон:Anchor с «CSS» на «вики-текст»
- 19:21, 3 августа 2025 DeRecnad обсуждение вклад создал страницу Модуль:Yesno (Новая страница: «-- source: https://ru.wikipedia.org/wiki/Модуль:Yesno -- license: CC BY-SA 4.0 -- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or va...»)
- 19:20, 3 августа 2025 DeRecnad обсуждение вклад создал страницу Модуль:TableTools (Новая страница: «-- source: https://ru.wikipedia.org/wiki/Модуль:TableTools -- license: CC BY-SA 4.0 --[[ ------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, m...»)
- 19:20, 3 августа 2025 DeRecnad обсуждение вклад создал страницу Модуль:Arguments (Новая страница: «-- source: https://wiki.spacestation14.com/wiki/Module:Arguments -- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time...»)
- 19:19, 3 августа 2025 DeRecnad обсуждение вклад создал страницу Модуль:Ссылка на шаблон (Новая страница: «local p = {} function p.link(frame) local text = frame.args[1] or "" if text == "" then return "" end local target, display, prefix local ustring = mw.ustring -- Если строка начинается с "":"" if ustring.sub(text, 1, 1) == ":" then target = ustring.sub(text, 2) display = text -- Если строка начинается с "Модуль:" elseif ustring.sub(text, 1, 7) == "Модуль:" then target = text display...»)
- 19:18, 3 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:Doc-inline (Новая страница: «<!-- source: https://ru.wikipedia.org/wiki/Шаблон:Doc-inline license: CC BY-SA 4.0 --><includeonly>{{doc/begin|inline=1}}</includeonly><noinclude>{{doc}}</noinclude>»)
- 19:18, 3 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:Doc-end (Перенаправление на Шаблон:Doc/end) Метка: новое перенаправление
- 19:17, 3 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:Документировать (Новая страница: «<!-- source: https://ru.wikipedia.org/wiki/Шаблон:Документировать license: CC BY-SA 4.0 -->{{#if: {{{nocat|}}}{{#ifeq: {{PAGENAME}} | {{SUBPAGENAME}} || {{#ifeq: {{SUBPAGENAME}} | песочница | nocat }} }} || {{#switch: {{NAMESPACE}} | {{ns:10}} = Категория:Шаблоны:Недокументированные | {{ns:828}} = {{#ifeq:{{ROOTPAGENAME}}|Песочница||Категория:Модули:Недок...»)
- 19:17, 3 августа 2025 DeRecnad обсуждение вклад создал страницу Модуль:Якорь (Новая страница: «-- source: https://ru.wikipedia.org/wiki/Модуль:Якорь -- license: CC BY-SA 4.0 local getArgs = require('Module:Arguments').getArgs local yesno = require('Module:Yesno') local compressSparseArray = require('Module:TableTools').compressSparseArray local p = {} local function unpack(...) local frame = ... local args if type(frame.args) == 'table' then args = getArgs(frame) elseif type(frame) == 'table' then args = frame else args = {......»)
- 19:17, 3 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:Doc/styles.css (Новая страница: «source: https://ru.wikipedia.org/wiki/Шаблон:Doc/styles.css license: CC BY-SA 4.0: .ts-doc-doc { border: 1px solid var(--ooui-border-color-light); clear: both; margin-top: 1em; } Ctrl+F ":target" in MediaWiki:Common.css: .ts-doc-doc sup.reference:target, .ts-doc-doc ol.references li:target, .ts-doc-doc .highlight-target:target, .ts-doc-doc cite:target, .ts-doc-doc span.citation:target { background: var(--ooui-bg-color-light); } .t...»)
- 19:16, 3 августа 2025 Makot обсуждение вклад изменил членство в группах для FeatheredGryphon с (нет) на администратор и администратор интерфейса (Создание СРП/КЗ) Метки: с мобильного устройства из мобильной версии через расширенный мобильный режим
- 19:16, 3 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:ColoredTextFrame/styles.css (Новая страница: «.сolored-frame-text { --perceived-lightness: calc( ((var(--label-r) * 0.2126) + (var(--label-g) * 0.7152) + (var(--label-b) * 0.0722)) / 255 ); --lightness-switch: max(0, min(calc((1/(var(--lightness-threshold) - var(--perceived-lightness)))), 1)); --lighten-by: calc(((var(--lightness-threshold) - var(--perceived-lightness)) * 100) * var(--lightness-switch)); --label-r-calc: calc(var(--label-r) + var(--lighten-by)); --label-g-c...»)
- 19:15, 3 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:FlatCardWithHeader/Сollapsible/styles.css (Новая страница: «.flat-card-with-header--сollapsible { position: relative; --bg-color--hsl: hsl(var(--theme-bg--hsl), 50%, 0.05); background: var(--bg-color--hsl); box-shadow: var(--box-shadow); border-radius: var(--border-radius-high); display: grid; } .flat-card-with-header--сollapsible__header { display: flex; align-items: center; font-family: "noto sans"; text-align: left; padding: 3px; border: 1px solid var(--color-lighter-alpha-x...»)
- 19:13, 3 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:ColoredTextFrame (Новая страница: «<div class="сolored-frame-text" style=" margin:{{{margin|12px 0}}}; --label-r:{{{r|140}}}; --label-g:{{{g|160}}}; --label-b:{{{b|170}}}; --background-alpha:{{{background-alpha|0.1}}}; --border-alpha:{{{border-alpha|0.1}}}; --lightness-threshold:{{{lightness-threshold|0.1}}}; > {{#if:{{{title|}}}|<div class="сolored-frame-text__header">{{Anchor|{{{title}}}}}{{{title}}}</div>|}} <div class="сolored-frame-text__content list-reset-margin">{{{content}}}</div>...»)
- 19:13, 3 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:ColoredTextFrame/ColorPalette (Новая страница: «<onlyinclude>{{#switch: {{{1}}} <!-- Стандартные цвета --> | #default = {{ColoredTextFrame|title={{{title|}}}|content={{{content|}}}|margin={{{margin|10px 0}}}}} | Синий = {{ColoredTextFrame|r=125|g=135|b=175|title={{{title|}}}|content={{{content|}}}|margin={{{margin|10px 0}}}}} | Зеленый = {{ColoredTextFrame|r=10|g=145|b=57|background-alpha=0.155|border-alpha=0.155|title={{{title|}}}|content={{{content|}}}|m...»)
- 19:13, 3 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:FlatCardWithHeader/Сollapsible (Новая страница: «<div class="flat-card-with-header--сollapsible mw-collapsible mw-collapsed short-scrollbar" style=" --bg-color:{{{background-color|var(--theme-bg-color-200)}}}; margin:{{{margin|8px 0px}}}; "> <div class="flat-card-with-header--сollapsible__header"> {{#if:{{{picture|}}}|<div class="flat-card-with-header--сollapsible__header-img" style="margin-right:2px">[[Файл:{{{picture|BikeHorn.png}}}|{{{pixel|32x32px}}}|link=]]</div>}} <div style="margin-left:4p...»)
- 19:12, 3 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:Tooltip (Новая страница: «<span class="tooltip" style="cursor:help;"><span style="{{#if:{{{no-text-decoration|}}}||border-bottom:1px dotted var(--theme-text-color-dark)}}>''{{{1|ваш текст}}}''</span><!-- --><span class="tooltiptext" style="color:var(--theme-text-color);font-size:initial; z-index: 1500 !important; {{#switch:{{{pos|}}}|left=left:unset;right:0;|right=left:0;right:unset;|}}"><!-- --><span style="display: block;text-align: center; z-index: 1500 !important;">{{#...»)
- 19:12, 3 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:КЗ (Новая страница: «{{#switch: {{{1}}} | Цвет = {{#switch:{{{2}}} | XX1 = hsl(var(--bg-color-green--hsl) calc(var(--brightness-hsl) + var(--bg-color-green--hsl-alpha) + -6%)) | XX2 = hsl(var(--bg-color-yellow--hsl) calc(var(--brightness-hsl) + var(--bg-color-yellow--hsl-alpha) + -6%)) | XX3 = hsl(var(--bg-color-orange--hsl) calc(var(--brightness-hsl) + var(--bg-color-orange--hsl-alpha) + -6%)) | XX4 = hsl(var(--bg-color-rust--hsl) calc(var(--brightness-h...»)
- 19:11, 3 августа 2025 DeRecnad обсуждение вклад создал страницу Космический закон (Новая страница: «фыв») Метка: через визуальный редактор
- 19:07, 3 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:КЗ Block (Новая страница: «{{#if: {{КЗ|{{{1}}}|Название}}|{{Tooltip|{{КЗ|{{{1|}}}|Название}}|{{{1|}}}|{{КЗ|{{{1|}}}|Описание}}}}|}}»)
- 19:07, 3 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:КЗ List (Новая страница: «{| role="presentation" class="wikitable mw-collapsible mw-collapsed" style="width:100%" |- !<span style="float:left; font-size:1.6em;font-weight: normal; font-family: 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif; line-height: 1.125;">{{{ListName}}}</span> |- {{{Content}}} |}»)
- 19:06, 3 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:КЗ ListSmall (Новая страница: «| {| role="presentation" class="wikitable mw-collapsible mw-collapsed" style="width:100%" |- !<span style="float:left; font-size:1.6em;font-weight: normal; font-family: 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif; line-height: 1.125;">{{{ListSmallName}}}</span> |- {{{ContentSmall}}} |} |-»)
- 19:06, 3 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:КЗ ListSmallContent (Новая страница: «{{#if: {{КЗ|{{{Статья|}}}|Название}}|{{!}}{{Anchor|{{{Статья}}}}} ====={{{Статья}}} - '''{{КЗ|{{{Статья}}}|Название}}'''===== <span style="color:#999999;">''{{КЗ|{{{Статья}}}|Описание}}''</span><br><br> {{#if: {{КЗ|{{{Статья|}}}|Примечания}}|Примечания:<br>{{КЗ|{{{Статья}}}|Примечания}}<br>|}} {{#if: {{КЗ|{{{Статья|}}}|ПДСП}}|Под дейс...»)
- 19:05, 3 августа 2025 DeRecnad обсуждение вклад создал страницу Корпоративный закон (Новая страница: «asd») Метка: через визуальный редактор
- 19:04, 3 августа 2025 Участник создал учётную запись FeatheredGryphon обсуждение вклад Метки: с мобильного устройства из мобильной версии
- 19:56, 2 августа 2025 DeRecnad обсуждение вклад изменил модель содержимого страницы Шаблон:Цвет с «CSS» на «Sanitized CSS»
- 19:54, 2 августа 2025 DeRecnad обсуждение вклад создал страницу Модуль:String (Новая страница: «-- source: https://ru.wikipedia.org/wiki/Модуль:String -- license: CC BY-SA 4.0 --[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to eithe...»)
- 19:53, 2 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:ModernFrame/styles.css (Новая страница: «.modern-frame { --bg-color из стилей шаблона; по умолчанию: var(--theme-bg-color-300): --alpha из стилей шаблона; по умолчанию: 30%: --c-m-bg: color-mix(in srgb, var(--bg-color) var(--alpha), var(--theme-bg-color-100)); --c-m-border: color-mix(in srgb, var(--bg-color) 80%, transparent); background: var(--bg-color); display: flex; flex-direction: column; border-radius: var(--bord...»)
- 16:54, 1 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:EF (Новая страница: «<!-- source: https://ru.wikipedia.org/wiki/Шаблон:EF license: CC BY-SA 4.0 --><includeonly>{| role="presentation" class="citation {{#ifeq:{{{style|}}}|twolines|wikitable}}" {{#if:{{{ref|}}}|id="math_{{{ref}}}"}} style="{{#switch: {{{style|}}}|blue=background:var(--bg-color-azure-50)|green=background:var(--bg-color-emerald-50)|}};" |style="background:var(--theme-bg-color-200); text-align: center;"|{{#if:{{{ref|}}}|{{{ref}}}}} |style="background:var(--...»)
- 16:54, 1 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:Gas (Новая страница: «{{#switch: {{{1}}} <!------------Картинка------------> | Air = link=|64px|64px | Oxygen = link=|64px | Nitrogen = link=|64px | CarbonDioxide = link=|64px | NitrousOxide = link=|64px | WaterVapor = {{Наложение|Файл1=WaterVaporCanister.png...»)
- 16:46, 1 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:Guide (Новая страница: «Категория:Руководства <div class="headder"> {{ModernFrame |padding = 6px 8px |title= {{#switch: {{{1|}}} <!------------название------------> | ITEMS = Предметы | SRV = Сервис | MED = Медицина | CMMED = Медицина | CARGO = Снабжение | ENG = Инженерия | SEC = Служба безопасности | RND = Наука | GAME MECHANICS = Игровые механики | BASE =...»)
- 16:46, 1 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:Quote (Новая страница: «<noinclude>Категория:Шаблоны викиделов</noinclude><!-- --><div style="text-align:center; font-family:'Oswald'; padding:{{{padding|1em 0 2em 0}}}; font-size:1.35em; color:var(--theme-text-color-light); text-shadow:1px 1px 0 darkblue;>“ {{{1|Здесь могла быть ваша цитата}}} ”</div>»)
- 16:45, 1 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:Наложение (Новая страница: «<div class="img_special" style="display:inline-flex; width:{{{Размер|64px}}}; height:{{{Размер|64px}}};> <div style="position: absolute;">[[Файл:{{{Файл1|Beaker.png}}}|link= |{{{Размер|64px}}}]]</div> <div style="position: absolute;">[[Файл:{{{Файл2|EmblemSS14.png}}}|link= |{{{Размер|64px}}} ]]</div> {{#if:{{{Файл3|}}}|<div class="img_spec" style="position: absolute;">Файл:{{{Файл3|Aloe-harvest.png}}}|lin...»)
- 16:45, 1 августа 2025 DeRecnad обсуждение вклад создал страницу Газы (Новая страница: «ыы»)
- 16:34, 1 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:Button (Новая страница: «<onlyinclude><div id=main class="backlight noExternal" style="display:flex;min-width:{{{min-width|45%}}};flex-basis:{{{flex-basis|345px}}};flex-grow:{{{flex-grow|1}}};border: 1px solid black;border-radius: 8px;background: #27272e;position:relative;min-height:64px; width:{{{width|100%}}}; align-items: center; {{{style|}}}">{{#if: {{{external|}}}|[{{{link|https://discord.gg/corvax}}} <span class="StupidButton" style="z-index:100;"role="button"></span>]|{{{li...»)
- 16:34, 1 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:Buttons (Новая страница: «<div {{#if: {{{class|mobilefont}}}|class={{{class|mobilefont}}}|}} style="{{{style|display:flex;flex-direction:line; flex-wrap:wrap;width:100%;gap:0.7em;margin:0}}}"> {{{content}}} </div><noinclude>{{doc}}</noinclude>»)
- 16:33, 1 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:CorvaxProjects (Новая страница: «<div style="display:flex; flex-direction:line; flex-wrap:wrap; justify-content:space-evenly; width:100%; text-align:center"><!-- --><div style="flex-basis:20%" class="backlight" style="border-radius: 4em;border:3px solid transparent">92px|link=Заглавная страница|class=noSprite</div><!-- --><div style="flex-basis:20%" class="backlight" style="border-radius: 4em;border:3px solid transparent">File:WL.png|92px|link=По...»)
- 16:33, 1 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:Frame (Новая страница: «<div style="border:1px solid black;border-radius: 8px;{{{height|height:99%}}};margin-bottom:3px;padding:0;"> <div style="position: relative;background:#1B1B1F;margin: 7px 0;padding:0 0 0 7px;"> <div style="display: inline-block;background: #212126; color: #FFF;font-size:1.15em;margin: 0 0 0 7px;padding:0 7px">'''{{{title}}}'''</div> <div style="position: absolute;right: 15px;top: 50%;transform: translateY(-50%); z-index: 1;display: flex;flex-wrap: wrap;align...»)
- 16:33, 1 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:LinkCard (Новая страница: «<div class="link-card noExternal mobile-image brightness-overlay {{#if:{{{SideStyle|}}}|link-card__side}} {{#if:{{{link|}}}{{{external|}}}|link-card-hover}}" style=" --bg-color:{{{background-color|{{{bg|var(--theme-bg-color-300)}}}}}}; --alpha:{{{alpha|95%}}}; --font-size:{{{font-size|var(--font-size-xxs)}}} ">{{#if: {{{external|}}} | [{{{external|}}} <span class="StupidButton"></span>] | {{#if: {{{link|}}} | {{{link|}}}|<span class="StupidButton"></spa...»)
- 16:33, 1 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:LinkСard (Перенаправление на Шаблон:LinkCard) Метка: новое перенаправление
- 16:33, 1 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:MainMenu/CFR (Новая страница: «<div style="border-bottom: 1px solid black;margin:2em 2em 0 2em"></div> <div style="display:flex;flex-direction:line; flex-wrap:wrap; justify-content:space-between;width:100%;gap:0.7em"> <!--;min-width:30% --> {{Buttons |class = |style = flex-basis:19.55em;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;margin:0.7em 0 0.7em 0 |content = <!--{{Button |link = Шаттлы_(Frontier) |img = CF111.png |color = #...»)
- 16:32, 1 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:ModernFrame (Новая страница: «<div class="modern-frame" style=" --bg-color: {{{background-color|{{{bg|var(--theme-bg-color-300)}}}}}}; --alpha: {{{alpha|30%}}}; margin:{{{margin|12px 0px}}}; "> <div class="modern-frame__title" style="justify-content:{{#if:{{{picture|}}}|space-between|center}};> {{#if:{{{picture|}}}|<div>{{{picture}}}</div>}} <div>'''{{{title}}}'''</div> {{#if:{{{picture|}}}|<div>{{{picture}}}</div>}} </div> <div class="modern-frame__content {{{class}}}" style="borde...»)
- 16:30, 1 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:Main page/settings (Новая страница: «<includeonly>{{#if:{{{1|}}} |{{#switch:{{{1}}} <!-- Configuration starts here --> <!-- Header --> | subtitle = The {{em|bespoke}} ''Star Citizen'' and ''Squadron 42'' wiki that {{em|held the line}} since 2016. <!-- Game info 🎉 LIVE 🧪 PTU 🥑 EPTU 👁️ Preview --> | patch1type = 🎉 LIVE | patch1name = 4.2.1 | patch1page = Update:Star Citizen Alpha 4.2.1 | patch1bg = var( --background-color-success-subtle ) | patch1color = var( --color-succ...»)
- 16:28, 1 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:Badge/styles.css с использованием нестандартной модели содержимого «CSS»
- 16:28, 1 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:Badge/styles.css (DeRecnad создал страницу Шаблон:Badge/styles.css с использованием нестандартной модели содержимого «CSS»)
- 16:28, 1 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:Badge (Новая страница: «<span class="template-badge {{{class|}}}" style="{{#if:{{{bg|}}}|background:{{{bg}}};}}{{#if:{{{color|}}}|color:{{{color}}};}}">{{{1}}}</span><templatestyles src="Template:Badge/styles.css"/><noinclude>{{/doc}}</noinclude>»)
- 16:27, 1 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:Main page/event/styles.css с использованием нестандартной модели содержимого «CSS»
- 16:27, 1 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:Main page/event/styles.css (DeRecnad создал страницу Шаблон:Main page/event/styles.css с использованием нестандартной модели содержимого «CSS»)
- 16:27, 1 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:Main page/event (Новая страница: «<templatestyles src="Template:Main page/event/styles.css" /><div class="home-event"> <div class="home-gameinfo"> <div class="home-gameinfo-label">Patch</div> <div class="home-gameinfo-list"><!-- -->{{#if:{{Main page/settings|patch1name}}|<div class="home-gameinfo-list-item">{{Badge |{{Main page/settings|patch1type}} |bg = {{Main page/settings|patch1bg}} |color = {{Main page/settings|patch1color}} }}{{Main page/settings|patch1page}}|{{Main page/settings|pat...»)
- 16:26, 1 августа 2025 DeRecnad обсуждение вклад создал страницу Шаблон:Statsbar/styles.css с использованием нестандартной модели содержимого «CSS»