Editing
Narrative Structure
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
<div style="background-color: #4B0082; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> {{BloomIntro}} Narrative Structure is the "Architecture of the Story"—the way a writer organizes time, events, and tension to keep an audience engaged. While we often think of a story as a "Straight Line" from beginning to end, structure is more like a "Rollercoaster" with specific peaks (Climax) and valleys (Resolution). From the classic "Three-Act Structure" of Hollywood to the "Non-linear" puzzles of Christopher Nolan and the "Circular" myths of ancient cultures, structure is the invisible force that determines how a story "Feels." It is the difference between a "Random list of things that happened" and a "Narrative" that has a soul. </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Narrative Structure''' — The structural framework that underlies the order and manner in which a narrative is presented to a reader, listener, or viewer. * '''The Three-Act Structure''' — The most common Hollywood model: Setup (Act 1), Confrontation (Act 2), and Resolution (Act 3). * '''Inciting Incident''' — The event that "Kickstarts" the plot and forces the character to act (The "Big Bang" of the story). * '''Climax''' — The point of "Highest Tension" where the main conflict is finally decided. * '''Denouement''' — The "Unknotting" or the final cleanup of the plot after the climax. * '''In Media Res''' — "In the middle of things"; starting a story during the action rather than at the boring beginning. * '''Non-linear Narrative''' — A story told out of chronological order (using Flashbacks or Flash-forwards). * '''Epistolary''' — A story told through "Documents" (Letters, Emails, Diary entries). * '''Flashback / Flash-forward''' — Scenes that interrupt the "Present" to show the past or future. * '''Foreshadowing''' — Subtle "Hints" dropped early in the story that prepare the audience for a later event. </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Narrative structure is understood through '''Tension''' and '''Sequence'''. '''1. The Tension Curve (Freytag's Pyramid)''': Most successful stories follow a specific "Heat Map" of emotion: * **Exposition**: Introducing the world. * **Rising Action**: The problems get harder and the stakes get higher. * **Climax**: The explosion of tension. * **Falling Action**: The results of the explosion. * **Resolution**: The new "Normal." * If a story stays "High" too long, the audience gets tired. If it stays "Low," they get bored. Structure is about "Managing the Pulse." '''2. Cause and Effect (The 'Therefore/But' Rule)''': South Park creators Matt Stone and Trey Parker say a good story never uses the word "And then." * Every scene should be connected by "Therefore" (The character did X, *Therefore* Y happened) or "But" (The character wanted X, *But* Y got in the way). * This creates a "Tight" structure where every scene is essential. '''3. Time as a Toy''': Structure can be used to "Trick" the audience. * '''The Frame Narrative''': A "Story within a story" (e.g., 'The Princess Bride' or 'Frankenstein'). * '''The Circular Narrative''': The story ends exactly where it began, but the character has changed. '''The 'Chekhov's Gun'''': A famous structural rule: "If you show a gun on the wall in the first act, it **must** be fired by the third act." Every element in a well-structured story must have a "Reason" to be there. </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Story Beat' (Visualizing the Three-Act Structure):''' <syntaxhighlight lang="python"> def map_story_structure(total_pages): """ Standard Hollywood pacing guide. """ inciting_incident = total_pages * 0.15 plot_point_1 = total_pages * 0.25 midpoint = total_pages * 0.50 all_is_lost = total_pages * 0.75 climax = total_pages * 0.90 return { "Inciting Incident": f"Page {round(inciting_incident)}", "Midpoint (The Twist)": f"Page {round(midpoint)}", "Climax (The Battle)": f"Page {round(climax)}" } # A 120-page Screenplay print(map_story_structure(120)) </syntaxhighlight> ; Structural Landmarks : '''Aristotle’s 'Poetics' (335 BC)''' → The first book on narrative theory, which defined the "Beginning, Middle, and End" and the importance of "Unity" in a story. : '''Pulp Fiction (1994)''' → A movie that became famous for its "Jumbled" structure, showing that an audience can enjoy a story even if it is "Spliced" into pieces. : '''Groundhog Day (1993)''' → A masterpiece of "Repetitive Structure," showing how a character can grow by "Re-living" the same day over and over. : '''Kishōtenketsu''' → A four-act structure common in East Asian storytelling (Introduction, Development, Twist, Reconciliation) that doesn't rely on "Conflict" to move the plot. </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Western vs. Eastern Structure ! Feature !! Western (3-Act) !! Eastern (Kishōtenketsu) |- | Core Engine || Conflict (Character vs. World) || Change (A sudden shift in view) |- | The 'Twist' || Usually a "Betrayal" or "Loss" || Often a "New perspective" on the world |- | The Climax || A physical or verbal battle || A moment of quiet realization |- | Vibe || An 'Arrow' (Straight and fast) || A 'Circle' (Harmonious and deep) |} '''The Concept of "The Midpoint Shift"''': Analyzing why the middle of a story is the hardest part. At the 50% mark, a good structure usually has a "Game Changer"—the hero moves from being "Reactive" (running away) to "Proactive" (attacking). This prevents the "Middle Muddle" where nothing seems to happen. </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating narrative structure: # '''The "Formula" Trap''': Does the Three-Act structure make every movie feel the same? (Is it "Art" or is it "Engineering"?). # '''Subversion''': Why do some writers "Break" the structure? (e.g., 'Waiting for Godot' has no beginning, middle, or end—is it still a "Story"?). # '''Streaming vs. Movies''': How does the "Binge-watching" era change structure? (The "8-hour movie" vs. the "20-minute episode"). # '''Audience Participation''': Does "Choose Your Own Adventure" destroy the "Author's Structure"? </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Frontiers: # '''Algorithmic Storybeat-Trackers''': AI that "Watches" a movie and creates a real-time graph of the tension to find "Boring spots." # '''Generative Narratives''': Video games where the "Structure" is built on-the-fly by AI based on the player's choices, creating a unique arc for everyone. # '''Multi-Path Storytelling''': Movies (like 'Bandersnatch') where the audience votes on the structure, turning storytelling into a "Democracy." # '''Fractal Narratives''': Stories that have the same "Deep Structure" at the level of a sentence, a scene, and a book. [[Category:Literature]] [[Category:Film Studies]] [[Category:Narrative and Storytelling]] </div>
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Template:BloomIntro
(
edit
)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information