Template:Infobox Race Stats PF2e/doc: Difference between revisions

no edit summary
(Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Lua|Module:Infobox}} This template can be used to add at-a-glance information for player character races in Dungeons and Dragons 5e and Pathfinder 2E. == Usage == {{Parameter names example | PF2eHitPoints | PF2eSize | PF2eSpeed | PF2eAbilityBoosts | PF2eAbilityFlaw | PF2eLanguages | PF2eTraits | PF2eVision }} <pre style="overflow:auto;"> {{In...")
 
No edit summary
 
Line 16: Line 16:
<pre style="overflow:auto;">
<pre style="overflow:auto;">
{{Infobox Race Stats PF2e
{{Infobox Race Stats PF2e
| PF2eHitPoints    =  
| PF2eHitPoints    = {{{PF2eHitPoints|}}}
| PF2eSize          =  
| PF2eSize          = {{{PF2eHitPoints|}}}
| PF2eSpeed        =  
| PF2eSpeed        = {{{PF2eSpeed|}}}
| PF2eAbilityBoosts =  
| PF2eAbilityBoosts = {{{PF2eAbilityBoosts|}}}
| PF2eAbilityFlaw  =  
| PF2eAbilityFlaw  = {{{PF2eAbilityFlaw|}}}
| PF2eLanguages    =  
| PF2eLanguages    = {{{PF2eLanguages|}}}
| PF2eTraits        =  
| PF2eTraits        = {{{PF2eTraits|}}}
| PF2eVision        =  
| PF2eVision        = {{{PF2eVision|}}}
}}
}}
</pre>
</pre>