Template:Session: Difference between revisions
Appearance
mNo edit summary |
Adventurer (talk | contribs) mNo edit summary |
||
(17 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
This template is used by all Session Summary pages to capture information from each session. | 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: | |||
<pre> | |||
{{Session Summary | |||
| campaign = | |||
| session_date = | |||
| game_date = | |||
| synopsis = | |||
| summary = | |||
| exp = | |||
| treasure = | |||
| key_npcs = | |||
| tasks = | |||
| rumors = | |||
}} | |||
</pre> | |||
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 | |||
* **session_date**: The date of the actual game session. Example: 15 March 2024 | |||
* **game_date**: The in-game date. Example: 10 Hammer CY 628 | |||
* **synopsis**: A brief one-sentence summary of the session. Example: The party rescued a trapped villager from a goblin ambush. | |||
* **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. | |||
* **exp**: Experience points earned during the session. Example: [[Party Experience|1500 XP]] | |||
* **treasure**: Treasure obtained during the session. Example: [[Party Treasure|50 gold pieces, a magical ring]] | |||
* **key_npcs**: A list of prominent NPCs encountered during the session. Example: [[Goblin Chief]], [[Villager rescued from cave]] | |||
* **tasks**: A list of tasks or quests undertaken during the session. Example: Rescue the villager, explore the cave, find the hidden treasure. | |||
* **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. | |||
</noinclude> | </noinclude> | ||
__NOTOC__ | __NOTOC__ | ||
{{Special:Whatlinkshere/{{PAGENAME}}}} | {{Special:Whatlinkshere/{{PAGENAME}}}} | ||
{{#if:{{{campaign|}}}|[[Category:{{{campaign}}} Campaign]]|[[Category:Missing Campaign Name]]}} | |||
[[Category:Session Summary]] | [[Category:Session Summary]] | ||
== Session Details == | == Session Details == | ||
{| class="wikitable" style="width:100%;" | |||
|- | |||
{{{session_date| | ! Session Date: !! {{{session_date|{{padleft:{{CURRENTDAY}}|2|0}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}}}} | ||
|- | |||
! Game Date: !! {{{game_date|01 Fireseek CY 627}}} | |||
{{{game_date| | |} | ||
== Session Summary == | == Session Summary == | ||
=== Synopsis === | === Synopsis === | ||
{{{synopsis|Add a concise one-sentence session highlight.}}} | {{{synopsis|Add a concise one-sentence session highlight.}}} | ||
=== This Session === | === This Session === | ||
{{{summary| | {{{summary|Include a detailed (or not) turn summary in narrative form that summarizes the adventure highlights.}}} | ||
== Session Results == | == Session Results == | ||
=== Experience === | === Experience === | ||
{{{exp| | {{{exp|The running tally of XP earned is found on the [[Party Experience]] page.}}} | ||
[[Party Experience]] | |||
=== Treasure === | === Treasure === | ||
[[Party Treasure]] | {{{treasure|[[Party Treasure]]}}} | ||
=== Tasks or Quests === | === Tasks or Quests === | ||
{{{tasks|List of tasks or quests undertaken.}}} | |||
=== Rumors or Intelligence Gained === | === Rumors or Intelligence Gained === | ||
{{{rumors|Apparently nothing noteworthy this session...}}} | |||
=== NPC's of Note === | |||
{{{key_npcs|}}} | |||
<noinclude> | <noinclude> | ||
Line 59: | Line 80: | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"default": "Corsairs" | "default": "Corsairs", | ||
"example": "The Frozen North Campaign" | |||
}, | }, | ||
"session_date": { | "session_date": { | ||
Line 66: | Line 88: | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"default": " | "default": "{{padleft:{{CURRENTDAY}}|2|0}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}", | ||
"example": "15 March 2024" | |||
}, | }, | ||
"game_date": { | "game_date": { | ||
Line 73: | Line 96: | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"default": " | "default": "01 Fireseek CY 627", | ||
"example": "10 Hammer CY 628" | |||
}, | }, | ||
"synopsis": { | "synopsis": { | ||
Line 80: | Line 104: | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"default": "Add a concise one-sentence session highlight." | "default": "Add a concise one-sentence session highlight.", | ||
"example": "The party rescued a trapped villager from a goblin ambush." | |||
}, | }, | ||
"summary": { | "summary": { | ||
Line 87: | Line 112: | ||
"type": "string", | "type": "string", | ||
"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." | |||
}, | }, | ||
"exp": { | "exp": { | ||
Line 94: | Line 120: | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"default": "Experience | "default": "[[Party Experience]]", | ||
"example": "[[Party Experience|1500 XP]]" | |||
}, | |||
"treasure": { | |||
"label": "Treasure", | |||
"description": "Treasure obtained during the session.", | |||
"type": "string", | |||
"required": false, | |||
"default": "[[Party Treasure]]", | |||
"example": "[[Party Treasure|50 gold pieces, a magical ring]]" | |||
}, | }, | ||
"key_npcs": { | "key_npcs": { | ||
Line 101: | Line 136: | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"default": " | "default": "", | ||
"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." | |||
} | } | ||
} | } |
Latest revision as of 01:38, 29 March 2025
This template is used by all Session Summary pages to capture information from each session.
How to Use[edit source]
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 (e.g., Corsairs). Example: The Frozen North Campaign
- **session_date**: The date of the actual game session. Example: 15 March 2024
- **game_date**: The in-game date. Example: 10 Hammer CY 628
- **synopsis**: A brief one-sentence summary of the session. Example: The party rescued a trapped villager from a goblin ambush.
- **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.
- **exp**: Experience points earned during the session. Example: 1500 XP
- **treasure**: Treasure obtained during the session. Example: 50 gold pieces, a magical ring
- **key_npcs**: A list of prominent NPCs encountered during the session. Example: Goblin Chief, Villager rescued from cave
- **tasks**: A list of tasks or quests undertaken during the session. Example: Rescue the villager, explore the cave, find the hidden treasure.
- **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.
Session Details[edit source]
Session Date: | 04 May 2025 |
---|---|
Game Date: | 01 Fireseek CY 627 |
Session Summary[edit source]
Synopsis[edit source]
Add a concise one-sentence session highlight.
This Session[edit source]
Include a detailed (or not) turn summary in narrative form that summarizes the adventure highlights.
Session Results[edit source]
Experience[edit source]
The running tally of XP earned is found on the Party Experience page.
Treasure[edit source]
Tasks or Quests[edit source]
List of tasks or quests undertaken.
Rumors or Intelligence Gained[edit source]
Apparently nothing noteworthy this session...
NPC's of Note[edit source]
<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": "", "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>