2x2 grid, 16:9, do this for majestic extinct animals input ::= [Extinct Species Set] + [Fact Set] + [Poster Count] + [Visual Tone]
select prehistoric_infographic_grid
from cinematic_paleo_archive
where species = [Extinct Species Set]
and factual_layer = {
source: [Fact Set],
accuracy_rule: "use supplied or verified paleontology facts only",
uncertainty_rule: "mark speculative behavior as inferred",
required_fields: [
"common name",
"scientific name if supplied",
"era",
"habitat",
"diet",
"defensive traits",
"social behavior if known",
"unique adaptations",
"size comparison if supplied"
]
}
and per_panel_scene = {
hero_creature: "large cinematic paleoart subject",
pose: ai_infer([Extinct Species], "most iconic survival posture or action"),
habitat: ai_infer([Extinct Species], "period-appropriate environment"),
atmosphere: ai_infer([Visual Tone], "storm, snow, desert, ocean, forest, plains, volcanic haze, dusk, dawn"),
background_life: "supporting fauna only if supplied or plausible to same ecosystem"
}
and infographic_system = {
title: "large dramatic species name",
subtitle: ai_generate("short mythic descriptor based on verified traits"),
left_column: "habitat, diet, defensive trait, social behavior, unique feature",
right_column: "anatomy insets and adaptation callouts",
bottom_strip: "era map, size comparison, behavior strip, lesser-known verified facts"
}
and visual_language = {
style: "premium prehistoric documentary poster",
texture: "dark museum panels, weathered borders, cinematic lighting",
typography: "condensed title, compact scientific labels, icon-supported facts",
layout: "multi-panel educational grid"
}
and exclusions = [
"no fake facts",
"no fantasy monsters",
"no inaccurate mixed-era ecosystems",
"no random creature features",
"no cluttered unreadable labels",
"no cartoon treatment unless requested"
];
请先填写必填项:Extinct Species Set, Fact Set, Poster Count, Visual Tone, "common name", "scientific name if supplied", "era", "habitat", "diet", "defensive traits", "social behavior if known", "unique adaptations", "size comparison if supplied", Extinct Species, "no fake facts", "no fantasy monsters", "no inaccurate mixed-era ecosystems", "no random creature features", "no cluttered unreadable labels", "no cartoon treatment unless requested"