Jump to content

Template:DialogueLine: Difference between revisions

From Cult of Flight Wiki
mNo edit summary
mNo edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
{| style="text-align: justify;color: white;margin-bottom 4px;margin-top: 15px;"  
<div style="text-align: justify; color: white; margin: 0; padding: 0;" cellspacing="0" cellpadding="0">'''> {{{1}}}''' <br> {{{2}}}</div> </includeonly>
|<br>'''> {{{1}}}'''  
|-
|{{{2}}}
|} </includeonly>


<noinclude>
<noinclude>
Example usage: <pre>
Example usage: <pre>
SOLO:
SOLO:
{{DialogueLine|???|"Tristy, I love you."}}
{{DialogueLine|NAME|Line.}}


WITH DIALOGUEBOX:
WITH DIALOGUEBOX:
Line 24: Line 20:
* only use this inside the DialogueBox template inside the 'content' parameter
* 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
*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, copy the invisible character in the next bullet point and paste it beside the content parameter:
*in case there is only 1 line for the first speaker please add a <nowiki><br></nowiki> beside the 'content' parameter
*ㅤ


</noinclude>
</noinclude>

Latest revision as of 02:38, 8 April 2026


Example usage:

SOLO:
{{DialogueLine|NAME|Line.}}

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