Difference between revisions of "Template:STDialogue/doc"

From Dragalia Lost Wiki
Jump to navigation Jump to search
Line 18: Line 18:
 
Example:
 
Example:
 
* <nowiki>{{STDialogue|Intro|Siren|Dragon Songstress}}</nowiki>
 
* <nowiki>{{STDialogue|Intro|Siren|Dragon Songstress}}</nowiki>
 +
<br>
 +
<div align="left" style="width:50%;margin: auto;">
 +
{{STDialogue|Intro|Siren|Dragon Songstress}}
 +
</div>
 
<br>
 
<br>
 
=== Story Outro ===
 
=== Story Outro ===
Line 27: Line 31:
 
Example:
 
Example:
 
* <nowiki>{{STDialogue|End}}</nowiki>
 
* <nowiki>{{STDialogue|End}}</nowiki>
 +
<br>
 +
<div align="left" style="width:50%;margin: auto;">
 +
{{STDialogue|End}}
 +
</div>
 
<br>
 
<br>
 
=== Dialogue Line ===
 
=== Dialogue Line ===
Line 38: Line 46:
 
Example:
 
Example:
 
* <nowiki>{{STDialogue|Line|Siren|This is a line of character dialogue.}}</nowiki>
 
* <nowiki>{{STDialogue|Line|Siren|This is a line of character dialogue.}}</nowiki>
 +
<br>
 +
<div align="left" style="width:50%;margin: auto;">
 +
{{STDialogue|Line|Siren|This is a line of character dialogue.}}
 +
</div>
 +
<br><br>
 +
<div align="left" style="width:50%;margin: auto;">
 +
{{STDialogue|Line|Siren|This is another line of character dialogue. I am testing the text wrapping with this, so it is longer than the other lines, but that's ok, we love it anyway.}}
 +
</div>
 
<br>
 
<br>
 
=== Dialogue Line (Unknown)===
 
=== Dialogue Line (Unknown)===
Line 49: Line 65:
 
Example:
 
Example:
 
* <nowiki>{{STDialogue|Line|???|This is a line of unknown character dialogue.}}</nowiki>
 
* <nowiki>{{STDialogue|Line|???|This is a line of unknown character dialogue.}}</nowiki>
 +
<br>
 +
<div align="left" style="width:50%;margin: auto;">
 +
{{STDialogue|Line|???|This is a line of unknown character dialogue.}}
 +
</div>
 
<br>
 
<br>
 
=== Aside/Informational Text ===
 
=== Aside/Informational Text ===
Line 59: Line 79:
 
Example:
 
Example:
 
* <nowiki>{{STDialogue|Aside|This is a piece of exposition. It is meant to provide some background on events leading up to the story, or thoughts on current events in the story.}}</nowiki>
 
* <nowiki>{{STDialogue|Aside|This is a piece of exposition. It is meant to provide some background on events leading up to the story, or thoughts on current events in the story.}}</nowiki>
 +
<br>
 +
<div align="left" style="width:50%;margin: auto;">
 +
{{STDialogue|Aside|This is a piece of exposition. It is meant to provide some background on events leading up to the story, or thoughts on current events in the story.}}
 +
</div>
 
<br>
 
<br>
 
=== Scene Transition ===
 
=== Scene Transition ===
Line 68: Line 92:
 
Example:
 
Example:
 
* <nowiki>{{STDialogue|Scene}}</nowiki>
 
* <nowiki>{{STDialogue|Scene}}</nowiki>
 +
<br>
 +
<div align="left" style="width:50%;margin: auto;">
 +
{{STDialogue|Scene}}
 +
</div>
 +
<br>
 
{{doc/end}}
 
{{doc/end}}

Revision as of 15:01, 14 August 2019

50px Documentation

Dialogue templates for stories.

Types:

  • Intro
  • End
  • Line
  • Aside
  • Scene



Character Intro

This generates an intro card for a character. Used when the game switches screens to show a character with their name and title.
Indicated with type: Intro

Parameters:

  1. Type
  2. Character
  3. Text


Example:

  • {{STDialogue|Intro|Siren|Dragon Songstress}}


Dragon Songstress
Siren


Story Outro

This generates an outro card for the story. Used at the end, if the story specifies "The End".
Indicated with type: End

Parameters:

  1. Type


Example:

  • {{STDialogue|End}}


The End


Dialogue Line


This generates a standard speech line.
Indicated with type: Line

Parameters:

  1. Type
  2. Character
  3. Text


Example:

  • {{STDialogue|Line|Siren|This is a line of character dialogue.}}







Dialogue Line (Unknown)


This generates a standard speech line from an unidentified speaker. ??? denotes an unknown character.
Indicated with type: Line

Parameters:

  1. Type
  2. Character
  3. Text


Example:

  • {{STDialogue|Line|???|This is a line of unknown character dialogue.}}




Aside/Informational Text


This generates a block of supplementary text, normally indicated in-game by a dimmed screen and white informational dialogue.
Indicated with type: Aside

Parameters:

  1. Type
  2. Text


Example:

  • {{STDialogue|Aside|This is a piece of exposition. It is meant to provide some background on events leading up to the story, or thoughts on current events in the story.}}




Scene Transition


This generates a transition break. Can be used when a story changes scenes via any means.
Indicated with type: Scene

Parameters:

  1. Type


Example:

  • {{STDialogue|Scene}}