Content deleted Content added
No edit summary |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> |
<noinclude> |
||
<nowiki>{{attention|Some text}} |
<nowiki>{{attention|Some text}}</nowiki> |
||
</nowiki> |
|||
{{attention|Some text}} |
{{attention|Some text}} |
||
</noinclude> |
</noinclude> |
||
<includeonly><div class="card {{{bg-class|}}} {{{class|}}}"><div class="card-body">{{i|{{{icon|info-circle |
<includeonly><div class="card {{{bg-class|}}} {{{class|}}} {{{color-class|}}}"><div class="card-body">{{i|{{#if:{{{icon|}}}|{{{icon}}}|info-circle}}|fad|pull={{#if:{{{float|}}}|{{{float}}}|left}}|size={{#if:{{{size|}}}|{{{size}}}|2}}|padding=2|color={{{color|#626daf}}} }} |
||
{{{1|}}} |
{{{1|}}} |
||
</div></div></includeonly> |
</div></div></includeonly> |
||
| Line 41: | Line 41: | ||
}, |
}, |
||
"type": "string", |
"type": "string", |
||
"suggested": true |
|||
}, |
|||
"float": { |
|||
"label": { |
|||
"en": "icon position", |
|||
"he": "מיקום האייקון" |
|||
}, |
|||
"description": { |
|||
"en": "right or left", |
|||
"he": "right / left" |
|||
}, |
|||
"default": { |
|||
"en": "left", |
|||
"he": "right" |
|||
}, |
|||
"suggested": true |
"suggested": true |
||
} |
} |
||
Latest revision as of 12:35, 22 February 2021
{{attention|Some text}}
Some text
information frame
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Content | 1 | no description | Content | required |
| icon name | icon | no description | Unknown | suggested |
| background class | bg-class | no description | String | suggested |
| additional class | class | no description | String | suggested |
| icon position | float | right or left
| Unknown | suggested |