Jump to content

Template:Session: Difference between revisions

From greyhawk
mNo edit summary
mNo edit summary
Line 25: Line 25:
__NOTOC__
__NOTOC__
== Session Navigation ==
== Session Navigation ==
{{#tag:pre|{{trim:{{#replace:{{#explode:{{PAGENAME}}| |0}}|Session |}}}}}
{{#tag:pre|{{#replace:{{#explode:{{PAGENAME}}| |0}}|Session |}}}}


{{Special:Whatlinkshere/{{PAGENAME}}}}
{{Special:Whatlinkshere/{{PAGENAME}}}}

Revision as of 23:36, 19 March 2025

This template is used by all Session Summary pages to capture information from each session.

How to Use

To create a new session summary page, use the following syntax:

{{Session Summary
| campaign = Your Campaign Name
| session_date = 15 March 2024
| game_date = 10 Hammer CY 628
| synopsis = The party explored a haunted forest.
| summary = Detailed summary of the session...
| exp = [[Party Experience]]
| treasure = [[Party Treasure]]
| key_npcs = [[Goblin Chief]], [[Wise Old Wizard]]
| tasks = Defeat the goblin chief, find the lost artifact.
| rumors = The forest is haunted by ancient spirits.
}}

Replace the placeholder values with the actual information from your session.


Session Navigation



Session Details

Session Date: 04 May 2025
Game Date: 01 Fireseek CY 627

Session Summary

Synopsis

Add a concise one-sentence session highlight.

This Session

Detailed turn summary text goes here.

Session Results

Experience

Party Experience

Treasure

Party Treasure

NPCs of Note

NPC Name 1, NPC Name 2

Tasks or Quests

List of tasks or quests undertaken.

Rumors or Intelligence Gained

Rumors and intelligence gathered during the session.


<templatedata> {

   "params": {
       "campaign": {
           "label": "Campaign Name",
           "description": "The name of the campaign (e.g., Corsairs).",
           "type": "string",
           "required": false,
           "default": "Corsairs",
           "example": "The Frozen North Campaign"
       },
       "session_date": {
           "label": "Session Date",
           "description": "The date of the actual game session.",
           "type": "string",
           "required": false,
           "default": "04 May 2025",
           "example": "15 March 2024"
       },
       "game_date": {
           "label": "Game Date",
           "description": "The in-game date.",
           "type": "string",
           "required": false,
           "default": "01 Fireseek CY 627",
           "example": "10 Hammer CY 628"
       },
       "synopsis": {
           "label": "Synopsis",
           "description": "A brief one-sentence summary of the session.",
           "type": "string",
           "required": false,
           "default": "Add a concise one-sentence session highlight.",
           "example": "The party rescued a trapped villager from a goblin ambush."
       },
       "summary": {
           "label": "Summary",
           "description": "A detailed summary of the session's events.",
           "type": "string",
           "required": false,
           "default": "Detailed turn summary text goes here.",
           "example": "The party encountered a group of goblins guarding a cave entrance. A fierce battle ensued, and the party emerged victorious, rescuing a trapped villager inside."
       },
       "exp": {
           "label": "Experience",
           "description": "Experience points earned during the session.",
           "type": "string",
           "required": false,
           "default": "Party Experience",
           "example": "1500 XP"
       },
       "treasure": {
           "label": "Treasure",
           "description": "Treasure obtained during the session.",
           "type": "string",
           "required": false,
           "default": "Party Treasure",
           "example": "50 gold pieces, a magical ring"
       },
       "key_npcs": {
           "label": "Key NPCs",
           "description": "A list of prominent NPCs encountered during the session.",
           "type": "string",
           "required": false,
           "default": "NPC Name 1, NPC Name 2",
           "example": "Goblin Chief, Villager rescued from cave"
       },
       "tasks": {
           "label": "Tasks or Quests",
           "description": "A list of tasks or quests undertaken during the session.",
           "type": "string",
           "required": false,
           "default": "List of tasks or quests undertaken.",
           "example": "Rescue the villager, explore the cave, find the hidden treasure."
       },
       "rumors": {
           "label": "Rumors or Intelligence Gained",
           "description": "Rumors and intelligence gathered during the session.",
           "type": "string",
           "required": false,
           "default": "Rumors and intelligence gathered during the session.",
           "example": "The goblins are working for a mysterious figure known as the Shadow Lord. The cave is rumored to contain a powerful artifact."
       }
   }

} </templatedata>