MediaWiki:Common.js: Difference between revisions

From Stylecards
Created page with "Any JavaScript here will be loaded for all users on every page load.: <script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script> <script> kofiWidgetOverlay.draw('stylecards', { 'type': 'floating-chat', 'floating-chat.donateButton.text': 'Support Us', 'floating-chat.donateButton.background-color': '#004e9e', 'floating-chat.donateButton.text-color': '#fff' }); </script>"
 
Replaced content with "importScript('MediaWiki:KoFi.js');"
Tag: Replaced
 
Line 1: Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */
importScript('MediaWiki:KoFi.js');
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script>
  kofiWidgetOverlay.draw('stylecards', {
    'type': 'floating-chat',
    'floating-chat.donateButton.text': 'Support Us',
    'floating-chat.donateButton.background-color': '#004e9e',
    'floating-chat.donateButton.text-color': '#fff'
  });
</script>

Latest revision as of 10:47, 23 June 2025

importScript('MediaWiki:KoFi.js');