(Корректировка ссылки на документацию шаблона Tooltip) |
wiki.spacestation14.com/>Aliser (offset underline by 1px more for legibility) |
||
Строка 1: | Строка 1: | ||
< | <includeonly><!-- | ||
--><templatestyles src="Template:Tooltip/styles.css" /><!-- | |||
--><span class=" | --><span class="tooltip-display-text-container"><!-- | ||
--><span class="tooltip-display-text" style=" | |||
/* styles unsupported by template styles */ | |||
--><span | text-underline-offset: 4px; | ||
">{{{1}}}</span><!-- | |||
--><span class="tooltip"><!-- | |||
-->{{{2}}}<!-- | |||
--></span><!-- | |||
--></span></includeonly><noinclude> | |||
{{docs|bb= | |||
{{uses template styles}} | |||
}} | |||
[[Category:Tooltip templates]] | |||
[[Category:Template starter-kit]] | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Text", | |||
"description": "Display text.", | |||
"type": "line", | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "Tooltip text", | |||
"description": "Tooltip text.", | |||
"type": "line", | |||
"required": true | |||
} | |||
}, | |||
"description": "Basic tooltips.", | |||
"paramOrder": [ | |||
"1", | |||
"2" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> |
Версия от 21:50, 14 марта 2025
Basic tooltips.
Параметр | Описание | Тип | Статус | |
---|---|---|---|---|
Text | 1 | Display text. | Однострочный | обязательный |
Tooltip text | 2 | Tooltip text. | Однострочный | обязательный |