Template:Voiceover/doc

From Sea of Thieves Wiki
Jump to navigation Jump to search
Template-info.png Documentation

This template renders a box emulating the subtitles for NPC voiceovers.

Parameter Data type Values Notes
opening String The opening text displayed at un the uncollapsed section. This is typically the NPC's name.
action# String For when a NPC performs an action such as performing a spell. This is not typically noted in-game, but provides further insight to the scene for the reader.
name# String To display a speaking NPC's name. NOT required for first block of text if "opening" has been used.
option# String For when a player's action is required to further the voiceover (Ex. After eating a banana).
text# String Voiceover text.

NOTE: For NPC Dialogues, use Template:Dialogue. See Template page for usage, documentation, and examples.

TIP: Use <br> for breaks between lines. A line consists of any text that appears on screen together.

Usage

Used for NPC voiceovers & monologues, indicated by the in-game subtitles.

{{voiceover
| opening= Mysterious Stranger
| text1= One moment. You'd do well to heed my warning, for this is no ordinary voyage you're contemplating! <br/>
It tells of his first ship, the Magpie's Wing and the journey he took to find the mythical [[Shroudbreaker]]- <br/>
The only way to part the fog and reach the Shores of Gold!
| option2= After handing in the Shroudbreaker.
| name2= Mysterious Stranger
| text2= Oh. Shiny.
| action3= (examines artefact)
| text3= You have done well to make it this far, pirate.
}}

Will display as:

Mysterious Stranger

One moment. You'd do well to heed my warning, for this is no ordinary voyage you're contemplating!
It tells of his first ship, the Magpie's Wing and the journey he took to find the mythical Shroudbreaker-
The only way to part the fog and reach the Shores of Gold!

After handing in the Shroudbreaker.

Mysterious Stranger

Oh. Shiny.

(examines artefact)

You have done well to make it this far, pirate.

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.