Please join this new Discord server!

Merge notice

Difference between revisions of "Template:ClassStatTable Short"

From Etrian Odyssey Wiki
m
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable" style="width: 60%;"
<includeonly>{{#invoke:StatsTable|short}}</includeonly><noinclude>
! style="width: 9%;" | Lv.
! style="width: 13%;" | HP
! style="width: 13%;" | TP
! style="width: 13%;" | STR
! style="width: 13%;" | TEC
! style="width: 13%;" | VIT
! style="width: 13%;" | AGI
! style="width: 13%;" | LUC
{{#cargo_query:
table=ClassStats_{{{1|{{{game}}}}}}
|fields=level, hp, tp, strength, technique, vitality, agility, luck
|where=class_name="{{{2|{{{class}}}}}}" and (level=1 or (level % 10 = 0) or level={{{3|{{{max_level|99}}}}}})
|format=template
|template=ClassStatTable Short/Cell
}}
|}<noinclude>


{{doc}}
{{doc}}

Latest revision as of 00:26, 28 January 2019


This documentation has been transcluded from Template:ClassStatTable Short/doc.


Usage

Used to automatically generate shortened (every 10 levels) class stat tables, for use on the class' main page. The tables are generated based on the content of the stat data subpage for that class.

{{ClassStatTable Short|<game, all caps>|<class>|<max level, defaults to 99>|<min level, defaults to 1>}}