helialprofile.png
Welcome to IOPWiki, Commander.
We are lacking editors focused on Girls' Frontline and Girls' Frontline 2. You can contribute without an account. Learn how to contribute and join our Discord server.

Difference between revisions of "Template:EnemyUnitStats/doc"

Welcome to IOP Wiki. This website is maintained by the Girls' Frontline community and is free to edit by anyone.
Jump to navigation Jump to search
(Initial setup)
 
m (Removed syntax highlighting)
Line 3: Line 3:
  
 
==Usage==
 
==Usage==
Syntax: <source lang="wiki+smarty">{{EnemyUnitStats
+
Syntax: <pre><nowiki>{{EnemyUnitStats
 
|title=Title of the stats (unit name/variant)
 
|title=Title of the stats (unit name/variant)
 
|max_hp=1000
 
|max_hp=1000
Line 14: Line 14:
 
|penetration=7
 
|penetration=7
 
|comment=Some text
 
|comment=Some text
}}</source>
+
}}</nowiki></pre>
  
 
If <code><nowiki>comment</nowiki></code> is left unset or empty, the whole comment-row will not be shown.
 
If <code><nowiki>comment</nowiki></code> is left unset or empty, the whole comment-row will not be shown.

Revision as of 23:22, 20 June 2018

This template provides a simple table with several values describing the stats of an enemy unit.

Usage

Syntax:

{{EnemyUnitStats
|title=Title of the stats (unit name/variant)
|max_hp=1000
|dmg=1
|eva=2
|acc=3
|rof=4
|mov=5
|armor=6
|penetration=7
|comment=Some text
}}

If comment is left unset or empty, the whole comment-row will not be shown.