Template:CampaignFrame: Difference between revisions
From Velthuryn
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div class="campaign-frame"> | <div class="vh-campaign-frame"> | ||
== {{{ | <!-- Header --> | ||
<div class="vh-cf-header"> | |||
<h1 class="vh-cf-title">{{{title|Campaign Title}}}</h1> | |||
<div class="vh-cf-subtitle"> | |||
{{{subtitle|A Velthuryn campaign for Daggerheart}}} | |||
</div> | |||
<!-- Optional summary / hook line --> | |||
{{#if: {{{hook|}}} | | |||
<div class="vh-cf-hook"> | |||
{{{hook}}} | |||
</div> | |||
}} | |||
= | <div class="vh-cf-meta"> | ||
{{{ | {{{author|Author: Joe McMahoon}}} | ||
{{{system|System: Daggerheart}}} | |||
{{{complexity|⏺}}} | |||
</div> | |||
</div> | |||
= | <!-- Two column body --> | ||
<div class="vh-cf-body"> | |||
== | <!-- Left column --> | ||
{{{ | <div class="vh-cf-col vh-cf-col-left"> | ||
{{#if: {{{pitch|}}} | | |||
<h2>The Pitch</h2> | |||
<div class="vh-cf-text vh-cf-dropcap"> | |||
{{{pitch}}} | |||
</div> | |||
}} | |||
</div> <!-- end left column --> | |||
<!-- Right column --> | |||
<div class="vh-cf-col vh-cf-col-right"> | |||
== | {{#if: {{{toneandfeel|}}} | | ||
{{{ | <div class="vh-cf-callout"> | ||
<div class="vh-cf-callout-title">Tone & Feel</div> | |||
{{{toneandfeel}}} | |||
</div> | |||
}} | |||
= | {{#if: {{{themes|}}} | | ||
{{{ | <h3>Themes</h3> | ||
<div class="vh-cf-text"> | |||
{{{themes}}} | |||
</div> | |||
}} | |||
= | {{#if: {{{touchstones|}}} | | ||
<h3>Touchstones</h3> | |||
{{{ | <div class="vh-cf-text"> | ||
{{{touchstones}}} | |||
</div> | |||
}} | |||
</div> <!-- end right column --> | |||
=== | <div class=""> | ||
{{{ | {{#if: {{{overview|}}} | | ||
<h2>Overview</h2> | |||
<div class="vh-cf-text vh-cf-italics">If your group decides to play this campaign, give your players the following information before character creation.</div> | |||
<div class="vh-cf-text vh-cf-dropcap"> | |||
{{{overview}}} | |||
</div> | |||
}} | |||
</div> | |||
<!-- Two column body --> | |||
<div class="vh-cf-body"> | |||
<!-- Left column --> | |||
<div class="vh-cf-col vh-cf-col-left"> | |||
{{#if: {{{classes|}}} | | |||
<h2>Classes</h2> | |||
<div class="vh-cf-text vh-cf-dropcap"> | |||
{{{classes}}} | |||
</div> | |||
}} | |||
</div> <!-- end left column --> | |||
<!-- Right column --> | |||
<div class="vh-cf-col vh-cf-col-right"> | |||
== | {{#if: {{{player_principles|}}} | | ||
{{{ | <div class="vh-cf-callout"> | ||
<div class="vh-cf-callout-title">Player Principles</div> | |||
{{{player_principles}}} | |||
</div> | |||
}} | |||
== | {{#if: {{{gm_principles|}}} | | ||
{{{ | <div class="vh-cf-callout"> | ||
<div class="vh-cf-callout-title">GM Principles</div> | |||
{{{gm_principles}}} | |||
</div> | |||
}} | |||
</div> <!-- end right column --> | |||
=== | <!-- Two column body --> | ||
{{{ | <div class="vh-cf-body"> | ||
<!-- Left column --> | |||
<div class="vh-cf-col vh-cf-col-left"> | |||
{{#if: {{{distinctions|}}} | | |||
<h2>Distinctions</h2> | |||
<div class="vh-cf-text vh-cf-dropcap"> | |||
{{{distinctions}}} | |||
</div> | |||
}} | |||
</div> <!-- end left column --> | |||
<!-- Right column --> | |||
<div class="vh-cf-col vh-cf-col-right"> | |||
</div> | {{#if: {{{inciting_incident|}}} | | ||
<div class="vh-cf-callout"> | |||
<div class="vh-cf-callout-title">The Inciting Incident</div> | |||
{{{inciting_incident}}} | |||
</div> | |||
}} | |||
{{# | {{#if: {{{session_zero_qs|}}} | | ||
<div class="vh-cf-callout"> | |||
<div class="vh-cf-callout-title">Session Zero Questions/div> | |||
{{{session_zero_qs}}} | |||
</div> | |||
}} | |||
</div> <!-- end right column --> | |||
</div> <!-- end body --> | |||
</div> <!-- end frame wrapper --> | |||
</includeonly> | </includeonly> | ||
<noinclude> | |||
Documentation for using {{tl|CampaignFrame}}. | |||
</noinclude> | |||
Revision as of 14:21, 9 December 2025
Documentation for using Template:Tl.

