Jump to content

Template:DialogueLine: Difference between revisions

From Cult of Flight Wiki
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>
'''Note''': use this when there are multiple speakers like in the mirrors, and use it inside the 'content' parameter
'''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