Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

The Neptunia Wiki needs your help expanding this wiki! Please visit our community portal for all the tasks needed to help this wiki grow, and check out the wiki to-do list on the forums.

Description

Adds a simple text tooltip to text.
Basic guts:
<span style="suppressable line CSS; cursor:help;" title="Tooltip text.">Displayed text.</span>

Syntax

{{Texttip|<text>|<tiptext>}}

Parameters

  • 1/text = Text to show. Can include links, but be careful if you don't supply tip text.
  • 2/tiptext = Text for tooltip. Don't use double quotes, links or HTML tags.
  • noline= - Don't show a dotted underline (no value needed).

Example

{{texttip|Some text|A tooltip for the text.}}

{{texttip|No dotted underline|A tooltip for the text.|noline=}}
...yields:

Some text

No dotted underline

TemplateData

Adds a simple text tooltip to text.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Text1 text

Text to be displayed. Can include wikilinks.

Stringrequired
Tooltip text2 tiptext

Text that shows as a pop-up, mouse-over tooltip.

Stringrequired
No linenoline

Determines if the dotted line should be displayed underneath the text.

Booleanoptional

See also