carma_top_actors
Displays a list of the top rated actors.
Parameters
(Required parameters in bold)
Parameter
|
Description
|
Possible Values
|
Default Value
|
Example
|
tpl
|
Template used to display output
|
Any valid CARMA template
|
top_actors
|
tpl=my_template
|
var
|
Place results in this Smarty array
|
Any valid Smarty array name
|
top_actors_results
|
var=my_variable
|
count
|
Maximum number of results to display (Click link for details)
|
Zero or any whole number greater than zero
|
10
|
count=20
|
start
|
Hide all results lower than this number (Click link for details)
|
Any whole number greater than zero
|
None. (Doesn't hide any results)
|
start=10
|
member
|
Get top ratings from the current member
|
1
|
None. Displays aggregate ratings from all members
|
member=1
|
data_only
|
Don't display output using the template
|
1
|
None. (Displays output using the template)
|
data_only=1
|
assign
|
Place output in this Smarty array
|
Any valid Smarty array name
|
None. (Output not saved)
|
assign="my_var"
|
display_on_assign
|
Display the output after storing it with assign
|
1
|
None. If the output is assigned, it is not displayed
|
display_on_assign=1
|
Output
This function displays the count top rated actors. It uses the top_actors template to display this information.
Notes
None.
See Also