Template:One Ability

From Dungeons and Dragons Wiki
Jump to: navigation, search


Use[edit]

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

Syntax[edit]

{{One Ability|name|description}}

Optional Entries[edit]

|limit= <!-- limits how often. I.e. 3/Day, {{One|Recharge}} 5-6, etc. -->
|nodb= <!--flag to not store properties-->

Example[edit]

{{One Ability|Foo|The description of foo is that it acts as a placeholder for a value.}}

{{One Ability|Foo|limit={{One|Recharge}}s 5-6|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.

Foo (Recharges 5-6). The description of foo is that it acts as a placeholder for a value.