Template:5e Ability: Difference between revisions

From Rlyehwiki
Jump to navigation Jump to search
No edit summary
(Undo revision 3710 by Rlyehable (talk))
Tag: Undo
 
(7 intermediate revisions by the same user not shown)
Line 2: Line 2:
{{#cargo_declare:
{{#cargo_declare:
_table = 5e_Features
_table = 5e_Features
|Page_Name = Page
|Page_Name = Page (unique)
|Sort_Text = String
|Features = List (, ) of String
|Features = List (, ) of String
}}
}}
</noinclude><includeonly>{{#if: {{{1|}}}|'''''{{anchor|{{{1}}}}}{{#if: {{{limit|}}}|&ensp;({{{limit}}})|}}.''''' {{{2}}}{{#if: {{{nodb|}}}|<!--skip-->|{{#cargo_store: _table = 5e_Features
</noinclude><includeonly>{{#if: {{{1|}}}|'''''{{anchor|{{{1}}}}}{{#if: {{{limit|}}}|&ensp;({{{limit}}})|}}.''''' {{{2|}}}{{#if: {{{nodb|}}}|<!--skip-->|{{#cargo_store: _table = 5e_Features
|where=Page_Name={{FULLPAGENAME}}
|where=_pageName={{FULLPAGENAME}}
|Features={{{1}}}}
|Page_Name={{FULLPAGENAME}}
}}}}<!--[[Features::{{{1}}}| ]]-->|}}</includeonly><noinclude>
|Features={{{1}}}
}}}}|}}</includeonly><noinclude>


==Use==
==Use==
Used in many templates. It places an HTML anchor for the first term (name) and then lists the second term (description).
Used in many templates. It places an HTML anchor for the first term (name) and then lists the second term (description). It also places the feature in the 5e_Features db table.


==Syntax==
==Syntax==
Line 30: Line 30:
Produces...
Produces...


{{5e Ability|Foo|The description of foo is that it acts as a placeholder for a value.}}
{{5e Ability|Foo|The description of foo is that it acts as a placeholder for a value.|nodb=true}}


{{5e Ability|Foo|limit={{SRD5|Recharge}}s 5-6|The description of foo is that it acts as a placeholder for a value.}}
{{5e Ability|Foo|limit={{SRD5|Recharge}}s 5-6|The description of foo is that it acts as a placeholder for a value.|nodb=true}}


[[Category:5e Templates|Ability 5e]]
[[Category:5e Templates|Ability 5e]]

Latest revision as of 12:06, 3 March 2020

This template defines the table "5e_Features". View table.


Use[edit]

Used in many templates. It places an HTML anchor for the first term (name) and then lists the second term (description). It also places the feature in the 5e_Features db table.

Syntax[edit]

{{5e Ability|name|description}}

Optional Entries[edit]

|limit= <!-- limits how often. I.e. 3/Day, {{SRD5|Recharge}} 5-6, etc. -->

Example[edit]

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

{{5e Ability|Foo|limit={{SRD5|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.