태그 클라우드의 Wiki 소스 코드
2026/03/26 11:18에서 admin admin이(가) 마지막으로 수정했습니다
최종 작성자 숨기기
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | {{velocity}} |
| 2 | ## | ||
| 3 | ## Tag cloud. | ||
| 4 | ## | ||
| 5 | ## @param tagCloudSpace - the space to display the tag cloud for. If blank, display cloud for the whole wiki. Default is blank. | ||
| 6 | ## | ||
| 7 | #if($tagCloudSpace && "$!tagCloudSpace" != "") | ||
| 8 | {{tagcloud space="$tagCloudSpace"/}} | ||
| 9 | #else | ||
| 10 | {{tagcloud/}} | ||
| 11 | #end | ||
| 12 | {{/velocity}} |