Template:5e Condition: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly> == {{{name|}}} == {{{refs|}}} ''5th edition {{srd5lc|Condition}}'' {{{desc|}}} </includeonly><noinclude> ==Use== Describes a {{srd5lc|Condition}} for 5th edition. ==Syntax== <pre>{{5e Condition |name= |refs= |desc= }}</pre> ==Example== <pre> {{5e Condition |name=Foo |refs=<ref name="foo">user:Foo. Created: 2023-01-23. Licensed: CC-BY-SA.</ref> |desc=* A {{srd5lc|Creature}} has {{srd5lc|Disadvantage}} on {{SRD5|Intelligence}} and {{SRD5|Wisdom...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <noinclude> | ||
{{#cargo_declare: | |||
_table = 5e_Condition | |||
|Name = String | |||
|Sort_Text = String | |||
|Description = Wikitext | |||
}}</noinclude><includeonly> | |||
== {{{name|}}} == | == {{{name|}}} == | ||
{{{refs|}}} ''[[5th edition]] {{srd5lc|Condition}}'' | {{{refs|}}} ''[[5th edition]] {{srd5lc|Condition}}'' | ||
{{{desc|}}} | {{{desc|}}} | ||
</includeonly><noinclude> | <!-- | ||
Cargo Store | |||
-->{{#if: {{{nodb|}}}|<!--skip-->|{{#cargo_store: | |||
_table = 5e_Condition | |||
|Name = {{{name|}}} | |||
|Sort_Text = {{#if: {{{sorttext|}}}|{{{sorttext}}} 5e|{{{name|}}} 5e|}} | |||
|Description = {{{desc|}}} | |||
}}|}}</includeonly><noinclude> | |||
==Use== | ==Use== | ||
Describes a {{srd5lc|Condition}} for 5th edition. | Describes a {{srd5lc|Condition}} for 5th edition. | ||
Line 10: | Line 23: | ||
<pre>{{5e Condition | <pre>{{5e Condition | ||
|name= | |name= | ||
|sorttext= | |||
|refs= | |refs= | ||
|desc= | |desc= | ||
}}</pre> | }}</pre> | ||
===Optional Fields=== | |||
<pre> | |||
|nodb= <!--ignore categories and don't store data--> | |||
</pre> | |||
==Example== | ==Example== | ||
Line 18: | Line 37: | ||
{{5e Condition | {{5e Condition | ||
|name=Foo | |name=Foo | ||
|sorttext= | |||
|refs=<ref name="foo">[[user:Foo]]. Created: 2023-01-23. Licensed: [[CC-BY-SA]].</ref> | |refs=<ref name="foo">[[user:Foo]]. Created: 2023-01-23. Licensed: [[CC-BY-SA]].</ref> | ||
|desc=* A {{srd5lc|Creature}} has {{srd5lc|Disadvantage}} on {{SRD5|Intelligence}} and {{SRD5|Wisdom}} {{srd5lc|Check}}s. | |desc=* A {{srd5lc|Creature}} has {{srd5lc|Disadvantage}} on {{SRD5|Intelligence}} and {{SRD5|Wisdom}} {{srd5lc|Check}}s. | ||
* A creature automatically fails {{srd5lc|Saving Throw}}s against {{srd5lc|Illusion}}s. | * A creature automatically fails {{srd5lc|Saving Throw}}s against {{srd5lc|Illusion}}s. | ||
|nodb=true | |||
}} | }} | ||
</pre> | </pre> | ||
Line 27: | Line 48: | ||
{{5e Condition | {{5e Condition | ||
|name=Foo | |name=Foo | ||
|sorttext= | |||
|refs=<ref name="foo">[[user:Foo]]. Created: 2023-01-23. Licensed: [[CC-BY-SA]].</ref> | |refs=<ref name="foo">[[user:Foo]]. Created: 2023-01-23. Licensed: [[CC-BY-SA]].</ref> | ||
|desc=* A {{srd5lc|Creature}} has {{srd5lc|Disadvantage}} on {{SRD5|Intelligence}} and {{SRD5|Wisdom}} {{srd5lc|Check}}s. | |desc=* A {{srd5lc|Creature}} has {{srd5lc|Disadvantage}} on {{SRD5|Intelligence}} and {{SRD5|Wisdom}} {{srd5lc|Check}}s. | ||
* A creature automatically fails {{srd5lc|Saving Throw}}s against {{srd5lc|Illusion}}s. | * A creature automatically fails {{srd5lc|Saving Throw}}s against {{srd5lc|Illusion}}s. | ||
}} | }} | ||
[[Category:5e Templates]] | |||
</noinclude> | </noinclude> |
Revision as of 10:34, 23 January 2023
This template defines the table "5e_Condition". View table.
Use
Describes a condition for 5th edition.
Syntax
{{5e Condition |name= |sorttext= |refs= |desc= }}
Optional Fields
|nodb= <!--ignore categories and don't store data-->
Example
{{5e Condition |name=Foo |sorttext= |refs=<ref name="foo">[[user:Foo]]. Created: 2023-01-23. Licensed: [[CC-BY-SA]].</ref> |desc=* A {{srd5lc|Creature}} has {{srd5lc|Disadvantage}} on {{SRD5|Intelligence}} and {{SRD5|Wisdom}} {{srd5lc|Check}}s. * A creature automatically fails {{srd5lc|Saving Throw}}s against {{srd5lc|Illusion}}s. |nodb=true }}
Produces
Foo
- A creature has disadvantage on Intelligence and Wisdom checks.
- A creature automatically fails saving throws against illusions.