- Character A
- @candidate.CharacterAName
- Character B
- @candidate.CharacterBName
- First seen
- @Display(candidate.FirstAppearance)
- Last seen
- @Display(candidate.LastAppearance)
- Existing match
- @(candidate.ExistingRelationshipLabel ?? "None")
@if (!string.IsNullOrWhiteSpace(candidate.ExampleScene))
{
Example scene
@candidate.ExampleScene
}
@if (!string.IsNullOrWhiteSpace(candidate.ExampleContext))
{
Supporting context
@candidate.ExampleContext
}
@if (candidate.IsExistingMatch)
{
Possible existing relationship
@candidate.CharacterAName and @candidate.CharacterBName may already have a relationship in PlotDirector. Choose whether to link them or create a separate relationship.
}
Story Intelligence observation
@candidate.RelationshipType
@if (!string.IsNullOrWhiteSpace(candidate.ExampleContext))
{
Evidence
@candidate.ExampleContext
}