Jump to content

Template:Session: Difference between revisions

From greyhawk
mNo edit summary
mNo edit summary
Line 22: Line 22:
Replace the placeholder values with the actual information from your session.
Replace the placeholder values with the actual information from your session.


* **campaign**: The name of the campaign (e.g., Corsairs). Example: The Frozen North Campaign
* **campaign**: The name of the campaign.
* **session_date**: The date of the actual game session. Example: 15 March 2024
* **session_date**: The date of the actual game session.
* **game_date**: The in-game date. Example: 10 Hammer CY 628
* **game_date**: The in-game date.
* **synopsis**: A brief one-sentence summary of the session. Example: The party rescued a trapped villager from a goblin ambush.
* **synopsis**: A brief one-sentence summary of the session.
* **summary**: A detailed summary of the session's events. 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.
* **summary**: A detailed summary of the session's events.
* **exp**: Experience points earned during the session. Example: [[Party Experience|1500 XP]]
* **exp**: Experience points earned during the session.
* **treasure**: Treasure obtained during the session. Example: [[Party Treasure|50 gold pieces, a magical ring]]
* **treasure**: Treasure obtained during the session.
* **key_npcs**: A list of prominent NPCs encountered during the session. Example: [[Goblin Chief]], [[Villager rescued from cave]]
* **key_npcs**: Prominent NPCs encountered.
* **tasks**: A list of tasks or quests undertaken during the session. Example: Rescue the villager, explore the cave, find the hidden treasure.
* **tasks**: Tasks or quests undertaken.
* **rumors**: 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.
* **rumors**: Rumors and intelligence gathered.


</noinclude>
</noinclude><includeonly>__NOTOC__
 
