Template:TechDataName

From Terra Invicta Official Wiki

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

Note: Inefficient if used several times in a page.

Usage

For example:

{{TechDataName|Z-Pinch Techniques}}

will return "ZPinchTechniques", the Data Name for the Tech whose Display Name is "Z-Pinch Techniques".

Updating This Template

To update this template, simply perform the following steps:

  1. Open the file
     TITechTemplate.en 
    , which is located in
     \Terra Invicta\TerraInvicta_Data\StreamingAssets\Localization\en 
  2. Do a search for every line that starts with
    TITechTemplate.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. Do a search and replace to replace every
    TITechTemplate.displayName.
    with
    |
    , except for those instances inside these instructions.
  5. Swap all values to the other side of the =.