Шаблон:Сообщение — различия между версиями
Demetrius (обсуждение | вклад) м (возможность задавать alt text через alt=) |
Demetrius (обсуждение | вклад) м (надеюсь, теперь alt= будет правильно работать) |
||
Строка 1: | Строка 1: | ||
<div style="width: {{{width|auto}}}; {{#if:{{{float|}}}|float:{{{float}}};}} {{#if:{{{clear|}}}|clear:{{{clear}}};}} {{#if:{{{debug|}}}|border: 1px dashed red;}}"> | <div style="width: {{{width|auto}}}; {{#if:{{{float|}}}|float:{{{float}}};}} {{#if:{{{clear|}}}|clear:{{{clear}}};}} {{#if:{{{debug|}}}|border: 1px dashed red;}}"> | ||
{| {{#if:{{{float|}}}||align=center}} {{#if:{{{width|}}}|width={{{width|}}}}} class="{{{id}}}" cellspacing="8" cellpadding="0" style="background: {{{backgroundcolor}}}; border: 1px solid {{{bordercolor|#aaa}}}; margin-top: 2px; margin-bottom: 2px; " | {| {{#if:{{{float|}}}||align=center}} {{#if:{{{width|}}}|width={{{width|}}}}} class="{{{id}}}" cellspacing="8" cellpadding="0" style="background: {{{backgroundcolor}}}; border: 1px solid {{{bordercolor|#aaa}}}; margin-top: 2px; margin-bottom: 2px; " | ||
− | | style="padding-right: 4px; padding-left: 4px;" align="center" width="1%"| [[Файл:{{{image}}}|{{{size|40px}}}{{#if: {{{alt|}}}|alt={{{alt}}}}}]] | + | | style="padding-right: 4px; padding-left: 4px;" align="center" width="1%"| [[Файл:{{{image}}}|{{{size|40px}}}{{#if: {{{alt|}}}|{{{!}}}alt={{{alt|}}}}}]] |
| {{#if:{{{heading|}}}|'''{{{heading}}}'''<br />}}{{{message}}} | | {{#if:{{{heading|}}}|'''{{{heading}}}'''<br />}}{{{message}}} | ||
|} | |} |
Версия 03:34, 7 июня 2024
[[Файл:{{{image}}}|40px]] | {{{message}}} |
Использование
Служебный шаблон для оформления сообщений, служащий для лучшего выделения их из основного текста.
Образец для заполнения:
{{Сообщение | id = | backgroundcolor = | bordercolor = | width = | image = | alt = | size = | heading = | message = | float = }} |