__NOTOC__
{{Special:Whatlinkshere/{{PAGENAME}}}}
{{#if:{{{campaign|}}}|[[Category:{{{campaign}}} Campaign]]|[[Category:Missing Campaign Name]]}}
{{#if:{{{campaign|}}}|[[Category:{{{campaign}}} Campaign]]|[[Category:Missing Campaign Name]]}}
[[Category:Session Summary]]
[[Category:Session Summary]]


== Session Details ==
{{#vardefine:curr_num|{{#expr: {{#titleparts:{{PAGENAME}}|1|2}} }}}}
{{#vardefine:prev_num|{{#expr: {{#var:curr_num}} - 1 }}}}
{{#vardefine:next_num|{{#expr: {{#var:curr_num}} + 1 }}}}
 
<div style="display: flex; justify-content: space-between; align-items: center; background: #f8f9fa; border: 1px solid #a2a9b1; padding: 6px 12px; margin-bottom: 1em; font-weight: bold;">
  <div>
    {{#ifexpr: {{#var:curr_num}} > 1 |
      [[Special:PrefixIndex/Session {{#padleft:{{#var:prev_num}}|3|0}}|← Session {{#padleft:{{#var:prev_num}}|3|0}}]]
    |
      <span style="color: #888;">← First Session</span>
    }}
  </div>
  <div>
    [[Main Page|Campaign Home]]
  </div>
  <div>
    [[Special:PrefixIndex/Session {{#padleft:{{#var:next_num}}|3|0}}|Session {{#padleft:{{#var:next_num}}|3|0}} →]]
  </div>
</div>
 
=== Session Details ===
{| class="wikitable" style="width:100%;"
{| class="wikitable" style="width:100%;"
|-
|-
! Session Date: !! {{{session_date|{{padleft:{{CURRENTDAY}}|2|0}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}}}}
! width="15%" | Session Date: || {{{session_date|{{padleft:{{CURRENTDAY}}|2|0}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}}}}
|-
|-
! Game Date: !! {{{game_date|01 Fireseek CY 627}}}
! Game Date: || {{{game_date|01 Fireseek CY 627}}}
|}
|}


== Session Summary ==
=== Session Overview ===
=== Synopsis ===
==== Synopsis ====
{{{synopsis|Add a concise one-sentence session highlight.}}}
{{{synopsis|Add a concise one-sentence session highlight.}}}


=== This Session ===
==== Narrative ====
{{{summary|Include a detailed (or not) turn summary in narrative form that summarizes the adventure highlights.}}}
{{{summary|Include a detailed turn summary in narrative form.}}}


== Session Results ==
=== Session Results ===
=== Experience ===
==== Experience ====
{{{exp|The running tally of XP earned is found on the [[Party Experience]] page.}}}
{{{exp|The running tally of XP earned is found on the [[Party Experience]] page.}}}


=== Treasure ===
==== Treasure ====
{{{treasure|[[Party Treasure]]}}}
{{{treasure|[[Party Treasure]]}}}


=== Tasks or Quests ===
==== Tasks or Quests ====
{{{tasks|List of tasks or quests undertaken.}}}
{{{tasks|List of tasks or quests undertaken.}}}


=== Rumors or Intelligence Gained ===
==== Rumors or Intelligence Gained ====
{{{rumors|Apparently nothing noteworthy this session...}}}
{{{rumors|Apparently nothing noteworthy this session...}}}


=== NPC's of Note ===
==== NPCs of Note ====
{{{key_npcs|}}}
{{{key_npcs|None recorded.}}}
 
</includeonly><noinclude>
<noinclude>
<templatedata>
<templatedata>
{
{
Line 77: Line 93:
         "campaign": {
         "campaign": {
             "label": "Campaign Name",
             "label": "Campaign Name",
             "description": "The name of the campaign (e.g., Corsairs).",
             "description": "The name of the campaign.",
             "type": "string",
             "type": "string",
             "required": false,
             "required": false,
             "default": "Corsairs",
             "default": "Echoes of Lhynn",
             "example": "The Frozen North Campaign"
             "example": "Echoes of Lhynn"
         },
         },
         "session_date": {
         "session_date": {
Line 113: Line 129:
             "required": false,
             "required": false,
             "default": "Detailed turn summary text goes here.",
             "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."
             "example": "The party encountered a group of goblins..."
         },
         },
         "exp": {
         "exp": {
Line 129: Line 145:
             "required": false,
             "required": false,
             "default": "[[Party Treasure]]",
             "default": "[[Party Treasure]]",
             "example": "[[Party Treasure|50 gold pieces, a magical ring]]"
             "example": "[[Party Treasure|50 gold pieces]]"
         },
         },
         "key_npcs": {
         "key_npcs": {
             "label": "Key NPCs",
             "label": "Key NPCs",
             "description": "A list of prominent NPCs encountered during the session.",
             "description": "A list of prominent NPCs encountered.",
             "type": "string",
             "type": "string",
             "required": false,
             "required": false,
             "default": "",
             "default": "None recorded.",
             "example": "[[Goblin Chief]], [[Villager rescued from cave]]"
             "example": "[[Goblin Chief]]"
         },
         },
         "tasks": {
         "tasks": {
             "label": "Tasks or Quests",
             "label": "Tasks or Quests",
             "description": "A list of tasks or quests undertaken during the session.",
             "description": "A list of tasks or quests undertaken.",
             "type": "string",
             "type": "string",
             "required": false,
             "required": false,
             "default": "List of tasks or quests undertaken.",
             "default": "List of tasks or quests undertaken.",
             "example": "Rescue the villager, explore the cave, find the hidden treasure."
             "example": "Explore the cave."
         },
         },
         "rumors": {
         "rumors": {
             "label": "Rumors or Intelligence Gained",
             "label": "Rumors or Intelligence Gained",
             "description": "Rumors and intelligence gathered during the session.",
             "description": "Rumors gathered during the session.",
             "type": "string",
             "type": "string",
             "required": false,
             "required": false,
             "default": "Rumors and intelligence gathered during the session.",
             "default": "Apparently nothing noteworthy this session...",
             "example": "The goblins are working for a mysterious figure known as the Shadow Lord. The cave is rumored to contain a powerful artifact."
             "example": "The goblins serve the Shadow Lord."
         }
         }
     }
     }

Revision as of 02:41, 22 August 2026

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 = 
| session_date = 
| game_date = 
| synopsis = 
| summary = 
| exp = 
| treasure = 
| key_npcs = 
| tasks = 
| rumors = 
}}

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

  • **campaign**: The name of the campaign.
  • **session_date**: The date of the actual game session.
  • **game_date**: The in-game date.
  • **synopsis**: A brief one-sentence summary of the session.
  • **summary**: A detailed summary of the session's events.
  • **exp**: Experience points earned during the session.
  • **treasure**: Treasure obtained during the session.
  • **key_npcs**: Prominent NPCs encountered.
  • **tasks**: Tasks or quests undertaken.
  • **rumors**: Rumors and intelligence gathered.


<templatedata> {

   "params": {
       "campaign": {
           "label": "Campaign Name",
           "description": "The name of the campaign.",
           "type": "string",
           "required": false,
           "default": "Echoes of Lhynn",
           "example": "Echoes of Lhynn"
       },
       "session_date": {
           "label": "Session Date",
           "description": "The date of the actual game session.",
           "type": "string",
           "required": false,
           "default": "06 September 2026",
           "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..."
       },
       "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"
       },
       "key_npcs": {
           "label": "Key NPCs",
           "description": "A list of prominent NPCs encountered.",
           "type": "string",
           "required": false,
           "default": "None recorded.",
           "example": "Goblin Chief"
       },
       "tasks": {
           "label": "Tasks or Quests",
           "description": "A list of tasks or quests undertaken.",
           "type": "string",
           "required": false,
           "default": "List of tasks or quests undertaken.",
           "example": "Explore the cave."
       },
       "rumors": {
           "label": "Rumors or Intelligence Gained",
           "description": "Rumors gathered during the session.",
           "type": "string",
           "required": false,
           "default": "Apparently nothing noteworthy this session...",
           "example": "The goblins serve the Shadow Lord."
       }
   }

} </templatedata>