0 Votes

Wiki source code of MoviesClass_shortText2Display

Last modified by Ryan C on 2025/06/09 07:22

Show last authors
1 {{velocity}}
2 #set($url = $doc.display("shortText2", $doc))
3 #if($url && $url.startsWith("http"))
4 [[Read More>>$url||target="_blank"]]
5 #else
6 $url
7 #end
8 {{/velocity}}

XWiki AI Chat