Template:Choice Text

From Twisted Wonderland Wiki
Jump to navigation Jump to search

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

How to Use

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

Example

With Template:Choices and Character, 2 Paths

Choice 1: Option 1 Choice 2: Option 2
Story Grim.png
Grim
Grim
Story Grim.png
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}}
{{Choice Text|Text 1 = Path 1|Text 2 = Path 2|# = 1}}
|-
|}

With Template:Choices and Character, Only 1 Path

Choice 1: Option 1 Choice 2: Option 2
Story Grim.png
Grim
Grim
Story Grim.png
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
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}}
{{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 Character, instead you use 2 one path rows to give the same effect.
class="character"|
Choice 1: Option 1 Choice 2: Option 2
Story Grim.png
Grim
Grim
Story Grim.png
Path 1
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}}
{{Choice Text|Text 1 = Path 1|# = 4}}
|-
| class="character"|{{Choice Text|Text 2 = NPC|# = 4}}
{{Choice Text|Text 2 = Path 2|# = 4}}
|-
|{{Story Character|Crowley}}
| colspan="2" |Converge
|}

Template Data

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

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Text 1Text 1

The text corresponding to the first option in the choice

Auto value
Stringsuggested
Text 2Text 2

The text corresponding to the second option in the choice

Stringsuggested
Choice number#

Specifies which choice in the story page this corresponds to

Auto value
1
Numberrequired