Відмінності між версіями «Шаблон:BS button»

нема опису редагування
 
(Не показано 16 проміжних версій цього користувача)
Рядок 1: Рядок 1:
<span class="btn btn-{{{outline}}}-{{{color}}}"> {{{text}}} </span><noinclude><templatedata>
<span class="btn btn-{{{outline}}}-{{{outline-color}}} btn-{{{color}}} btn-{{{size}}} href={{{href}}}> {{{text}}} </span><noinclude><templatedata>
{
{
"params": {
"params": {
"color": {
"color": {
"label": "Колір бейджу",
"label": "Колір кнопки",
"example": "primary, secondary, success, danger, warning, info, light, dark",
"example": "primary, secondary, success, danger, warning, info, light, dark",
"type": "string",
"type": "string",
"default": "primary",
"autovalue": ""
"autovalue": "primary",
"suggested": true
},
},
"text": {
"text": {
Рядок 17: Рядок 15:
"suggested": true
"suggested": true
},
},
"btn-outline": {
"size": {
"label": "Контурные кнопки (без фона)",
"example": "lg, sm, md",
"example": "btn-outline",
"type": "string",
"default": "sm",
"label": "Розмір",
"suggested": true
},
"href": {
"example": "google.com",
"type": "url",
"label": "Посилання",
"suggested": true
},
"outline": {
"label": "Тільки контур",
"type": "string",
"type": "string",
"autovalue": "btn-outline"
"default": "outline"
},
"outline-color": {
"label": "Колір без фону",
"example": "primary, secondary, success, danger, warning, info, light, dark",
"type": "string"
}
}
},
},
"description": "Bootstrap button template",
"description": "Bootstrap button template",
"format": "block"
"format": "block",
"paramOrder": [
"href",
"color",
"text",
"size",
"outline",
"outline-color"
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>