Template:Race: Difference between revisions
Appearance
No edit summary |
More testing |
||
(17 intermediate revisions by 3 users not shown) | |||
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}}]] | |||
</noinclude> | |||
<noinclude> | |||
{| class="wikitable sortable" style="width: 100%; text-align:center;" | |||
|- | |||
! class="unsortable" style="width:10%" | '''Race''' | |||
! style="width:10%" | '''Points''' | |||
! style="width:5%" | '''STR''' | |||
! style="width:5%" | '''DEX''' | |||
! style="width:5%" | '''CON''' | |||
! style="width:5%" | '''INT''' | |||
! style="width:5%" | '''WIS''' | |||
! style="width:5%" | '''CHA''' | |||
! class="unsortable" style="width:15%" | '''Feats''' | |||
! class="unsortable" style="width:25%" | '''Bonus''' | |||
! class="unsortable" style="width:15%" | '''Other''' | |||
</noinclude> | </noinclude> | ||
|- | |||
| [[{{{NAME}}}]]<br>{{{ALIGNMENT}}}<br>{{{ECL}}}<br>{{#if:{{{BASE}}}|<br><u>Base Race</u><br>{{{BASE}}}|}} | |||
| {{{AWARD}}} | |||
| {{{STR}}} | |||
| {{{DEX}}} | |||
| {{{CON}}} | |||
| {{{INT}}} | |||
| {{{WIS}}} | |||
| {{{CHA}}} | |||
| {{{FEATS}}} | |||
| {{{BONUS}}} | |||
| {{#if:{{{LANGUAGE}}}|Bonus Language(s):<br>{{{LANGUAGE}}}<br>|}}Starting point(s):<br>{{{START}}}{{#if:{{{OTHER}}}|<br>{{{OTHER}}}|}} | |||
<noinclude> | |||
|} | |} | ||
</noinclude> |
Latest revision as of 00:11, 17 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 | Points | STR | DEX | CON | INT | WIS | CHA | Feats | Bonus | Other |
---|---|---|---|---|---|---|---|---|---|---|
[[{{{NAME}}}]] {{{ALIGNMENT}}} {{{ECL}}} Base Race {{{BASE}}} |
{{{AWARD}}} | {{{STR}}} | {{{DEX}}} | {{{CON}}} | {{{INT}}} | {{{WIS}}} | {{{CHA}}} | {{{FEATS}}} | {{{BONUS}}} | Bonus Language(s): {{{LANGUAGE}}} Starting point(s): {{{START}}} {{{OTHER}}} |