Шаблон:Tooltip: различия между версиями

Материал из Celadon | Wiki SCP
Перейти к навигации Перейти к поиску
(пробую сам сделать шаблон химии)
 
Нет описания правки
 
Строка 1: Строка 1:
{{{1}}}
<includeonly><div class='tooltip' style="display:inline;">{{{1}}}<div class='tooltiptext' style='top:20px; background: #{{{3|FFFFFF}}}; z-index:200; left:5px; box-shadow: 0 0 .3em #999;'>{{{2}}}</div></div></includeonly><noinclude>
== About ==
Adds a tooltip to a link. Used all around the wiki in all kinds of recipes:
* [[Guide to Food and Drinks]]
* [[Guide to Chemistry]]
* ...
 
Key-functionality of the RecursiveChem-Templates like:
* [[Template:RecursiveChem/QuadrupleSec]]
* [[Template:RecursiveChem/BoiledRice]]
* [[Template:RecursiveChem/Pyroxadone]]
* ...
 
== Parameter-Usage ==
{| class="wikitable"
!Parameter
!Description
|-
!1
|Text to be displayed
|-
!2
|Content of the tooltip-box
|}
 
== Examples ==
=== Normal ===
<pre>{{Tooltip|hover me|Tool Tip Time!}}</pre>
{{Tooltip|hover me|Tool Tip Time!}}
 
=== Recursive ===
<pre>{{Tooltip
|This...
|{{Tooltip|is...|ONION!}}
}}</pre>
{{Tooltip
|This...
|{{Tooltip|is...|ONION!}}
}}
 
[[Category:Templates]][[Category:Maintenance templates]][[Category:Misc Styling Templates]]
</noinclude>

Текущая версия от 16:34, 21 марта 2024

About

Adds a tooltip to a link. Used all around the wiki in all kinds of recipes:

Key-functionality of the RecursiveChem-Templates like:

Parameter-Usage

Parameter Description
1 Text to be displayed
2 Content of the tooltip-box

Examples

Normal

{{Tooltip|hover me|Tool Tip Time!}}
hover me
Tool Tip Time!

Recursive

{{Tooltip
|This...
|{{Tooltip|is...|ONION!}}
}}
This...
is...
ONION!