Metadata - HTML
Demonstrates scene metadata using HTML meta tags.
Overview
This example shows how to provide scene metadata using HTML <meta> tags.
Format
<meta name="scene:id" content="my_scene">
<meta name="scene:name" content="My Scene">
<meta name="scene:author" content="Creator">
<meta name="scene:rating" content="GENERAL">
<meta name="scene:thumbnail" content="https://example.com/thumb.jpg">
Try It
Load this example:
https://blazium-engine.github.io/DDDBrowserExamples/metadata-html.html
Next Steps
- Metadata - JSON - JSON script tag format
- Scene Format - Metadata - Complete metadata reference