Welcome to IOPWiki, Commander.
With the release of the new game, we encourage contributions to topics related to Girls' Frontline 2. Learn how to contribute, read the maintenance guide, and join our Discord server to discuss major changes.
If you or someone you know can help deciphering the game files, contact our administrator.

Template:Tooltip

Welcome to IOP Wiki. This website is maintained by the Girls' Frontline community and is free to edit by anyone.
Jump to navigation Jump to search
Documentation icon Template documentation[view] [edit] [history] [purge]

This template provides a text with a hover-event to show additional information.

Parameters[edit]

Parameter name Required? Default value Description
text Yes (n/a) Defines the text to be shown inline.
description Yes (n/a) The text inside the box when the text gets hovered.

Usage[edit]

See the template's testcases:

Parameters by index
Wiki code
{{Tooltip|Word|Some additional text}}
Main version WordSome additional text
Sandbox version Word
Some additional text


Parameters by name
Wiki code
{{Tooltip|text=Words in text|description=Some additional text}}
Main version Words in textSome additional text
Sandbox version Words in text
Some additional text


Testing the tooltip within a list
Wiki code
* Item 1 at the beginning
* Item 2 with {{Tooltip|a tooltip|Some additional text}} in text
* Item 3 at the end
Main version
  • Item 1 at the beginning
  • Item 2 with a tooltipSome additional text in text
  • Item 3 at the end
Sandbox version
  • Item 1 at the beginning
  • Item 2 with a tooltip
    Some additional text
    in text
  • Item 3 at the end