Template:Phone history: Difference between revisions

From Tears of Themis Wiki
imported>Harmonea
(trying new format)
imported>Harmonea
m (syntax error)
Line 27: Line 27:
!style="background: #c0c0c0" width="60px"|[[File:Phone {{lc:{{{historyType|}}}}} icon.png|50px]]<br />{{{historyType|}}}
!style="background: #c0c0c0" width="60px"|[[File:Phone {{lc:{{{historyType|}}}}} icon.png|50px]]<br />{{{historyType|}}}
|style="border-right:0px; {{#ifeq:{{{historyType|}}}|Video Call| |display:none}}"|{{#ifeq:{{{historyType|}}}|Video Call|[[File:{{{icon|{{{name|{{ROOTPAGENAME}}}}} phone icon.png}}}|100px]]}}
|style="border-right:0px; {{#ifeq:{{{historyType|}}}|Video Call| |display:none}}"|{{#ifeq:{{{historyType|}}}|Video Call|[[File:{{{icon|{{{name|{{ROOTPAGENAME}}}}} phone icon.png}}}|100px]]}}
|style="border-left:0px; padding-right:20px"|{{#switch:{{{contact|}}}|Group=NXX Group Chat|#default{{{contact|}}}}}:<br/>{{{name|{{ROOTPAGENAME}}}}}
|style="border-left:0px; padding-right:20px"|{{#switch:{{{contact|}}}|Group=NXX Group Chat|#default={{{contact|}}}}}:<br/>{{{name|{{ROOTPAGENAME}}}}}
{{#if:{{{unlock|}}}|:''({{{unlock|}}})''}}
{{#if:{{{unlock|}}}|:''({{{unlock|}}})''}}
|}
|}

Revision as of 21:44, 5 November 2021

Template-info.png Documentation

Description

Template used to display a small header containing information about any phone history item (Texts, calls, messages) while also storing it to Cargo for querying on other pages. It also contains an invisible anchor to #PhoneItem_(name) for quick linking.

Usage

{{Phone history
|name=
|historyType=
|contact=
|unlock=
}}
  • The "name" field should display any label under which the call/message 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 "historyType" field should be one of the following if you'd like the call/message 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.
  • An optional "icon" field exists to override the default icon filename if needed (applies to video calls only).

Example

{{Phone history
|name=Sweet and Sour Pork
|historyType=Text Message
|contact=Artem
|unlock=After Story 3
}}
Phone text message icon.png
Text Message
Artem:
Sweet and Sour Pork
(After Story 3)
This template defines the table "PhoneHistory". View table.