Template:Race info table: Difference between revisions

From FHX Wiki
(Created page with "<table class="wikitable bb" style="text-align:left; border-radius:10px; border: 1px black solid; "> <tr><th colspan="3" style="font-size:20px;">{{{name}}}</td></tr> <tr><th colspan="3">https://cdn.fhxrestoration.com/todo/images/figuresTODO/paladin.gif</th></tr> <tr><th colspan="3">[[File:{{{image|https://cdn.fhxrestoration.com/todo/images/figuresTODO/paladin.gif}}}|200px|thumb|center]]</th></tr> <tr><td colspan="3" style="text-align:center;"><small>{{{capt}}}</small></td...")
 
No edit summary
Line 1: Line 1:
<table class="wikitable bb" style="text-align:left; border-radius:10px; border: 1px black solid; ">
<noinclude>
This is the "Race info table" template.
It should be transcluded in the following format:
<pre>
{{Race info table
|name=
|img=
|caption=
|tag=
|vit=
|dex=
|int=
|str=
|availableClasses=
}}
</pre>
</noinclude>
 
<templatestyles src="Race info table/styles.css" />
<table class="wikitable root" style="text-align:left; border-radius:10px; border: 1px black solid; ">
<tr><th colspan="3" style="font-size:20px;">{{{name}}}</td></tr>
<tr><th colspan="3" style="font-size:20px;">{{{name}}}</td></tr>
<tr><th colspan="3">https://cdn.fhxrestoration.com/todo/images/figuresTODO/paladin.gif</th></tr>
<tr><th colspan="3">https://cdn.fhxrestoration.com/todo/images/figuresTODO/paladin.gif</th></tr>
<tr><th colspan="3">[[File:{{{image|https://cdn.fhxrestoration.com/todo/images/figuresTODO/paladin.gif}}}|200px|thumb|center]]</th></tr>
<tr><th colspan="3">[[File:{{{img|https://cdn.fhxrestoration.com/todo/images/figuresTODO/paladin.gif}}}|200px|thumb|center]]</th></tr>
<tr><td colspan="3" style="text-align:center;"><small>{{{capt}}}</small></td></tr>
<tr><td colspan="3" style="text-align:center;"><small>{{{caption}}}</small></td></tr>
<tr><th>Tag</th><td colspan="3">{{{tag}}}</td></tr>
<tr><th>Tag</th><td colspan="3">{{{tag}}}</td></tr>
<tr><th>Name</th><td colspan="3">{{{name}}}</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>
<tr><th>Available classes</th><td colspan="3">{{{availableClasses}}}</td></tr>
<tr><th rowspan="4">Base Attributes</th>
<th>VIT</th><td style="text-align:center;">{{{vitality}}}</td></tr>
<tr><th>DEX</th><td style="text-align:center;">{{{dexterity}}}</td></tr>
<tr><th>INT</th><td style="text-align:center;">{{{inteligence}}}</td></tr>
<tr><th>STR</th><td style="text-align:center;">{{{strength}}}</td></tr>
</table>
</table>

Revision as of 22:19, 5 June 2024

This is the "Race info table" template. It should be transcluded in the following format:

{{Race info table
|name=
|img=
|caption=
|tag=
|vit=
|dex=
|int=
|str=
|availableClasses=
}}


{{{name}}}
paladin.gif
File:Https://cdn.fhxrestoration.com/todo/images/figuresTODO/paladin.gif
{{{caption}}}
Tag{{{tag}}}
Name{{{name}}}
Base Attributes VIT{{{vit}}}
DEX{{{dex}}}
INT{{{int}}}
STR{{{str}}}
Available classes{{{availableClasses}}}