Template:Example

From Moondust Wiki
Revision as of 10:50, 28 December 2014 by Kevsoft (talk | contribs)
Jump to navigation Jump to search


Wiki code

{{Example
 |desc=Prints a message at x = 20 and y = 20
 |code=printText("Hello world!", 20, 20)
 }}

Result

Example
Prints a message at x = 20 and y = 20
Code
printText("Hello world!", 20, 20)