Template:5e Race Line: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(restore) |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
1. _pageName | 1. 5e_Race._pageName | ||
2. Race_Name | 2. 5e_Race.Race_Name | ||
3. | 3. 5e_Race.Race_Ability_Mod | ||
4. | 4. 5e_Race.Race_Ability_Note | ||
5. | 5. 5e_Race.Race_Str | ||
6. | 6. 5e_Race.Race_Dex | ||
7. | 7. 5e_Race.Race_Con | ||
8. | 8. 5e_Race.Race_Int | ||
9. | 9. 5e_Race.Race_Wis | ||
10. | 10. 5e_Race.Race_Cha | ||
11. | 11. 5e_Race.Race_Size | ||
12. Canon | 12. 5e_Race.Race_Walking_Speed | ||
13. 5e_Race.Race_Other_Speeds | |||
14. 5e_Race.Race_Darkvision | |||
15. Pages_Info.Canon | |||
16. Pages_Info.Hidden | |||
17. Pages_Info.Pointer | |||
18. Pages_Info.UA | |||
{{!}}valign="top"{{!}}[[{{{ | 19. Pages_Info.User | ||
{{!}}valign="top"{{!}} | 20. 5e_Race.Race_Summary | ||
{{ | 21. Pages_Info.Sources | ||
{{ | </noinclude><includeonly> | ||
{{!}}valign="top"{{!}}{{{ | {{!}}valign="top"{{!}}[[{{{1}}}|{{{2}}}]] | ||
{{!}}valign="top"{{!}}{{#if: {{{ | {{!}}valign="top"{{!}}{{#if: {{{4|}}}|{{{4|}}},|}} {{5e First Ability Mod|str={{{5|}}}|dex={{{6|}}}|con={{{7|}}}|int={{{8|}}}|wis={{{9|}}}|cha={{{10|}}}}} | ||
{{!}}valign="top"{{!}}{{{ | {{!}}valign="top"{{!}}{{{11|}}} | ||
{{!}}valign="top"{{!}}{{{ | {{!}}valign="top"{{!}}{{{12|}}} ft.{{#if: {{{13|}}}|, {{{13}}}|}} | ||
{{!}}valign="top"{{!}}{{#ifeq: {{{ | {{!}}valign="top"{{!}}{{{14|}}} | ||
{{!}}valign="top"{{!}}{{#ifeq: {{{ | {{!}}valign="top"{{!}}{{{20|}}} | ||
{{!}}valign="top"{{!}}{{#ifeq: {{{15|}}}|1|Canon{{#ifeq: {{{16|}}}|1|, Hidden|}}{{#ifeq: {{{17|}}}|1|, Pointer|}}|<!--not canon-->{{#ifeq: {{{16|}}}|1|Hidden|}}{{#ifeq: {{{17|}}}|1|Pointer|}}}}{{#ifeq: {{{18|}}}|1|, UA|}}{{#ifeq: {{{19|}}}|1|User Creation|}} | |||
{{!}}valign="top"{{!}}{{#ifeq: {{{19|}}}|1|{{{21|}}}|<!--not user-->{{pub|{{{21|}}}}}}} | |||
{{!}}- | {{!}}- | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
Line 33: | Line 35: | ||
gives a table row for listing race statistics | gives a table row for listing race statistics | ||
==Syntax== | ==Syntax== | ||
<pre>{{5e | <pre>{{5e Race Line|raceLink|raceName|abilityMod|abiltiyNote|str|dex|con|int|wis|cha|size|speed|otherSpeed|darkvision|canon|hidden|pointer|ua|user|summary|sources}} | ||
==Example== | ==Example== | ||
<pre>{{5e Race Line|5e: | <pre>{{5e Race Line|5e:Foo|Foo||Choice of 1||+1||+1|||Medium|30|{{srd5lc|Climb}} 30 ft.|60 ft.|1|1|1|1||example race|Foo's Guide to Nothing}}</pre> | ||
produces... | produces... | ||
Line 41: | Line 43: | ||
{| | {| | ||
!Race | !Race | ||
!Abilities | !Abilities | ||
!Size | !Size | ||
!Speed | !Speed | ||
!Darkvision | !Darkvision | ||
!Summary | !Summary | ||
!Source Notes | !Source Notes | ||
!Source | !Source | ||
|- | |- | ||
{{5e Race Line|5e: | {{5e Race Line|5e:Foo|Foo||Choice of 1||+1||+1|||Medium|30|{{srd5lc|Climb}} 30 ft.|60 ft.|1|1|1|1|user|example race|Foo's Guide to Nothing}} | ||
|} | |} | ||
</ | </noincude> |
Revision as of 20:44, 7 June 2020
1. 5e_Race._pageName 2. 5e_Race.Race_Name 3. 5e_Race.Race_Ability_Mod 4. 5e_Race.Race_Ability_Note 5. 5e_Race.Race_Str 6. 5e_Race.Race_Dex 7. 5e_Race.Race_Con 8. 5e_Race.Race_Int 9. 5e_Race.Race_Wis 10. 5e_Race.Race_Cha 11. 5e_Race.Race_Size 12. 5e_Race.Race_Walking_Speed 13. 5e_Race.Race_Other_Speeds 14. 5e_Race.Race_Darkvision 15. Pages_Info.Canon 16. Pages_Info.Hidden 17. Pages_Info.Pointer 18. Pages_Info.UA 19. Pages_Info.User 20. 5e_Race.Race_Summary 21. Pages_Info.Sources
Use
gives a table row for listing race statistics
Syntax
{{5e Race Line|raceLink|raceName|abilityMod|abiltiyNote|str|dex|con|int|wis|cha|size|speed|otherSpeed|darkvision|canon|hidden|pointer|ua|user|summary|sources}} ==Example== <pre>{{5e Race Line|5e:Foo|Foo||Choice of 1||+1||+1|||Medium|30|{{srd5lc|Climb}} 30 ft.|60 ft.|1|1|1|1||example race|Foo's Guide to Nothing}}
produces...
Race | Abilities | Size | Speed | Darkvision | Summary | Source Notes | Source |
---|---|---|---|---|---|---|---|
Foo | Choice of 1, Dexterity +1, Intelligence +1 | Medium | 30 ft., climb 30 ft. | 60 ft. | example race | Canon, Hidden, Pointer, UA | Foo's Guide to Nothing |
</noincude>