Template:5e Class Ability Section: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly> {{#if: {{{2|}}}|{{#if: {{{1|}}}|[[Features::{{{2}}}| ]]{{#switch: {{{1}}} | 2 = =={{{2}}}== {{{3}}} | 3 = ==={{{2}}}=== {{{3}}} | 4 = ===...") |
(removed cargo table attach & store) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <noinclude> | ||
{{#if: {{{2|}}}|{{#if: {{{1|}}}| | <!--{{#cargo_attach: | ||
| 2 = | _table = 5e_Class | ||
}}--><!-- | |||
|Sort_Text = String | |||
|Page_Name=Page | |||
|Class_Name=String | |||
|Hit_Die=String | |||
|HD_Num=Integer | |||
|Armor_Prof=List (, ) of Wikitext string | |||
|Weapon_Prof=List (, ) of Wikitext string | |||
|Tool_Prof=List (, ) of Wikitext string | |||
|Save_Prof=List (, ) of Wikitext string | |||
|Skill_Prof=List (, ) of Wikitext string | |||
|Skill_Num=String | |||
|Start_Equip=List (, ) of Wikitext string | |||
|Prerequisites=List (* ) of Wikitext string | |||
|Summary=Wikitext | |||
|Canon_Spell=Boolean | |||
|Class_Features=List (, ) of Wikitext string | |||
}}--></noinclude><includeonly>{{#if: {{{2|}}}|{{#if: {{{1|}}}|{{#switch: {{{1}}} | |||
| 2 =<nowiki></nowiki> | |||
=={{{2}}}== | =={{{2}}}== | ||
| 3 =<nowiki></nowiki> | |||
| 3 = | |||
==={{{2}}}=== | ==={{{2}}}=== | ||
| 4 =<nowiki></nowiki> | |||
| 4 = | |||
===={{{2}}}==== | ===={{{2}}}==== | ||
| 5 =<nowiki></nowiki> | |||
| 5 = | |||
====={{{2}}}===== | ====={{{2}}}===== | ||
| 6 =<nowiki></nowiki> | |||
| 6 = | |||
======{{{2}}}====== | ======{{{2}}}====== | ||
| default =<nowiki></nowiki> | |||
| default = | |||
==={{{2}}}=== | ==={{{2}}}=== | ||
{{{3}}} | }} | ||
}}|<span style="color:#ff0000;">'''!Missing Depth!'''</span>{{#set: Error=Depth Missing}}}} | {{{3}}}<!--[[Features::{{{2}}}| ]]-->|<span style="color:#ff0000;">'''!Missing Depth!'''</span>{{#set: Error=Depth Missing}}}} | ||
|<span style="color:#ff0000;">'''!Missing Feature Name!'''</span>[[Error::Feature Name Missing| ]]}} | |<span style="color:#ff0000;">'''!Missing Feature Name!'''</span>[[Error::Feature Name Missing| ]]}}<!-- | ||
--><!--{{#cargo_store: | |||
_table = 5e_Class | |||
|where Page_Name={{FULLPAGENAME}} | |||
|Class_Features ={{#if: {{{first|}}}|{{{2|}}}|, {{{2|}}}}} | |||
}}--> | |||
</includeonly><noinclude> | </includeonly><noinclude> | ||
Line 27: | Line 46: | ||
==Syntax== | ==Syntax== | ||
<pre>{{5e Ability Section|depth|name|description}}</pre> | <pre>{{5e Class Ability Section|depth|name|description}}</pre> | ||
===Add'l Parameters=== | |||
first= (blank, true if first ability) | |||
==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> |
Latest revision as of 08:28, 21 February 2020
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}}
Add'l Parameters
first= (blank, true if first ability)
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.