Template:Tooltip/doc: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Added info |
||
Line 2: | Line 2: | ||
Use this template for extra info such as currency conversion and inflation context. | Use this template for extra info such as currency conversion and inflation context. | ||
'''text''' - The visible text | |||
'''tooltip''' - The text in the tool tip | |||
== Example == | == Example == | ||
{{Tooltip | {{Tooltip | ||
Line 10: | Line 14: | ||
|tooltip = {{{tooltip}}} | |tooltip = {{{tooltip}}} | ||
}} | }} | ||
The cost was {{Tooltip |text = $4|tooltip = $50 in 2025}}. | |||
== Copyable Code == | == Copyable Code == |
Revision as of 17:49, 12 June 2025
Use
Use this template for extra info such as currency conversion and inflation context.
text - The visible text
tooltip - The text in the tool tip
Example
{{{text}}}{{{tooltip}}}
The cost was $4$50 in 2025.
Copyable Code
{{Tooltip |text = |tooltip = }}