Adding tooltips: Difference between revisions

From GoalStriving Tutorials
Jump to navigation Jump to search
Matt (talk | contribs)
No edit summary
Matt (talk | contribs)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page contains instructions for adding tooltips on wiki pages. {{Tooltip|Area|An ongoing responsibility, \r
This page contains instructions for adding {{Tooltip|tooltips|This is a tooltip.}} on wiki pages. ===Tooltip template===
activity,  
Every wiki in goalstriving.org should have this template already created, but in case you need to manually create it:
or something you intentionally maintain or develop over time.}}
* <code>index.php?title=Template:Tooltip</code>
* <code>Template:Tooltip</code>
Click the link to create the page, enter this and click Save:
<code><span title="{{{2}}}">{{{1}}}</span></code>
===Creating tooltips===
Eventually, you will be able to create tooltips in the visual editor, but for now, you must click <span style="color:Blue">Edit source</span>.

Latest revision as of 22:07, 3 September 2026

This page contains instructions for adding tooltips on wiki pages. ===Tooltip template=== Every wiki in goalstriving.org should have this template already created, but in case you need to manually create it:

* index.php?title=Template:Tooltip
* Template:Tooltip

Click the link to create the page, enter this and click Save: {{{1}}}

Creating tooltips

Eventually, you will be able to create tooltips in the visual editor, but for now, you must click Edit source.