Display is a term used in the context of Drupal Views, which is a powerful module that allows users to create customized lists of content. A Display is a type of output that is generated by a View. It is the way in which the content is presented to the user. A View can have multiple Displays, each with its own settings and configuration. For example, a View can have a Page Display, which is a full page of content, and a Block Display, which is a smaller block of content that can be placed in a region of a page.

A Display is composed of several components, including a Style, a Format, and a Row. The Style determines how the content is presented, such as in a table, list, or grid. The Format determines how the content is structured, such as a teaser or full node. The Row determines how each item in the list is presented, such as a title, image, and body.

Displays can be configured to show different types of content, such as nodes, users, taxonomy terms, and more. They can also be configured to show content from multiple sources, such as multiple content types or multiple taxonomy vocabularies. Displays can also be configured to show content in different ways, such as sorted by date, alphabetically, or by relevance.

Displays are a powerful tool for creating custom content lists in Drupal. They allow users to create lists of content that are tailored to their specific needs. With the right configuration, Displays can be used to create powerful and dynamic content lists that are easy to maintain and update.