General Actions:
Log-in
Register
Wiki:
Main wiki
▼
:
Document Index
»
Space:
XWiki
▼
:
Document Index
»
Page:
ArticleClass
Search
en
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Main wiki
»
XWiki Space
»
Data types
»
ArticleClass
Wiki source code of
ArticleClass
Last modified by
Administrator
on 2010/09/23 14:50
Content
·
Comments
(0)
·
Annotations
(0)
·
Attachments
(0)
·
History
·
Information
Hide line numbers
1: <!-- replace Main with the Space where you want your documents to be created --> 2: <!-- replace the default parent with the one of your choice --> 3: <!-- Save this template using the -Save- button --> 4: #set( $class = $doc.name.substring(0,$doc.name.indexOf("Class"))) 5: #set($defaultparent = "Main.Articles") 6: #set($defaultweb = "Main") 7: #includeForm("XWiki.ClassSheet")