Difference between revisions of "Template:Ability"

From AmtWiki
Line 23: Line 23:
 
*limit: Any limitations of the ability.
 
*limit: Any limitations of the ability.
 
*note: Additional notes.</noinclude><includeonly>{| class="wikitable"
 
*note: Additional notes.</noinclude><includeonly>{| class="wikitable"
{{#if: {{{type|}}} |-
+
{{#if: {{{type|}}} |- ! [[Type]] | {{ Spelltype|{{{type}}} }} }}
! [[Type]]
+
{{#if: {{{school|}}} |- ! [[School]] | {{ Spellschool|{{{school}}} }} }}
| {{ Spelltype|{{{type}}} }}
+
{{#if: {{{range|}}} |- ! [[Range]] | {{{range}}} }}
}}
+
{{#if: {{{incant|}}} |- ! [[Incantation]] | {{{incant}}} }}
{{#if: {{{school|}}} |-
+
{{#if: {{{materials|}}} |- ! [[Materials]] | {{{materials}}} }}
! [[School]]
+
{{#if: {{{effect|}}} |- ! [[Effect]]s | {{{effect}}} }}
| {{ Spellschool|{{{school}}} }}
+
{{#if: {{{limit|}}} |- ! Limitations or Restrictions | {{{limit}}} }}
}}
+
{{#if: {{{note|}}} |- ! Notes | {{{note}}} }}
{{#if: {{{range|}}} |-
 
! [[Range]]
 
| {{{range}}}
 
}}
 
{{#if: {{{incant|}}} |-
 
! [[Incantation]]
 
| {{{incant}}}
 
}}
 
{{#if: {{{materials|}}} |-
 
! [[Materials]]
 
| {{{materials}}}
 
}}
 
{{#if: {{{effect|}}} |-
 
! [[Effect]]s
 
| {{{effect}}}
 
}}
 
{{#if: {{{limit|}}} |-
 
! Limitations or Restrictions
 
| {{{limit}}}
 
}}
 
{{#if: {{{note|}}} |-
 
! Notes
 
| {{{note}}}
 
}}
 
 
|}
 
|}
 
[[Category: Magic and Abilities]]
 
[[Category: Magic and Abilities]]

Revision as of 03:38, 16 February 2025

Usage

{{Ability
|ruleset=
|type=
|school=
|range=
|incant=
|materials=
|effect=
|limit=
|note=
}}

Parameters

  • ruleset: The rulebook this ability comes from, ie.. V8, Dor Un Avarthar X, Nautical Nights, etc...
  • type: From the Types of magic, ie verbal, enchantment, etc..
  • school: The School of magic, ie Sorcery, Proctection, etc..
  • range: The range of the ability
  • incant: The incantation
  • materials: Any material components required.
  • effect: The effect of the ability
  • limit: Any limitations of the ability.
  • note: Additional notes.