Hey folks,
i want to create a Template for web Output, but i've got a problem.
How can i output the FSK / USK and Link in Detail View?
I've tried
USK: [key:usk]
Links: [key:url]
But nothing works, what's to enter there?
Template generation - Output key?
Re: Template generation - Output key?
The USK rating is named with the generic rated keyword.
The template for links is a bit more complex, as there can be more than one.
The more complex version would be:
Code: Select all
[key:rated]
Code: Select all
[linksBegin][link:url]<br />[linksEnd]
Code: Select all
<!--IFlinks
<div class="links">
<ul>
[linksBegin]<li><a href="[link:url]">[link:name]</a></li>
[linksEnd]
</ul>
</div>
ENDlinks-->