Template:Session: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
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 = 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. | |||
}} | |||
</pre> | |||
Replace the placeholder values with the actual information from your session. | |||
</noinclude> | </noinclude> | ||
__NOTOC__ | __NOTOC__ | ||
{{Special:Whatlinkshere/{{PAGENAME}}}} | {{Special:Whatlinkshere/{{PAGENAME}}}} | ||
[[Category:{{{campaign|Corsairs}}} Campaign]] | [[Category:{{{campaign|Corsairs}}} Campaign]] | ||
[[Category:Session Summary]] | |||
= | <div style="font-family: serif, 'Times New Roman', Times, Baskerville, Georgia, serif; line-height: 1.6; margin: 20px;"> | ||
= | <h1 style="text-align: center; margin-bottom: 20px;">Session Summary</h1> | ||
<table style="width: 100%; border-collapse: collapse; margin-bottom: 20px;"> | |||
<tr> | |||
<td style="width: 50%; padding: 8px; border: 1px solid #ddd;"><strong>Session Date:</strong> {{{session_date|01 January 2020}}}</td> | |||
<td style="width: 50%; padding: 8px; border: 1px solid #ddd;"><strong>Game Date:</strong> {{{game_date|01 Fireseek CY 627}}}</td> | |||
</tr> | |||
</table> | |||
<h2 style="margin-bottom: 10px;">Synopsis</h2> | |||
<p style="margin-bottom: 20px;">{{{synopsis|Add a concise one-sentence session highlight.}}}</p> | |||
= | <h2 style="margin-bottom: 10px;">This Session</h2> | ||
<p style="margin-bottom: 20px;">{{{summary|Detailed turn summary text goes here.}}}</p> | |||
= | <h2 style="margin-bottom: 10px;">Session Results</h2> | ||
== | <h3 style="margin-bottom: 5px;">Experience</h3> | ||
{{{ | <p style="margin-bottom: 10px;">{{{exp|[[Party Experience]]}}}</p> | ||
<h3 style="margin-bottom: 5px;">Treasure</h3> | |||
<p style="margin-bottom: 10px;">{{{treasure|[[Party Treasure]]}}}</p> | |||
<h3 style="margin-bottom: 5px;">NPCs of Note</h3> | |||
<p style="margin-bottom: 10px;">{{{key_npcs|[[NPC Name 1]], [[NPC Name 2]]}}}</p> | |||
== | <h3 style="margin-bottom: 5px;">Tasks or Quests</h3> | ||
<p style="margin-bottom: 10px;">{{{tasks|List of tasks or quests undertaken.}}}</p> | |||
= | <h3 style="margin-bottom: 5px;">Rumors or Intelligence Gained</h3> | ||
<p style="margin-bottom: 10px;">{{{rumors|Rumors and intelligence gathered during the session.}}}</p> | |||
= | |||
{{{ | |||
</div> | </div> | ||
Line 64: | Line 80: | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"default": " | "default": "01 January 2020" | ||
}, | }, | ||
"game_date": { | "game_date": { | ||
Line 71: | Line 87: | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"default": " | "default": "01 Fireseek CY 627" | ||
}, | }, | ||
"synopsis": { | "synopsis": { | ||
Line 92: | Line 108: | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"default": "Experience | "default": "[[Party Experience]]" | ||
}, | |||
"treasure": { | |||
"label": "Treasure", | |||
"description": "Treasure obtained during the session.", | |||
"type": "string", | |||
"required": false, | |||
"default": "[[Party Treasure]]" | |||
}, | }, | ||
"key_npcs": { | "key_npcs": { | ||
Line 99: | Line 122: | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"default": " | "default": "[[NPC Name 1]], [[NPC Name 2]]" | ||
}, | |||
"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." | |||
}, | |||
"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." | |||
} | } | ||
} | } |
Revision as of 21:39, 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 Summary
Session Date: 01 January 2020 | Game Date: 01 Fireseek CY 627 |
Synopsis
Add a concise one-sentence session highlight.
This Session
Detailed turn summary text goes here.
Session Results
Experience
Treasure
NPCs of Note
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" }, "session_date": { "label": "Session Date", "description": "The date of the actual game session.", "type": "string", "required": false, "default": "01 January 2020" }, "game_date": { "label": "Game Date", "description": "The in-game date.", "type": "string", "required": false, "default": "01 Fireseek CY 627" }, "synopsis": { "label": "Synopsis", "description": "A brief one-sentence summary of the session.", "type": "string", "required": false, "default": "Add a concise one-sentence session highlight." }, "summary": { "label": "Summary", "description": "A detailed summary of the session's events.", "type": "string", "required": false, "default": "Detailed turn summary text goes here." }, "exp": { "label": "Experience", "description": "Experience points earned during the session.", "type": "string", "required": false, "default": "Party Experience" }, "treasure": { "label": "Treasure", "description": "Treasure obtained during the session.", "type": "string", "required": false, "default": "Party Treasure" }, "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" }, "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." }, "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." } }
} </templatedata>