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 Wed Apr 09 17:48:38 +0200 2025.