Шаблон:Проект: различия между версиями
Материал из Протест.wiki
Нет описания правки |
Нет описания правки |
||
Строка 1: | Строка 1: | ||
<div class="infobox"> | <div class="infobox"> | ||
<h3 class="infobox-title" style="text-align: center;">{{{name}}}</h3> | <h3 class="infobox-title" style="text-align: center;">{{{name}}}</h3> | ||
Строка 7: | Строка 6: | ||
<div class="infobox-content"> | <div class="infobox-content"> | ||
<p><strong>Статус:</strong> [[{{{status}}}]]</p> | {{#if:{{{status|}}}|<p><strong>Статус:</strong> [[{{{status}}}]]</p>} | ||
<p><strong>Профиль:</strong> [[{{{activity_profile}}}]]</p> | {{#if:{{{activity_profile|}}}|<p><strong>Профиль:</strong> [[{{{activity_profile}}}]]</p>} | ||
<p><strong>Регион:</strong> [[{{{region}}}]]</p> | {{#if:{{{region|}}}|<p><strong>Регион:</strong> [[{{{region}}}]]</p>} | ||
<p><strong>Влияние:</strong> [[{{{influence}}}]]</p> | {{#if:{{{influence|}}}|<p><strong>Влияние:</strong> [[{{{influence}}}]]</p>} | ||
<p><strong>Дата создания:</strong> {{{creation_date}}}</p> | {{#if:{{{creation_date|}}}|<p><strong>Дата создания:</strong> {{{creation_date}}}</p>} | ||
<p><strong>Дата прекращения активности:</strong> {{{end_of_activity}}}</p> | {{#if:{{{end_of_activity|}}}|<p><strong>Дата прекращения активности:</strong> {{{end_of_activity}}}</p>} | ||
<p><strong>Причины прекращения активности:</strong> {{{reasons_for_cessation}}}</p> | {{#if:{{{reasons_for_cessation|}}}|<p><strong>Причины прекращения активности:</strong> {{{reasons_for_cessation}}}</p>} | ||
<p><strong>Лица:</strong> [[{{{persons}}}]]</p> | {{#if:{{{persons|}}}|<p><strong>Лица:</strong> [[{{{persons}}}]]</p>} | ||
#if:{{{links|}}}|<p><strong>Ссылки:</strong> {{{links}}}</p>} | {{#if:{{{links|}}}|<p><strong>Ссылки:</strong> {{{links}}}</p>} | ||
<p><strong>Предшественник:</strong> [[{{{predecessor}}}]]</p> | {{#if:{{{predecessor|}}}|<p><strong>Предшественник:</strong> [[{{{predecessor}}}]]</p>} | ||
<p><strong>Преемник:</strong> [[{{{successor}}}]]</p> | {{#if:{{{successor|}}}|<p><strong>Преемник:</strong> [[{{{successor}}}]]</p>} | ||
</div> | </div> | ||
</div> | </div> |
Версия от 14:42, 18 октября 2025
{{{name}}}
[[File:{{{image}}}]]
{{#if:|
Статус: [[{{{status}}}]]
} {{#if:|Профиль: [[{{{activity_profile}}}]]
} {{#if:|Регион: [[{{{region}}}]]
} {{#if:|Влияние: [[{{{influence}}}]]
} {{#if:|Дата создания: {{{creation_date}}}
} {{#if:|Дата прекращения активности: {{{end_of_activity}}}
} {{#if:|Причины прекращения активности: {{{reasons_for_cessation}}}
} {{#if:|Лица: [[{{{persons}}}]]
} {{#if:|Ссылки: {{{links}}}
} {{#if:|Предшественник: [[{{{predecessor}}}]]
} {{#if:|Преемник: [[{{{successor}}}]]
}