Template:TabbedDialogue

From Book of Travels Wiki
Jump to navigation Jump to search

Tabbed Dialogue Tables

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Content1 content

The content of the tabber

Unbalanced wikitextoptional
Template-info.svg Documentation

A template to streamline putting QuoteTables into a Collapsible <tabber/>

This template uses nested TabbedDialogue Tabs with further nested TabbedDialogue Contents to generate the structure for the tabbed tables.

Usage

{{TabbedDialogue|
{{TabbedDialogue Tab
  |In the day
  |{{TabbedDialogue Content|upon seeing you | good day}}
   {{TabbedDialogue Content|upon leaving | good '''day'''}}
}}
{{TabbedDialogue Tab
  |In the night
  |{{TabbedDialogue Content|upon seeing you | good evening}}
   {{TabbedDialogue Content|upon leaving | good night!}}
}}
}}
results in:

Dialogue conditions Dialogue
upon seeing you good day
upon leaving good day

Dialogue conditions Dialogue
upon seeing you good evening
upon leaving good night!


NOTE: These templates are nested, not stacked! TabbedDialogue Tab goes inside of the template call for TabbedDialogue, and TabbedDialogue Content goes inside of the template call for TabbedDialogue Tab