//пока получилось только id ресурса
@EVAL
$id = $modx->resource->get('id');
return "<SPAN style='color:red'>id ресурса ".$id."</SPAN>";
@EVAL
$parent = $modx->getObject('modResource', $modx->resource->get('parent'));
return "<SPAN style='color:red'>id ресурса ".$parent->get('id')."</SPAN>";