View · Index

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 Jun 05 17:58:39 +0200 2024.