Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.

Note: this post will not display until it's been approved by a moderator.

Name:
Email:
Subject:
Message icon:

Attach:
(Clear Attachment)
(more attachments)
Allowed file types: gif, jpg, png, txt, tpl, lng, ini, pvd, psf, ini, cfg, csv, zip, xml, pas, 7z
Restrictions: 4 per post, maximum total size 1024KB, maximum individual size 1024KB
Note that any files attached will not be displayed until approved by a moderator.
Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
How many words are in this question?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Pensare
« on: May 21, 2011, 08:29:05 pm »

Never mind.  I figured it out. 

{%value=actors template="pages/actor.ptm" maxvalues="5"}

The template file "pages/actor.ptm" contains only:
{%value}[space]
Posted by: Pensare
« on: May 21, 2011, 07:47:47 pm »

In the export help page, for parameters, it shows at the top of the table 'Parameters {%value="identifier" parameter="value"}'.  It looks to me as if this is the expected syntax for fields with valid parameters.  The parameters listed for "actors" are: template, maxvalues, params.

I'm trying to limit the number of actors exported to only the first five.  I tried this, but it still pulls all the actors.

{%value=actors maxvalues="5"}

Perhaps, I'm supposed to use a sub-template, but I can't figure out how to do those either.  Any clarification you can give would be appreciated.