Template:DynamicGifDisplay/doc: Difference between revisions
imported>Dawning (by SublimeText.Mediawiker) |
imported>Dawning No edit summary |
||
| Line 13: | Line 13: | ||
* '''title''': The title displayed in the GIF display header. | * '''title''': The title displayed in the GIF display header. | ||
* '''list''': Semicolon-separated list of skill names and their corresponding GIF filenames in format "SkillName:filename.gif". | * '''list''': Semicolon-separated list of skill names and their corresponding GIF filenames in format "SkillName:filename.gif". '''Replace filename.gif with "blank" if a gif would not be suitable for the skill or tooltip.''' | ||
* '''id''': Optional unique identifier (auto-generated if not provided). | * '''id''': Optional unique identifier (auto-generated if not provided). | ||
* '''size''': Size of display gifs. Automatically has px appended. | * '''size''': Size of display gifs. Automatically has px appended. | ||
Latest revision as of 06:23, 15 October 2025
This template creates a dynamic GIF display area that shows different GIFs based on which tooltip is being hovered.
Usage
{{DynamicGifDisplay
|title=Display Title
|list=TooltipName1:gif1.gif;TooltipName2:gif2.gif;TooltipName3:gif3.gif
|id=unique-id (optional)
|size=500
}}- title: The title displayed in the GIF display header.
- list: Semicolon-separated list of skill names and their corresponding GIF filenames in format "SkillName:filename.gif". Replace filename.gif with "blank" if a gif would not be suitable for the skill or tooltip.
- id: Optional unique identifier (auto-generated if not provided).
- size: Size of display gifs. Automatically has px appended.
Copy This
{{DynamicGifDisplay
|title=
|list=
|id=
|size=
}}The skill names in the list parameter must EXACTLY match the skill titles in your tooltips (case-sensitive).