Difference between revisions of "Template:Transient extended infobox"

From Tokyo Afterschool Summoners
Jump to navigation Jump to search
(test)
Line 190: Line 190:
  {{#if: {{#var:base skill 1 subobj|}}
  {{#if: {{#var:base skill 1 subobj|}}
  |{{#show: {{#var:base skill 1 subobj}} |?Has preformatted English description |sep=<br> }}
  |{{#show: {{#var:base skill 1 subobj}} |?Has preformatted English description |sep=<br> }}
|{{#masterdata:SkillDescription|{{#masterdata:Skill|{{{base skill 1}}}|id:name}}}}
  }}
  }}
}}
}}
Line 223: Line 224:
  {{#if: {{#var:base skill 2 subobj|}}
  {{#if: {{#var:base skill 2 subobj|}}
  |{{#show: {{#var:base skill 2 subobj}} |?Has preformatted English description |sep=<br>}}
  |{{#show: {{#var:base skill 2 subobj}} |?Has preformatted English description |sep=<br>}}
|{{#masterdata:SkillDescription|{{#masterdata:Skill|{{{base skill 2}}}|id:name}}}}
  }}
  }}
}}
}}
Line 255: Line 257:
  {{#if: {{#var:base skill 3 subobj|}}
  {{#if: {{#var:base skill 3 subobj|}}
  |{{#show: {{#var:base skill 3 subobj}} |?Has preformatted English description |sep=<br>}}
  |{{#show: {{#var:base skill 3 subobj}} |?Has preformatted English description |sep=<br>}}
|{{#masterdata:SkillDescription|{{#masterdata:Skill|{{{base skill 3}}}|id:name}}}}
  }}
  }}
}}
}}
Line 287: Line 290:
  {{#if: {{#var:base skill 4 subobj|}}
  {{#if: {{#var:base skill 4 subobj|}}
  |{{#show: {{#var:base skill 4 subobj}} |?Has preformatted English description |sep=<br>}}
  |{{#show: {{#var:base skill 4 subobj}} |?Has preformatted English description |sep=<br>}}
|{{#masterdata:SkillDescription|{{#masterdata:Skill|{{{base skill 4}}}|id:name}}}}
  }}
  }}
}}
}}

Revision as of 04:42, 25 February 2019

Description

This templates creates an infobox and subobject for a Transient. Please do not directly invoke this template.

An example to feed override parameters (such as translation names) are:

{{#vardefine:transient en name|Name}}
{{#vardefine:transient en title|Title}}
{{#vardefine:transient availability|Available}}
{{#vardefine:transient acquisition|Gacha}}
{{#vardefine:transient en jingi|Charge Skill Name}}
{{#vardefine:transient species|Species}}
{{#vardefine:transient jp en research file|Translation for Japanese Research File}}

To invoke this template properly, use (after the vardefines):

{{#masterdata:Card|CARDID}}

Consult other transient pages for additional undocumented options.