Спасибо за ответ!
А можно "на пальцах"?
В обычном шаблоне я пишу:
<?
if (Core::moduleIsActive('informationsystem'

)
{
$Informationsystem_Controller_Show = new Informationsystem_Controller_Show(
Core_Entity::factory('Informationsystem', Core_Page::instance()->libParams['informationsystemId'])
);
$Informationsystem_Controller_Show
->informationsystemItems()
->queryBuilder()
->clearOrderBy()
->orderBy('RAND()'

;
$Informationsystem_Controller_Show
->xsl(
Core_Entity::factory('Xsl'

->getByName('ВыводДругихЭлементовИС'

)
->groupsMode('none'

->group(FALSE)
->limit(5)
->show();
}
?>
что мне нужно написать в ТДС?