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|}}} |- ! [[Type]] | {{ Spelltype|{{{type}}} }} }}
+
{| class="wikitable"
{{#if: {{{school|}}} |- ! [[School]] | {{ Spellschool|{{{school}}} }} }}
+
{{#if: {{{type|}}}|
{{#if: {{{range|}}} |- ! [[Range]] | {{{range}}} }}
+
|-
{{#if: {{{incant|}}} |- ! [[Incantation]] | {{{incant}}} }}
+
! [[Type]]
{{#if: {{{materials|}}} |- ! [[Materials]] | {{{materials}}} }}
+
| {{ Spelltype|{{{type}}} }}
{{#if: {{{effect|}}} |- ! [[Effect]]s | {{{effect}}} }}
+
}}
{{#if: {{{limit|}}} |- ! Limitations or Restrictions | {{{limit}}} }}
+
{{#if: {{{school|}}}|
{{#if: {{{note|}}} |- ! Notes | {{{note}}} }}
+
|-
 +
! [[School]]
 +
| {{ Spellschool|{{{school}}} }}
 +
}}
 +
{{#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]]
 
[[Category: {{{ruleset}}} Magic and Abilities]]
 
[[Category: {{{ruleset}}} Magic and Abilities]]

Revision as of 03:40, 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.