Template:Race info table: Difference between revisions
B4ttl3m4st3r (talk | contribs) No edit summary |
No edit summary |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<templatestyles src="Race info table/styles.css" /> | |||
<table class="root"> | |||
<tr><th colspan="3" style="font-size:20px;">{{{name}}}</td></tr> | |||
<tr><th colspan="3">[[File:{{{img}}}|100px|thumb|center]]</th></tr> | |||
<tr><td colspan="3" style="text-align:center;"><small>{{{caption}}}</small></td></tr> | |||
<tr><th>Icon</th><td colspan="3">{{{icon}}}</td></tr> | |||
<tr><th>Name</th><td colspan="3">{{{name}}}</td></tr> | |||
<tr><th rowspan="4">Base Attributes</th> | |||
<th>VIT</th><td style="text-align:center;">{{{vit}}}</td></tr> | |||
<tr><th>DEX</th><td style="text-align:center;">{{{dex}}}</td></tr> | |||
<tr><th>INT</th><td style="text-align:center;">{{{int}}}</td></tr> | |||
<tr><th>STR</th><td style="text-align:center;">{{{str}}}</td></tr> | |||
<tr><th>Available classes</th><td colspan="3">{{{availableClasses}}}</td></tr> | |||
</table> | |||
<noinclude> | <noinclude> | ||
This is the "Race info table" template. | This is the "Race info table" template. | ||
Line 7: | Line 22: | ||
|img= | |img= | ||
|caption= | |caption= | ||
| | |icon= | ||
|vit= | |vit= | ||
|dex= | |dex= | ||
Line 16: | Line 31: | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 06:59, 17 June 2024
{{{name}}} | |||
---|---|---|---|
[[File:{{{img}}}|100px|thumb|center]] | |||
{{{caption}}} | |||
Icon | {{{icon}}} | ||
Name | {{{name}}} | ||
Base Attributes | VIT | {{{vit}}} | |
DEX | {{{dex}}} | ||
INT | {{{int}}} | ||
STR | {{{str}}} | ||
Available classes | {{{availableClasses}}} |
This is the "Race info table" template.
It should be transcluded in the following format:
{{Race info table |name= |img= |caption= |icon= |vit= |dex= |int= |str= |availableClasses= }}