Wiki源代码WikiPageTemplate
在2022-12-01 16:52上被ybq sz修改
Show last authors
1 | 1 $mmtitle |
2 | |
3 | <!-- content --> |
4 | #if($mmdesc!="") |
5 | $mmdesc |
6 | #end |
7 | <!-- endcontent --> |
8 | |
9 | #if($mmlink!="") |
10 | $msg.get("mindmap.externallink"): $mmlink |
11 | #end |
12 | |
13 | #if($mmchilds&&($mmchilds.size()>0)) |
14 | #foreach($child in $mmchilds) |
15 | #set($childdoc = $xwiki.getDocument($child)) |
16 | #set($childTitle = $childdoc.displayTitle.trim()) |
17 | #if($childTitle!="") |
18 | * [$childTitle>$child] |
19 | #else |
20 | * [$child] |
21 | #end |
22 | #end |
23 | #end |