Игра
Название типа: Игра
Расширяет творческую работу
Имя | Тип | Описание |
---|
характерАтрибут | Вещь | Часть данных, представляющая определенный аспект вымышленного персонажа (навык, сила, очки персонажа, преимущество, недостаток). |
играItem | Вещь | Предмет — это объект в игровом мире, который может быть собран игроком или, иногда, неигровым персонажем. |
играМестоположение | Место , почтовый адрес или URL | Реальное или вымышленное место игры (или части игры). |
количество игроков | Количественное значение | Укажите, сколько человек может играть в эту игру (минимум, максимум или диапазон). |
квест | Вещь | Задача, которую может выполнить управляемый игроком персонаж или группа персонажей, чтобы получить награду. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-10-30 UTC.
[null,null,["Последнее обновление: 2024-10-30 UTC."],[[["The `Game` type, extending `CreativeWork`, provides structured data about video games for richer search results and enhanced user experiences."],["Key properties include `characterAttribute`, `gameItem`, `gameLocation`, `numberOfPlayers`, and `quest` to describe game elements."],["These properties utilize schema.org types like `Thing`, `Place`, `PostalAddress`, `URL`, and `QuantitativeValue` for detailed information."],["`Game` schema allows you to define fictional character attributes, in-game items, locations (real or fictional), player count, and game quests."],["By implementing `Game` schema, developers can enhance the visibility and discoverability of their games on search engines."]]],["The content defines the \"Game\" type, extending \"CreativeWork,\" and outlines its properties. Key information includes \"characterAttribute,\" representing a character's traits; \"gameItem,\" defining collectible in-game objects; \"gameLocation,\" specifying the game's setting; \"numberOfPlayers,\" indicating player capacity; and \"quest,\" describing a task that, when completed, rewards the player(s). All these are key components within the game and are each of its aspects.\n"]]