Difference between revisions of "Widget:WikiDiagram"
From Audacity Wiki
(new widget.) |
(bypass cloudflare) |
||
(45 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
− | {{ | + | {{intro|This runs a script on loading complete}} |
</noinclude><includeonly> | </noinclude><includeonly> | ||
+ | |||
+ | <!--{if $page}--> | ||
+ | <div id="content_here" class="atkContentDiv" data-page="<!--{$page|escape:'url'}-->" style="text-align:center;"> | ||
+ | <!--{if $extra}--> | ||
+ | <div style="display:none"> | ||
+ | <!--{else}--> | ||
+ | </div> | ||
+ | <!--{/if}--> | ||
+ | <!--{/if}--> | ||
+ | |||
+ | <!--{if $fin}--> | ||
+ | </div></div> | ||
+ | <!--{/if}--> | ||
+ | |||
+ | <!--{if $init}--> | ||
+ | <script data-cfasync="false" src="https://wit.audacityteam.org/js/wikidiagrams.js?time=1143"></script> | ||
+ | <script data-cfasync="false" src="https://wit.audacityteam.org/js/smiles.js?time=1143"></script> | ||
+ | |||
<script> | <script> | ||
− | + | initContent(); | |
− | |||
− | |||
</script> | </script> | ||
− | < | + | <!--{/if}--> |
+ | |||
<includeonly> | <includeonly> |
Latest revision as of 22:18, 21 April 2020
This runs a script on loading complete
|