Difference between revisions of "Template:STDialogue/doc"

From Dragalia Lost Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
Dialogue templates for stories.
 
Dialogue templates for stories.
  
This generates an intro card for a character. Used when the game switches screens to show a character with their name and title.<br>
+
<br>This generates an intro card for a character. Used when the game switches screens to show a character with their name and title.<br>
<nowiki>{{STDialogue|Intro|Siren|Dragon Songstress}}</nowiki>
+
Parameters: Type, Character, Text<br>
 +
* <nowiki>{{STDialogue|Intro|Siren|Dragon Songstress}}</nowiki>
  
This generates an outro card for the story. Used at the end, if the story specifies "The End".<br>
+
<br>This generates an outro card for the story. Used at the end, if the story specifies "The End".<br>
<nowiki>{{STDialogue|End}}</nowiki><br>
+
Required Parameters: Type<br>
 +
* <nowiki>{{STDialogue|End}}</nowiki>
  
This generates a standard speech line.<br>
+
<br>This generates a standard speech line.<br>
<nowiki>{{STDialogue|Line|Siren|This is a line of character dialogue.}}</nowiki><br>
+
Parameters: Type, Character, Text<br>
 +
* <nowiki>{{STDialogue|Line|Siren|This is a line of character dialogue.}}</nowiki>
  
This generates a standard speech line from an unidentified speaker. ??? denotes an unknown character.<br>
+
<br>This generates a standard speech line from an unidentified speaker. ??? denotes an unknown character.<br>
<nowiki>{{STDialogue|Line|???|This is a line of unknown character dialogue.}}</nowiki><br>
+
Parameters: Type, Character, Text<br>
 +
* <nowiki>{{STDialogue|Line|???|This is a line of unknown character dialogue.}}</nowiki>
  
This generates a block of supplementary text, normally indicated in-game by a dimmed screen and white informational dialogue.<br>
+
<br>This generates a block of supplementary text, normally indicated in-game by a dimmed screen and white informational dialogue.<br>
<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>
+
Parameters: Type, Text<br>
 +
* <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>
  
This generates a transition break. Can be used when a story changes scenes via any means.<br>
+
<br>This generates a transition break. Can be used when a story changes scenes via any means.<br>
<nowiki>{{STDialogue|Scene}}</nowiki>
+
Parameters: Type<br>
 +
* <nowiki>{{STDialogue|Scene}}</nowiki>
 
{{doc/end}}
 
{{doc/end}}

Revision as of 14:45, 14 August 2019

50px Documentation

Dialogue templates for stories.


This generates an intro card for a character. Used when the game switches screens to show a character with their name and title.
Parameters: Type, Character, Text

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


This generates an outro card for the story. Used at the end, if the story specifies "The End".
Required Parameters: Type

  • {{STDialogue|End}}


This generates a standard speech line.
Parameters: Type, Character, Text

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


This generates a standard speech line from an unidentified speaker. ??? denotes an unknown character.
Parameters: Type, Character, Text

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


This generates a block of supplementary text, normally indicated in-game by a dimmed screen and white informational dialogue.
Parameters: Type, Text

  • {{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.}}


This generates a transition break. Can be used when a story changes scenes via any means.
Parameters: Type

  • {{STDialogue|Scene}}