Template:MissionDisplayName

From Terra Invicta Official Wiki
Revision as of 04:07, 13 June 2025 by Redwah (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A template for converting Mission Data Names into Mission Display Names.

Usage

For example:

{{MissionDisplayName|Propaganda}}

will return "Public Campaign", the Display Name for the mission whose Data Name is "Propaganda".

Updating This Template

To update this template, simply perform the following steps:

  1. Open the file
     TIMissionTemplate.en 
    , which is located in
     \Terra Invicta\TerraInvicta_Data\StreamingAssets\Localization\en 
  2. Do a search for every line that starts with
    TIMissionTemplate.displayName.
  3. Copy every line found, and paste it into this wiki page, replacing everything after the line
    <includeonly>{{#switch:{{{1}}}
    , up until the line
    }}</includeonly><noinclude> 
  4. Finally do a search and replace to replace every
    TIMissionTemplate.displayName.
    with
    |
    , except for those instances inside these instructions.