Template:Extra Effect/doc: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{Documentation/Header}} {{CSS|Tooltip}} {{JS|Common}} This template is used to create tooltips similar to those that appear in-game when clicking on underlined text. ==Syntax== {{T|Extra Effect|v1=Text|v2=Title|v3=Description}} ==Examples== {{T|Extra Effect|p1=Click Me|p2=This is a title|p3=This is a description about clicking me.|_Ybr_=1}} <pre>Charge to the opponent farthest away, dealing '''200%'''{{Icon|ATK}} Physical DMG to opponents along the path, and applying..." |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{Documentation/Header}} | {{Documentation/Header}} | ||
{{CSS|Tooltip}} | {{CSS|Gadget-Tooltip.css}} | ||
{{JS|Common}} | {{JS|Common}} | ||
This template is used to create tooltips similar to those that appear in-game when clicking on underlined text. | This template is used to create tooltips similar to those that appear in-game when clicking on underlined text. | ||
Revision as of 07:40, 14 July 2026
This is the documentation page for Extra Effect. It contains usage information, categories, and other content not part of the original template page. | ||
|---|---|---|
| Main | Documentation | Usage |
This template is used to create tooltips similar to those that appear in-game when clicking on underlined text.
Syntax
{{Extra Effect|Text|Title|Description}}
Examples
{{Extra Effect|Click Me|This is a title|This is a description about clicking me.}} yields:
Click Me
Charge to the opponent farthest away, dealing '''200%'''{{Icon|ATK}} Physical DMG to opponents along the path, and applying or removing {{Extra Effect|Lingering Shade|Lingering Shade|When the Active Skill hits opponents without Lingering Shade, mark them with Lingering Shade for 6s.<br />When the Active Skill hits opponents with Lingering Shade, deals '''310%'''{{Icon|ATK}} Physical DMG and removes it.}}.
Charge to the opponent farthest away, dealing 200%
Physical DMG to opponents along the path, and applying or removing Lingering Shade.
Template Data
Create tooltip for Related Effects in Talents and Constellations.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Text | 1 | Text to display outside of tooltip. | String | required |
| Title | 2 | Text to display as title in tooltip. | String | required |
| Description | 3 | Text to display as description in tooltip. | String | required |