Adding tooltips: Difference between revisions
Jump to navigation
Jump to search
Created page with "This page contains instructions for adding tooltips on wiki pages." |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
This page contains instructions for adding tooltips on wiki pages. | This page contains instructions for adding {{Tooltip|tooltips|This is a tooltip.}} 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: | |||
* <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.