Código fuente wiki de test

Versión 3.1 por Jip-jan Alunkel el junio 28, 22:55

Ocultar los últimos autores
Jip-jan Alunkel 1.1 1
2 {{velocity}}
3
4 #set($spaceDoc = $xwiki.getDocument("cases.abdomen.WebHome")) ## Fetch doc or create one if it does not exist by this name.
Jip-jan Alunkel 1.2 5 #set($spaceXObj = $spaceDoc.getObject("assets.pagemaker.pagemakerClass"))
Jip-jan Alunkel 1.1 6
Jip-jan Alunkel 3.1 7 #if($spaceXObj)
8 Hello
9 #end
Jip-jan Alunkel 1.1 10
11 {{/velocity}}
12