Template:Technique Infobox/doc

From Official Temtem Wiki
Jump to navigation Jump to search
Template-info.png Documentation

This template provides a uniform design for Technique pages.

Usage[edit]

{{Technique Infobox
| name = 
| image = 
| type = 
| class = 
| damage = 
| stamina = 
| hold = 
| priority = 
| targeting = 
| synergyImage = 
| synergy_description = 
| synergy_type = 
| synergy_class = 
| synergy_damage = 
| synergy_sta = 
| synergy_hold = 
| synergy_priority = 
| synergy_effects = 
}}

Parameters[edit]

name
Optional. Self explanatory. When not used, automatically takes the page-name.
image
This is where you would link the MP4 of the animation of the technique. If nothing is given, it returns the Temtem question mark. It is strongly suggested that an MP4 file is used/uploaded.
type
The type of the technique.
class
The class the technique falls into (i.e. Special, Physical, Status).
damage
The damage done by the technique. If no damage provided, defaults to zero.
stamina
Stamina cost of the technique.
hold
Hold amount for the technique. If no hold provided, defaults to None.
priority
The priority of the technique.
targeting
What the technique is allowed to target. Keywords are:
  • self: Targets user
  • onetarget: Targets any Temtem
  • oneteam: Targets either the enemy or user's team
  • otherteamorally: Targets either the ally or the enemy team
  • othertarget: Targets any Temtem other than the user
  • all: Targets all Temtem in the field
  • others: Targets all other Temtem on the battlefield
synergyImage
The animation that plays when the technique activates its synergy. Will not appear if nothing is entered.
synergy_description
The description the techniques synergy has, if any. Will not appear if nothing is entered.
synergy_type
Type of the technique synergy. Must be filled in for the synergy section to appear.
synergy_class
The class the technique becomes when the synergy activates. Will not appear if nothing is entered.
synergy_damage
The base damage the synergy has. Will not appear if nothing is entered.
synergy_sta
The amount of stamina the technique will use when the synergy activates. Will not appear if nothing is entered.
synergy_hold
The change in hold the technique will have when the synergy activates. Will not appear if nothing is entered.
synergy_priority
The new priority the technique has when the synergy activates. Will not appear if nothing is entered.
synergy_effect
A short description of the effect of synergy in this technique. (An Example would me Slow Down adds +3 turn Sleep) Will not appear if nothing is entered.

Example[edit]

Crystal Dust
Unknown.png
???
Technique Details
Type Crystal
Class Special
Damage 60
STA Cost 11
Hold 0
Priority 3_High
Targeting Single Other Target
Synergy Details
Synergy Wind
Damage 80
Priority 4_VeryHigh
{{Technique Infobox
| name = Crystal Dust
| type = Crystal
| class = Special
| damage = 62
| stamina = 11
| hold = 0
| priority = 3
| targeting = othertarget
| synergy_type = Wind
| synergy_damage = 80
| synergy_priority = 4
}}

Produces: (Infobox on the right)