aowow/template/listviews/itemStandingCol.tpl
Sarjuuk 3a25c2390f Listviews/AddIns
* AddIns must be output directly before the listview it is used by
2025-10-26 17:32:18 +01:00

18 lines
402 B
Smarty

var _ = [
{
id: 'standing',
after: 'reqlevel',
name: LANG.standing,
width: '12%',
value: 'standing',
type: 'text',
getValue: function(item)
{
return g_reputation_standings[item.standing];
},
compute: function(item, td)
{
return g_reputation_standings[item.standing];
}
}
];