Template:Quest Lead: Difference between revisions
Jump to navigation
Jump to search
Created Quest Lead template for tracking quest hints and rumors |
Fixed conditional syntax for proper rendering |
||
| Line 7: | Line 7: | ||
<div style="margin-top: 15px;"> | <div style="margin-top: 15px;"> | ||
''Source:'' {{{source|}}} | |||
''What's Known:'' | |||
{{{whats_known|}}} | {{{whats_known|}}} | ||
''Potential Leads:'' | |||
{{{potential_leads|}}} | {{{potential_leads|}}} | ||
{{#if: {{{related_entities|}}} | | {{#if: {{{related_entities|}}} | ''Related Entities:'' | ||
{{{related_entities}}} }} | |||
{{{related_entities | |||
{{#if: {{{sessions|}}} | | {{#if: {{{sessions|}}} | ''Sessions Mentioned:'' | ||
{{{sessions}}} }} | |||
{{{sessions | |||
</div> | </div> | ||
</div> | </div> | ||
| Line 35: | Line 31: | ||
| whats_known = Current information the party has | | whats_known = Current information the party has | ||
| potential_leads = Where to investigate or what to do next | | potential_leads = Where to investigate or what to do next | ||
| related_entities = NPCs, locations, factions, items involved | | related_entities = NPCs, locations, factions, items involved (optional) | ||
| sessions = Session links where this was mentioned | | sessions = Session links where this was mentioned (optional) | ||
}} | }} | ||
</pre> | </pre> | ||
''Notes:'' | |||
* The related_entities and sessions parameters are optional | |||
* If not provided or left empty, those sections will not display | |||
* Use bullet points (* ) for multi-line content | |||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 18:46, 17 January 2026
🔍 Quest Lead
Source:
What's Known:
Potential Leads:
Usage
{{Quest Lead
| summary = Brief description of the quest lead
| source = Where/when the party learned about this
| whats_known = Current information the party has
| potential_leads = Where to investigate or what to do next
| related_entities = NPCs, locations, factions, items involved (optional)
| sessions = Session links where this was mentioned (optional)
}}
Notes:
- The related_entities and sessions parameters are optional
- If not provided or left empty, those sections will not display
- Use bullet points (* ) for multi-line content