Widget:Icon: Difference between revisions

From Ara: History Untold Wiki
No edit summary
Tag: Reverted
No edit summary
 
(46 intermediate revisions by the same user not shown)
Line 3: Line 3:
</noinclude>
</noinclude>
<includeonly>
<includeonly>
<style>
<script>
 
  tippy('.<!--{$class|escape:'html'}-->', {
</style>
    content: '<!--{$ttip|escape:'html'}-->',
 
    animation: 'none',
<button id="myButton">My Button</button>
    animation: 'scale-subtle',
 
  });
<a id="<!--{$id|escape:'html'}-->" href="https://www.google.com">
  <!--{$test|escape:'html'}-->
</a>
 
<script type="text/javascript">
 
tippy('#myButton', {
  content: "I'm a Tippy tooltip!",
});
 
tippy('#<!--{$id|escape:'html'}-->', {
  content: "<!--{$tooltip|escape:'html'}-->",
});
 
</script>
</script>
</includeonly>
</includeonly>

Latest revision as of 04:22, 1 November 2024