Template:Phone history/doc

From Tears of Themis Wiki
< Template:Phone history
Revision as of 17:49, 5 November 2021 by imported>Harmonea (Created page with "{{doc/start}} ==Description== Template used to display a script of any phone history item (Texts, calls, messages) using Template:Script while also storing information abo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Template-info.png Documentation

Description

Template used to display a script of any phone history item (Texts, calls, messages) using Template:Script while also storing information about the it to Cargo for querying on other pages.

Usage

{{Phone history
|name=
|icon=
|historyType=
|contact=
|unlock=
|script=
}}
  • The "name" field should display any label under which the call is stored in the phone object. For Video Calls this is typically the card name (when the call is attached to a card). For Text Messages, this is the "topic" tab.
  • The "icon" field is optional and intended for use with video calls.
  • The "historyType" field should be one of the following if you'd like the script to go through to the Phone page:
    • Text Message
    • Video Call
    • Voice Call
    • Voice Message
  • The "contact" field is the male lead involved in the call or message.
  • The "unlock" field is optional and should contain any information about how to unlock the call or message other than the name of the card or story.
  • The "script" field should contain the script of the call or message using Template:SL and Template:SC as needed.

Example

{{Phone history
|name=Sweet and Sour Pork
|icon=
|historyType=Text Message
|contact=Artem
|unlock=After Story 3
|script=
{{SL|You|Mr. Wing, can you teach me how to make sweet and sour pork?}}
{{SL|Artem|Why are you asking about that all of a sudden?}}
}}
Text Message: Sweet and Sour Pork (After Story 3)

You: Mr. Wing, can you teach me how to make sweet and sour pork?

Artem: Why are you asking about that all of a sudden?

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