How to create custom view

Hello!
CMS Drupal have module Views that allows you to create a page from data presented on other pages, according to various criteria. Is there a similar macro in XWiki?

Would you have a link so that we understand better?

But yes XWiki can do this but not through a macro, through scripting. It’s actually the strong point of XWiki: the ability to create data structures in some pages, use those structures in other pages and then use scripting to extract/present those data from any page.

You can get a feel for this by following this tutorial: https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/Tutorials/FAQTutorial/FAQTutorialManual

Is that what you meant?

Generally speaking it’s easy to use scripting to get content from any other page.

thanks
My first step - study XClass
as far as I understand the XClass is a content type managment