New wiki-page
Jump to navigation Jump to search
No edit summary
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 + '<br />');  
document.write('And I will use the colour' + colour);  
document.write('And I will use the colour ' + colour + '<br />');  
document.write('I wrote something!!!');  
document.write('I wrote something!!!');  
</script>
</script>
</includeonly>
</includeonly>

Revision as of 08:15, 14 August 2017

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