Template:Tooltip
Từ Valve Developer Community
Bước tới điều hướng
Bước tới tìm kiếm

The Template:Tooltip/doc/vi documentation page does not exist.
English documentation will be displayed instead, which you can translate using Google Translate (or similar software). If there is nothing after this message, most likely the documentation does not exist even in English.
English documentation will be displayed instead, which you can translate using Google Translate (or similar software). If there is nothing after this message, most likely the documentation does not exist even in English.
Parameters
- {{{1}}} - The hover text, which is displayed only when hovering over the normal text.
- {{{2}}} - The normal text that the hover text may be displayed on.
- {{{link}}} - Optional: The page that the normal text should link to.
- {{{line}}} - Optional: The type of bottom-line that should be under the normal text, for example solid, dashed, dotted.
- {{{style}}} - Optional: Additional style parameters for the normal text.
Examples
Example: {{Tooltip|This is mouse-over text|Hover here}}
Result: Hover here
Example: {{Tooltip|line=dashed|This is mouse-over text|Hover here}}
Result: Hover here
Example: {{Tooltip|line=dotted|link=Main Page|This is mouse-over text}}
Result: Main Page
Example: {{Tooltip|line=dotted|link=Main Page|This is mouse-over text|Hover here}}
Result: Hover here
Example: {{Tooltip|line=solid|This is mouse-over text|Hover here}}
Result: Hover here
Example: {{Tooltip|line=; border:2px solid #BD0; color:orange|This is mouse-over text|Hover here}}
Result: Hover here