Template:Race: Difference between revisions
Appearance
Added caps to the alignment input |
Updated the template to be a table, added some documentation for the template |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
==How to use== | |||
Copy the template code found editing this page. | |||
Copy the table header if needed. Also copy the table close code at the end of the table. | |||
For LANGUAGE, START, FEAT AND OTHERS fields, use <nowiki><br></nowiki> to separate lines. | |||
<!-- Copy the lines bellow and fill them as needed. | |||
{{Race | |||
|NAME= | |||
|AWARD= | |||
|BASE= | |||
|ALIGNMENT= | |||
|ECL= | |||
|LANGUAGE= | |||
|STR= |STR-M= | |||
|DEX= |DEX-M= | |||
|CON= |CON-M= | |||
|INT= |INT-M= | |||
|WIS= |WIS-M= | |||
|CHA= |CHA-M= | |||
|START= | |||
|FEATS= | |||
|OTHER= | |||
}} | |||
--> | |||
[[Category:Article management templates|{{PAGENAME}}]] | [[Category:Article management templates|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> | ||
<noinclude> | |||
{| class="wikitable" style="width: 100%; margin: auto; text-align:center;" | {| class="wikitable" style="width: 100%; margin: auto; text-align:center;" | ||
|- | |- | ||
! style="width: 10%"| Race | |||
! style="width: 15%" colspan="2" | Information | |||
! style="width: 5%"| Stats | |||
! style="width: 5%"| {{Hover|'''Creation'''|These stats will be displayed at character creation screen}} | |||
! style="width: 10%"| {{Hover|'''Race'''|These stats will be added in-game in the setup screen}} | |||
! style="width: 20%"| '''Feats''' | |||
! style="width: 35%"| '''Other''' | |||
|- | |- | ||
</noinclude> | |||
| rowspan="6" | [[{{{NAME}}}]]<br>{{{ALIGNMENT}}}<br>{{{AWARD}}}<br>Points<br>{{#if:{{{BASE}}}|<br><u>Base Race</u><br>{{{BASE}}}|}} | |||
| '''ECL''' | | '''ECL''' | ||
| {{{ECL}}} | | {{{ECL}}} | ||
Line 45: | Line 72: | ||
| {{{CHA}}} | | {{{CHA}}} | ||
| {{{CHA-M}}} | | {{{CHA-M}}} | ||
<noinclude> | |||
|} | |} | ||
</noinclude> |
Revision as of 20:56, 13 June 2025
How to use
Copy the template code found editing this page.
Copy the table header if needed. Also copy the table close code at the end of the table.
For LANGUAGE, START, FEAT AND OTHERS fields, use <br> to separate lines.
Race | Information | Stats | Creation | Race | Feats | Other | |
---|---|---|---|---|---|---|---|
[[{{{NAME}}}]] {{{ALIGNMENT}}} {{{AWARD}}} Points Base Race {{{BASE}}} |
ECL | {{{ECL}}} | STR | {{{STR}}} | {{{STR-M}}} | {{{FEATS}}} | {{{OTHER}}} |
Language(s) | {{{LANGUAGE}}} | DEX | {{{DEX}}} | {{{DEX-M}}} | |||
CON | {{{CON}}} | {{{CON-M}}} | |||||
Start | {{{START}}} | INT | {{{INT}}} | {{{INT-M}}} | |||
WIS | {{{WIS}}} | {{{WIS-M}}} | |||||
CHA | {{{CHA}}} | {{{CHA-M}}} |