You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
517 B

{if $prefs.feature_score eq 'y'}
{tikimodule error=$module_params.error title=$tpl_module_title name="users_own_rank" flip=$module_params.flip decorations=$module_params.decorations nobox=$module_params.nobox notitle=$module_params.notitle}
<div style="display: inline">{tr _0=$position _1=$count}%0 out of %1 users.{/tr}&nbsp;</div>
<div style="display: inline-block">
<div style="display: inline">&nbsp;{$score}</div>
<div style="display: inline">&nbsp;{$user|userlink}</div>
</div>
{/tikimodule}
{/if}