Widget:LoadTippyScript: Difference between revisions

From Ara: History Untold Wiki
Created page with "<noinclude>__NOTOC__ </noinclude> <includeonly> <script src="https://unpkg.com/@popperjs/core@2"></script> <script src="https://unpkg.com/tippy.js@6"></script> </includeonly>"
 
No edit summary
Tag: Reverted
Line 5: Line 5:
<script src="https://unpkg.com/@popperjs/core@2"></script>
<script src="https://unpkg.com/@popperjs/core@2"></script>
<script src="https://unpkg.com/tippy.js@6"></script>
<script src="https://unpkg.com/tippy.js@6"></script>
<script>
  tippy('.<!--{$id|escape:'html'}-->', {
    content: '<!--{$ttip|escape:'html'}-->',
    appendTo: 'parent',
  });
</script>
</includeonly>
</includeonly>

Revision as of 17:13, 30 October 2024