Template:Choice Character

From Twisted Wonderland Wiki
Jump to navigation Jump to search

Used with Template:Choices and Template:Choice Text to structure choice pathing in story pages

How to Use

{{Choice Character
|Chara 1 = Choice 1 Character (optional)
|Chara 2 = Choice 2 Character (optional)
|# = use if there are multiple choices in page
}}

Example

With Template:Choices and Text, 2 Paths

Choice 1: Option 1 Choice 2: Option 2
Story Grim.png
Grim
Grim
Story Grim.png
colspan="2" Path 1
{| class="storytable"
| class="choice" colspan="2" |{{Choices|Choice # = 1|Text = Option 1|# = 1}}
| class="choice" width="50%" |{{Choices|Choice # = 2|Text = Option 2|# = 1}}
|-
| style="width:150px;" |{{Choice Character|Chara 1 = Grim|Chara 2 = Crowley|# = 1}}
| colspan="2" |{{Choice Text|Text 1 = Path 1|Text 2 = Path 2|# = 1}}
|-
|}

With Template:Choices and Text, Only 1 Path

Choice 1: Option 1 Choice 2: Option 2
Story Grim.png
Grim
Grim
Story Grim.png
colspan="2" Path 1
Story Crowley.png
Crowley
Crowley
Story Crowley.png
Converge
{| class="storytable"
| class="choice" colspan="2" |{{Choices|Choice # = 1|Text = Option 1|# = 2}}
| class="choice" width="50%" |{{Choices|Choice # = 2|Text = Option 2|# = 2}}
|-
| style="width:150px;" |{{Choice Character|Chara 1 = Grim|# = 2}}
| colspan="2" |{{Choice Text|Text 1 = Path 1|# = 2}}
|-
|{{Story Character|Crowley}}
| colspan="2" |Converge
|}
Choice 1: Option 1 Choice 2: Option 2
colspan="2"
Story Crowley.png
Crowley
Crowley
Story Crowley.png
Converge
{| class="storytable"
| class="choice" colspan="2" |{{Choices|Choice # = 1|Text = Option 1|# = 3}}
| class="choice" width="50%" |{{Choices|Choice # = 2|Text = Option 2|# = 3}}
|-
| style="width:150px;" |{{Choice Character|Chara 2 = Grim|# = 3}}
| colspan="2" |{{Choice Text|Text 2 = Path 2|# = 3}}
|-
|{{Story Character|Crowley}}
| colspan="2" |Converge
|}

For NPC Characters

  • Since this template can't be used on the same line as Template:Choice Text, instead you use 2 one path rows to give the same effect.
Choice 1: Option 1 Choice 2: Option 2
Story Grim.png
Grim
Grim
Story Grim.png
colspan="2" Path 1
class="character" colspan="2"
Story Crowley.png
Crowley
Crowley
Story Crowley.png
Converge
{| class="storytable"
| class="choice" colspan="2" |{{Choices|Choice # = 1|Text = Option 1|# = 4}}
| class="choice" width="50%" |{{Choices|Choice # = 2|Text = Option 2|# = 4}}
|-
| style="width:150px;" |{{Choice Character|Chara 1 = Grim|# = 4}}
| colspan="2" |{{Choice Text|Text 1 = Path 1|# = 4}}
|-
| class="character"|{{Choice Text|Text 2 = NPC|# = 4}}
| colspan="2" |{{Choice Text|Text 2 = Path 2|# = 4}}
|-
|{{Story Character|Crowley}}
| colspan="2" |Converge
|}

Template Data

Used alongside the Choices and Choice Text templates to structure pathing in story pages

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Choice 1 characterChara 1

The character who appears in the first choice

Linesuggested
Choice 2 characterChara 2

The character who appears in the second choice

Unknownsuggested
Choice number#

Specifies which choice in the story page this corresponds to

Auto value
1
Numberrequired