Шаблон: Notice: відмінності між версіями
Створена сторінка: <div class="ambox" style="border: 1px solid {{{border-color|#f0f0f0}}}; background-color: {{{background-color|#e6e6e6}}}; padding: 5px; margin-bottom: 10px;"> <table style="width: 100%; border-collapse: collapse;"> <tr> <td style="width: 50px; text-align: center;"> {{{icon|40px}}} </td> <td> <strong>{{{title|Important notice}}}:</strong> {{{text|Your text here}}} </td> </tr>... |
Немає опису редагування |
||
Рядок 11: | Рядок 11: | ||
</table> | </table> | ||
</div> | </div> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": {}, | |||
"description": "{\n \"description\": \"Шаблон для відображення інформаційних повідомлень у верхній частині сторінки.\",\n \"params\": {\n \"border-color\": {\n \"label\": \"Колір рамки\",\n \"description\": \"Колір рамки навколо повідомлення. За замовчуванням - #f0f0f0.\",\n \"type\": \"string\",\n \"default\": \"#f0f0f0\",\n \"example\": \"#d9534f\",\n \"required\": false\n },\n \"background-color\": {\n \"label\": \"Колір фону\",\n \"description\": \"Колір фону повідомлення. За замовчуванням - #e6e6e6.\",\n \"type\": \"string\",\n \"default\": \"#e6e6e6\",\n \"example\": \"#ffdddd\",\n \"required\": false\n },\n \"icon\": {\n \"label\": \"Іконка\",\n \"description\": \"Іконка, яка буде відображатися ліворуч від повідомлення. Може бути шлях до зображення.\",\n \"type\": \"string\",\n \"default\": \"[[File:Ambox_warning_pn.svg|40px]]\",\n \"example\": \"[[File:Ambox_warning_pn.svg|40px]]\",\n \"required\": false\n },\n \"title\": {\n \"label\": \"Заголовок\",\n \"description\": \"Заголовок повідомлення. Наприклад, 'Important notice'.\",\n \"type\": \"string\",\n \"default\": \"Important notice\",\n \"example\": \"Attention\",\n \"required\": false\n },\n \"text\": {\n \"label\": \"Текст\",\n \"description\": \"Основний текст повідомлення. Наприклад, 'Please read this important notice.'\",\n \"type\": \"string\",\n \"default\": \"Your text here\",\n \"example\": \"Please read this important notice.\",\n \"required\": true\n }\n }\n}\n" | |||
} | |||
</templatedata> | |||
</noinclude> |
Версія за 11:53, 22 серпня 2024
Файл:Ambox warning pn.svg
|
Important notice: Your text here |
{ "description": "Шаблон для відображення інформаційних повідомлень у верхній частині сторінки.", "params": { "border-color": { "label": "Колір рамки", "description": "Колір рамки навколо повідомлення. За замовчуванням - #f0f0f0.", "type": "string", "default": "#f0f0f0", "example": "#d9534f", "required": false }, "background-color": { "label": "Колір фону", "description": "Колір фону повідомлення. За замовчуванням - #e6e6e6.", "type": "string", "default": "#e6e6e6", "example": "#ffdddd", "required": false }, "icon": { "label": "Іконка", "description": "Іконка, яка буде відображатися ліворуч від повідомлення. Може бути шлях до зображення.", "type": "string", "default": "[[File:Ambox_warning_pn.svg|40px]]", "example": "[[File:Ambox_warning_pn.svg|40px]]", "required": false }, "title": { "label": "Заголовок", "description": "Заголовок повідомлення. Наприклад, 'Important notice'.", "type": "string", "default": "Important notice", "example": "Attention", "required": false }, "text": { "label": "Текст", "description": "Основний текст повідомлення. Наприклад, 'Please read this important notice.'", "type": "string", "default": "Your text here", "example": "Please read this important notice.", "required": true } } }
Параметр | Опис | Тип | Статус | |||
---|---|---|---|---|---|---|
Не вказано жодного параметра |