Example for ::xowiki::Object
# -*- tcl-*- # Small example for demonstrating an ::xowiki::Object # When the prototype page is loaded, the object named # CGI will be added to the XoWiki package ::xowiki::Object new -title "CGI" -text { proc content {} { return "Hello \[\[Wiki\]\]-World. It is now [clock format [clock seconds]]." } }
Rendered Content looks like:
Hello [[Wiki]]-World. It is now Sun Nov 24 08:51:16 +0100 2024.