Template:Ability: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
(use title not name, fix)
(use desc)
Line 2: Line 2:
|style="font-size:medium; padding:0.5em 1em; vertical-align: top; height:1.5em; background:#061c17;"|<i>{{{title}}}</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;"|{{{description}}}  
|style="vertical-align: top; padding:0em 1em; height:6em;"|{{{desc}}}  
|}<noinclude>[[Category:templates]]
|}<noinclude>[[Category:templates]]


Line 12: Line 12:
|The title of the ability
|The title of the ability
|-
|-
|description
|desc
|Description of the ability
|Description of the ability
|}
|}
Line 20: Line 20:
{{Ability
{{Ability
| title = Ability
| title = Ability
| description = An ability.
| desc = An ability.
}}
}}
</syntaxhighlight></noinclude>
</syntaxhighlight></noinclude>

Revision as of 18:54, 13 August 2020

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

Blank template code for copy paste

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