Template:Ability: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
(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>

Revision as of 18:53, 13 August 2020

{{{title}}}
{{{description}}}
Argument Description
title The title of the ability
description Description of the ability

Blank template code for copy paste

{{Ability
| title = Ability
| description = An ability.
}}