Template:Dialogue option: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
mNo edit summary
m (Test)
Line 1: Line 1:
<includeonly>{{#arraydefine:tags|{{{tags|}}}|,}}{{#if:{{{tags|}}}|{{#arrayprint:tags||@|<nowiki>[</nowiki>{{uc:@}}<nowiki>]</nowiki>}}}}{{#if:{{{roll|}}}|<nowiki>[</nowiki>{{uc:{{{roll}}}}}<nowiki>]</nowiki>}}{{#if:{{{tags|}}}{{{rolls|}}}|&nbsp;}}{{{1|}}}{{#if:{{{dc|}}}|&nbsp;(DC {{{dc}}})}}</includeonly><noinclude>{{documentation|content=Used to Visually represent an in-game dialogue option.
<includeonly>{{#arraydefine:tags|{{{tags|}}}|,}}{{#if:{{{tags|}}}|{{#arrayprint:tags||@|<nowiki>[</nowiki>{{uc:@}}<nowiki>]</nowiki>}}}}{{#if:{{{roll|}}}|<nowiki>[</nowiki>{{uc:{{{roll}}}}}<nowiki>]</nowiki>}}{{#if:{{{tags|}}}{{{rolls|}}}|&nbsp;&nbsp;&nbsp;&nbsp;}}{{{1|}}}{{#if:{{{dc|}}}|&nbsp;(DC {{{dc}}})}}</includeonly><noinclude>{{documentation|content=Used to Visually represent an in-game dialogue option.


== Usage ==
== Usage ==

Revision as of 23:49, 30 July 2024

Template documentation

Used to Visually represent an in-game dialogue option.

Usage

{{Dialogue option|<dialogue text>|tags=<tags>|roll=<roll type>|dc=<difficulty class>}}

Examples

Example Markup Renders as
Basic usage
{{Dialogue option|I am confident you will survive this!|tags=bard|roll=deception|dc=15}}
[BARD][DECEPTION]    I am confident you will survive this! (DC 15)
Multiple tags
{{Dialogue option|Let me sing about our history|tags=Githyanki, Bard|roll=Performance|dc=10}}
[GITHYANKI][BARD][PERFORMANCE]    Let me sing about our history (DC 10)

Used to Visually represent an in-game dialogue option.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Dialogue text1

The text for the dialogue option

Stringrequired
Tagstags

Comma separated list of the tags you need to have to choose the dialogue option

Example
Barbarian, Bard, Githyanki
Stringsuggested
Roll typeroll

What skill or ability the dice roll is, if there is one

Example
Charisma, Wisdom, Persuasion, Deception, Intimidation
Stringsuggested
Difficulty Classdc

The Difficulty Class of the dice roll is, if there is one

Example
2, 10, 15, 20
Stringsuggested