Template:5e Class Ability Section: Difference between revisions

From Rlyehwiki
Jump to navigation Jump to search
No edit summary
Line 46: Line 46:


==Syntax==
==Syntax==
<pre>{{5e Ability Section|depth|name|description}}</pre>
<pre>{{5e Class Ability Section|depth|name|description}}</pre>


==Example==
==Example==
<pre>{{5e Ability Section|3|Foo|The description of foo is that it acts as a placeholder for a value.}}</pre>
<pre>{{5e Class Ability Section|3|Foo|The description of foo is that it acts as a placeholder for a value.}}</pre>
   
   
Produces...
Produces...


{{5e Ability Section|3|Foo|The description of foo is that it acts as a placeholder for a value.}}
{{5e Class Ability Section|3|Foo|The description of foo is that it acts as a placeholder for a value.}}




[[Category:5e Templates|Ability Section Template 5e]]
[[Category:5e Templates|Ability Section Template 5e]]
</noinclude>
</noinclude>

Revision as of 06:11, 20 February 2020

This template adds rows to the table "5e_Class", which is declared by the template 5e Class Features. View table.

Use

Used in many templates. It places an HTML anchor for the first term (name) and then lists the second term (description).

Syntax

{{5e Class Ability Section|depth|name|description}}

Example

{{5e Class Ability Section|3|Foo|The description of foo is that it acts as a placeholder for a value.}}

Produces...

Foo

The description of foo is that it acts as a placeholder for a value.