Difference between revisions of "Template:STDialogue/doc"

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

Revision as of 14:51, 14 August 2019

50px Documentation

Dialogue templates for stories.


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.

Parameters:

  1. Type
  2. Character
  3. Text


Example:

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


Story Outro

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

Parameters:

  1. Type


Example:

  • {{STDialogue|End}}


Dialogue Line


This generates a standard speech 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.

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.

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.

Parameters:

  1. Type


Example:

  • {{STDialogue|Scene}}