Template:Exploration POI: Difference between revisions

From Tears of Themis Wiki
imported>Harmonea
m (did I switch them...)
imported>Harmonea
m (Apparently this is the one time we don't escape pipes in parsers then)
Line 8: Line 8:
<div class="mw-collapsible-content">
<div class="mw-collapsible-content">
{{tab/start}}
{{tab/start}}
{{#if:{{{MCDialogue|}}}|{{tab/header{{!}}Artem}}
{{#if:{{{MCDialogue|}}}|{{tab/header|MC}}
{{{MCDialogue|}}}|{{tab/header|Artem}}
{{{artemDialogue|}}}
{{{artemDialogue|}}}


{{tab/header{{!}}Luke}}
{{tab/header|Luke}}
{{{lukeDialogue|}}}
{{{lukeDialogue|}}}


{{tab/header{{!}}Marius}}
{{tab/header|Marius}}
{{{mariusDialogue|}}}
{{{mariusDialogue|}}}


{{tab/header{{!}}Vyn}}
{{tab/header|Vyn}}
{{{vynDialogue|}}}|{{tab/header{{!}}MC}}
{{{vynDialogue|}}}}}
{{{MCDialogue|}}}}}


{{tab/end}}
{{tab/end}}

Revision as of 10:38, 2 January 2022

Template-info.png Documentation

Description

Used for RPG exploration points of interest with dialogue (such as A Love Poem to Skadi's Manor of Hermes). Creates a table row within a 3-column table.

Usage

{{Exploration POI
|room=
|requiredChar=     Optional; if absent, displays MC's icon
|item=
|notes=
|artemDialogue=
|lukeDialogue=
|mariusDialogue=
|vynDialogue=
|MCDialogue=       Optional; if present, suppresses display of the other four dialogue tabs
}}

Example

{{Exploration POI
|room=Descriptive Map Name
|requiredChar=Marius
|item=Short Item Description
|notes=Specific notes about where the POI is located go here
|artemDialogue=Hello!
|lukeDialogue=This
|mariusDialogue=Is!
|vynDialogue=An Example!
}}
{{Exploration POI
|room=Descriptive Map Name
|item=Short Item Description
|notes=Specific notes about where the POI is located go here
|MCDialogue=Hi!
}}
Location Point of interest Notes and Dialogue

Descriptive Map Name Marius Explore head.png
Short Item Description
Specific notes about where the POI is located go here
Dialogue
Artem

This

Luke

Hello!

Marius

An Example!

Vyn

Is!

Descriptive Map Name MC Explore head.png
Short Item Description
Specific notes about where the POI is located go here
Dialogue
MC

Hi!