Template:DialogueLine: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
| Line 8: | Line 8: | ||
<noinclude> | <noinclude> | ||
Example usage: <pre> | Example usage: <pre> | ||
SOLO: | |||
{{DialogueLine|???|"Tristy, I love you."}} | {{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."}} | |||
}} | |||
</pre> | </pre> | ||
''' | '''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 | |||
</noinclude> | </noinclude> | ||
Revision as of 13:05, 7 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