- {{{1}}}: ‘{{{2}}}’
{{{3}}}: ‘{{{4}}}’
{{{5}}}: ‘{{{6}}}’
{{{7}}}: ‘{{{8}}}’
{{{9}}}: ‘{{{10}}}’
- Syntax
{{Dialogue|<First person>|<First person's text>|<second person>|<second person's text>}}
It is important not to use breaks in the syntax of this template, as seen in the example below.
Example
- Code
{{Dialogue|first person|fp quote|second person|sp quote|third person|tp quote}}
- Result
- first person: ‘fp quote’
second person: ‘sp quote’
third person: ‘tp quote’
- Code (wrong syntax)
{{Dialogue
|first person|fp quote
|second person|sp quote
|third person|tp quote
}}
- Result
- first person: ‘fp quote
’
second person: ‘sp quote ’
third person: ‘tp quote ’