Template:DialogueLine: Difference between revisions
Appearance
mNo edit summary |
div |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div style="text-align: justify; color: white; margin: 0; padding: 0;" cellspacing="0" cellpadding="0">'''> {{{1}}}''' <br> {{{2}}}</div> </includeonly> | |||
<noinclude> | <noinclude> | ||
Revision as of 02:26, 8 April 2026
Example usage:
SOLO:
{{DialogueLine|???|"Tristy, I love you."}}
WITH DIALOGUEBOX:
{{DialogueBox
|id=ExampleID
|name=ExampleName
|line=ExampleLine
|content=ExampleContent
{{DialogueLine|???|"Tristy, I love you."}}
{{DialogueLine|???|"That's crazy."}}
}}
Notes:
- only use this inside the DialogueBox template inside the 'content' parameter
- this is for instances where there are multiple speakers in one object like the mirrors
- in case there is only 1 line for the first speaker please add a <br> beside the 'content' parameter