In the main template, I have
{%value=actors maxvalues="3" template="ddlist\actor.ptm"}In the subtemplate, I have
{%param=name}This results in me seeing output to the effect of:
<strong>(IMDB Rating:6.3) Actors: {%param=name}{%param=name}{%param=name} Director: Robby Grewal</strong>
If I change the subtemplate to
{%value}, it displays the actors names instead of the {%param=name} code but I am not sure how to get commas in there because the built-in templates seem to have no problems displaying commas in between the actors and I can't figure out how they do it.