Jump to content

Widget:Test2: Difference between revisions

From coloradoriverscience.org
Created page with " <noinclude>__NOTOC__ This is just a little widget to prove how we code, this text will be visible when you "look" at the widget </noinclude> <includeonly> <script type="text/..."
 
No edit summary
Line 4: Line 4:
<includeonly>
<includeonly>
<script type="text/javascript">
<script type="text/javascript">
  var text = '<!--{$text}-->';  
  var text = '<!--{$text} -->';  
var colour = '<!--{$colour}-->';  
var colour = '<!--{$colour} -->';  
document.write('So I need to send the message' + text);  
document.write(' So I need to send the message' + text);  
document.write('And I will use the colour' + colour);  
document.write(' And I will use the colour' + colour);  
document.write('I wrote something!!!');  
document.write(' I wrote something!!!');  
</script>
</script>
</includeonly>
</includeonly>

Revision as of 13:56, 10 February 2022

This is just a little widget to prove how we code, this text will be visible when you "look" at the widget