Template:One Ability Section

From Rlyehwiki
Revision as of 07:19, 12 May 2023 by Rlyehable (talk | contribs) (Created page with "<includeonly>{{#if: {{{1|}}}|{{#if: {{{depth|}}}|{{#switch: {{{depth}}} | 0 = '''{{{1}}}''' | 2 =<nowiki></nowiki> =={{{1}}}== | 3 =<nowiki></nowiki> ==={{{1}}}=== | 4 =<nowiki></nowiki> ===={{{1}}}==== | 5 =<nowiki></nowiki> ====={{{1}}}===== | 6 =<nowiki></nowiki> ======{{{1}}}====== | default =<nowiki></nowiki> ==={{{1}}}=== }}|<!--no depth-->==={{{1}}}===|}}<!--endif depth-->|<!--endif {{{1}}}-->}} {{#if: {{{level|}}}|''{{{level|}}}'' |}}<!--endif level--...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Use

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

Syntax

{{One Ability Section|name|description}}

Optional Parameters

|depth= <!--depth of section; default is 3-->
|level= 
|limit=

Example

{{One Ability Section|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.