Template:Ability: Difference between revisions

44 bytes removed ,  18:53, 13 August 2020
use title not name, fix
(start an ability template)
 
(use title not name, fix)
Line 1: Line 1:
{|  style="width: 100%;border-spacing:0.5em 0.3em;"
{|  style="width: 100%;border-spacing:0.5em 0.3em;"
|style="font-size:medium; padding:0.5em 1em; vertical-align: top; height:1.5em; background:#061c17;"|<i>{{{description|Description of ability}}}</i>
|style="font-size:medium; padding:0.5em 1em; vertical-align: top; height:1.5em; background:#061c17;"|<i>{{{title}}}</i>
|-
|-
|style="vertical-align: top; padding:0em 1em; height:6em;"|{{{notes|Notes about the ability}}}  
|style="vertical-align: top; padding:0em 1em; height:6em;"|{{{description}}}  
|}<noinclude>[[Category:templates]]
|}<noinclude>[[Category:templates]]


Line 9: Line 9:
!Description
!Description
|-
|-
|name
|title
|The name of the ability
|The title of the ability
|-
|-
|description
|description
Line 19: Line 19:
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
{{Ability
{{Ability
| name = Ability
| title = Ability
| description = An ability.
| description = An ability.
}}
}}
</syntaxhighlight></noinclude>
</syntaxhighlight></noinclude>
671

edits