Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Dialogue start: Difference between revisions

Template page
Remove unsupported parser functions and finalize fillable template rendering
Keep collapsed dialogue titles visible
 
Line 1: Line 1:
<includeonly><div class="hw-dialogue {{{class|}}}" lang="{{{language|en}}}">
<includeonly><div class="hw-dialogue" lang="{{{language|en}}}">
<div class="hw-dialogue-title">{{{title|Dialogue}}}</div></includeonly><noinclude>
<div class="hw-dialogue-title">{{{title|Dialogue}}}</div>
<div class="hw-dialogue-body {{{class|}}}"></includeonly><noinclude>
Starts a styled dialogue tree. Close every use with {{Dialogue end}}.
Starts a styled dialogue tree. Close every use with {{Dialogue end}}.



Latest revision as of 09:53, 28 July 2026

Starts a styled dialogue tree. Close every use with .

Usage

{{Dialogue start|title=First Meeting|language=en}}
:'''Khasuhaa:''' Welcome, cultivator.
:{{Dialogue choice|Who are you?}}
::'''Khasuhaa:''' A guide, for now.
{{Dialogue end}}

Add |class=mw-collapsible mw-collapsed when the dialogue should start collapsed.

Contents