Widget:LoadTippyScript: Difference between revisions

From Ara: History Untold Wiki
No edit summary
Tag: Reverted
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>__NOTOC__
<noinclude>__NOTOC__
 
Loads the scripts needed for the tooltip used in this wiki
</noinclude>
</noinclude>
<includeonly>
<includeonly>
<script src="https://unpkg.com/@popperjs/core@2"></script>
<script src="/resources/scripts/core@2"></script>
<script src="https://unpkg.com/tippy.js@6"></script>
<script src="/resources/scripts/tippy.js@6"></script>
<script>
  tippy('.<!--{$id|escape:'html'}-->', {
    content: '<!--{$ttip|escape:'html'}-->',
    appendTo: 'parent',
  });
</script>
</includeonly>
</includeonly>

Latest revision as of 17:33, 6 November 2024

Loads the scripts needed for the tooltip used in this wiki