Adding tooltips: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
This page contains instructions for adding | This page contains instructions for adding {{Tooltip|tooltips|This is a tooltip.}} on wiki pages. ===Tooltip template=== | ||
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>index.php?title=Template:Tooltip</code> | ||
* <code>Template:Tooltip</code> | * <code>Template:Tooltip</code> | ||
Click the link to create the page, enter this and click Save: | Click the link to create the page, enter this and click Save: | ||
<code><span title="{{{2}}}">{{{1}}}</span></code> | <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.