Please join this new Discord server!

Merge notice

Difference between revisions of "Template:ClassStatTable Short"

From Etrian Odyssey Wiki
m
m
Line 11: Line 11:
table=ClassStats_{{{1|{{{game}}}}}}
table=ClassStats_{{{1|{{{game}}}}}}
|fields=level, hp, tp, strength, technique, vitality, agility, luck
|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}}}}}})
|where=class_name="{{{2|{{{class}}}}}}" and (level=1 or (level % 10 = 0) or level = {{{3|{{{max_level|99}}}}}}) and level <= {{{3|{{{max_level|99}}}}}}
|format=template
|format=template
|template=ClassStatTable Short/Cell
|template=ClassStatTable Short/Cell

Revision as of 01:24, 14 January 2019

Lv. HP TP STR TEC VIT AGI LUC
Error: Table ClassStats_{{{game}}} not found.

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>}}