TOML

Literary Genres - TOML

Literary genres are a classification system that categorizes literary works based on their form, technique, content, and tone. From basic forms such as poetry, prose, and drama to content-based classifications like fantasy, mystery, and romance, the system has a multilayered structure. Genre boundaries are flexible, with new genres emerging and existing ones evolving over time.

literature genre classification literary works creative writing
[[items]]
code = "poetry"
slug = "poetry"
name = "Poetry"
description = "Literary works in verse form that emphasize meter and rhythm."
category = "Verse"

[[items]]
code = "novel"
slug = "novel"
name = "Novel"
description = "A long work of fiction written in prose."
category = "Prose"

[[items]]
code = "drama"
slug = "drama"
name = "Drama"
description = "Literary works written in dialogue form intended for stage performance."
category = "Dramatic Literature"

[[items]]
code = "essay"
slug = "essay"
name = "Essay"
description = "Prose works that express the author's personal thoughts and experiences in a free form."
category = "Prose"

[[items]]
code = "criticism"
slug = "criticism"
name = "Criticism"
description = "Prose works that analyze and critique literature, art, and social issues."
category = "Prose"

[[items]]
code = "biography"
slug = "biography"
name = "Biography"
description = "Non-fiction works that record the life of a real person."
category = "Non-fiction"

[[items]]
code = "travel-writing"
slug = "travel-writing"
name = "Travel Writing"
description = "Literary works that record travel experiences."
category = "Non-fiction"

[[items]]
code = "diary"
slug = "diary"
name = "Diary"
description = "A literary form that records daily events and thoughts in chronological order."
category = "Non-fiction"

[[items]]
code = "oral-literature"
slug = "oral-literature"
name = "Oral Literature"
description = "A collective term for literary works transmitted through oral tradition."
category = "Traditional Literature"

[[items]]
code = "fantasy"
slug = "fantasy"
name = "Fantasy"
description = "Stories set in fictional worlds containing magic and supernatural elements."
category = "Fiction"

[[items]]
code = "science-fiction"
slug = "science-fiction"
name = "Science Fiction"
description = "Speculative fiction themed around science, technology, and future societies."
category = "Fiction"

[[items]]
code = "mystery"
slug = "mystery"
name = "Mystery"
description = "A genre of detective fiction centered on solving crimes and mysteries."
category = "Fiction"

[[items]]
code = "romance"
slug = "romance"
name = "Romance"
description = "Stories centered on the development of romantic relationships."
category = "Fiction"

[[items]]
code = "horror"
slug = "horror"
name = "Horror"
description = "A literary genre aimed at evoking fear and anxiety in readers."
category = "Fiction"

[[items]]
code = "historical-fiction"
slug = "historical-fiction"
name = "Historical Fiction"
description = "Fiction set in past historical periods."
category = "Fiction"

[[items]]
code = "satire"
slug = "satire"
name = "Satire"
description = "A literary form that critically depicts social flaws and human folly."
category = "Fiction"

[[items]]
code = "childrens-literature"
slug = "childrens-literature"
name = "Children's Literature"
description = "Literary works written primarily for child readers."
category = "Audience-specific Literature"