Difference between revisions of "Template:STDialogue/doc"

From Dragalia Lost Wiki
Jump to navigation Jump to search
>Discoomastar
(Removing parts which were not necessary or which were not coded with responsive design in mind. It can be re-added once those are properly rewritten.)
 
(21 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{doc/start}}
 
{{doc/start}}
Dialogue templates for stories.
+
Dialogue templates for stories.<br><br>
 
+
Types:
 +
* Intro
 +
* End
 +
<br><br>
 +
=== 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.<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>
+
Indicated with type: Intro<br><br>
 
+
Parameters:
 +
# Type
 +
# Character
 +
# Text
 +
<br>
 +
Example:
 +
* <nowiki>{{STDialogue|Intro|Siren|Dragon Songstress}}</nowiki>
 +
<br>
 +
<div align="left" style="width:50%;margin: auto;">
 +
{{STDialogue|Intro|Siren|Dragon Songstress}}
 +
</div>
 +
<br>
 +
=== Story Outro ===
 
This generates an outro card for the story. Used at the end, if the story specifies "The End".<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>
+
Indicated with type: End<br><br>
 
+
Parameters:
This generates a standard speech line.<br>
+
# Type
<nowiki>{{STDialogue|Line|Siren|This is a line of character dialogue.}}</nowiki><br>
+
<br>
 
+
Example:
This generates a standard speech line from an unidentified speaker. ??? denotes an unknown character.<br>
+
* <nowiki>{{STDialogue|End}}</nowiki>
<nowiki>{{STDialogue|Line|???|This is a line of unknown character dialogue.}}</nowiki><br>
+
<br>
 
+
<div align="left" style="width:50%;margin: auto;">
This generates a block of supplementary text, normally indicated in-game by a dimmed screen and white informational dialogue.<br>
+
{{STDialogue|End}}
<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>
 
+
<br>
This generates a transition break. Can be used when a story changes scenes via any means.<br>
+
{{doc/end}}
<nowiki>{{STDialogue|Scene}}</nowiki><br>
 

Latest revision as of 23:50, 14 August 2019

50px Documentation

Dialogue templates for stories.

Types:

  • Intro
  • End



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