Template:Infobox mod: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<div style="width: 100%; max-width: 340px; background: #1a1a1a; border: 2px solid #f7921e; border-radius: 10px; padding: 12px; color: #f5f5f5; font-size: 14px; line-height: 1.6; float: right; margin: 0 0 16px 16px; box-shadow: 0 0 10px rgba(0,0,0,0.5); font-family: 'Segoe UI', sans-serif;">
<tr style="background:#1a1a1a; color:#f7921e;">
  <th colspan="2" style="width:100%; padding:10px; font-size:1.5em; border-bottom:2px solid #f7921e; text-align:left;">
    {{{title}}}
  </th>
</tr>
{{#if:{{{image|}}}|
<div style="text-align:center; margin-bottom: 10px;">
  [[File:{{{image}}}|300px|center]]
</div>
}}
<table style="width: 100%; border-collapse: collapse; color: #f5f5f5;">
  {{#if:{{{developer|}}}|
  <tr><td style="color:#999;">Разработчик</td><td style="text-align:right;">{{{developer}}}</td></tr>}}
  {{#if:{{{engine|}}}|
  <tr><td style="color:#999;">Движок</td><td style="text-align:right;">{{{engine}}}</td></tr>}}
  {{#if:{{{engine_version|}}}|
  <tr><td style="color:#999;">Версия движка</td><td style="text-align:right;">{{{engine_version}}}</td></tr>}}
  {{#if:{{{platforms|}}}|
  <tr><td style="color:#999;">Платформы</td><td style="text-align:right;">{{{platforms}}}</td></tr>}}
  {{#if:{{{released|}}}|
  <tr><td style="color:#999;">Релиз</td><td style="text-align:right;">{{{released}}}</td></tr>}}
  {{#if:{{{status|}}}|
  <tr><td style="color:#999;">Статус</td><td style="text-align:right;">{{{status}}}</td></tr>}}
  {{#if:{{{genre|}}}|
  <tr><td style="color:#999;">Жанр</td><td style="text-align:right;">{{{genre}}}</td></tr>}}
  {{#if:{{{license|}}}|
  <tr><td style="color:#999;">Лицензия</td><td style="text-align:right;">{{{license}}}</td></tr>}}
  {{#if:{{{source_code|}}}|
  <tr><td style="color:#999;">Исходник</td><td style="text-align:right;">[{{{source_code}}} GitHub]</td></tr>}}
  {{#if:{{{website|}}}|
  <tr><td style="color:#999;">Сайт</td><td style="text-align:right;">[{{{website}}} Перейти]</td></tr>}}
</table>
</div>
</includeonly><noinclude>
<includeonly>
<includeonly>
<div style="width: 100%; max-width: 340px; background: #1a1a1a; border: 2px solid #f7921e; border-radius: 10px; padding: 12px; color: #f5f5f5; font-size: 14px; line-height: 1.6; float: right; margin: 0 0 16px 16px; box-shadow: 0 0 10px rgba(0,0,0,0.5); font-family: 'Segoe UI', sans-serif;">
<div style="width: 100%; max-width: 340px; background: #1a1a1a; border: 2px solid #f7921e; border-radius: 10px; padding: 12px; color: #f5f5f5; font-size: 14px; line-height: 1.6; float: right; margin: 0 0 16px 16px; box-shadow: 0 0 10px rgba(0,0,0,0.5); font-family: 'Segoe UI', sans-serif;">

Latest revision as of 06:40, 27 July 2025

Использование

{{Infobox mod/extended
 | title          = Freeman's Journey
 | image          = FreemansJourney_logo.png
 | developer      = [[User:PavelCheloveckov]]
 | engine         = Source
 | engine_version = 2013
 | platforms      = Windows
 | released       = TBA
 | status         = In development
 | genre          = Story Adventure
 | license        = Custom (non-commercial)
 | source_code    = https://github.com/PavelCheloveckov/FreemansJourney
 | website        = https://yourmodwiki.com/Freemans_Journey
}}