Difference between revisions of "Template:Ability"

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

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