Difference between revisions of "Template:Ability"

From AmtWiki
m
m (rollback)
 
(32 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>
+
<noinclude>==Usage==
==Usage==
 
 
<pre>
 
<pre>
 
{{Ability
 
{{Ability
 +
|ruleset=
 
|type=
 
|type=
 
|school=
 
|school=
Line 14: Line 14:
 
</pre>
 
</pre>
 
===Parameters===
 
===Parameters===
 +
*ruleset: The rulebook this ability comes from, ie.. V8, Dor Un Avarthar X, Nautical Nights, etc...
 
*type: From the [[Type]]s of magic, ie verbal, enchantment, etc..
 
*type: From the [[Type]]s of magic, ie verbal, enchantment, etc..
*school: The [[School]] of magic, ie Sorcery, Proctection, etc..
+
*school: The [[School]] of magic, ie Sorcery, Protection, etc..
 
*range: The range of the ability
 
*range: The range of the ability
 
*incant: The [[incantation]]
 
*incant: The [[incantation]]
Line 22: Line 23:
 
*limit: Any limitations of the ability.
 
*limit: Any limitations of the ability.
 
*note: Additional notes.
 
*note: Additional notes.
</noinclude>
+
</noinclude><includeonly>
<includeonly>
+
<dl>
{|class="wikitable"
+
{{#if: {{{type|}}}|
! [[Type]]
+
  <dt>[[Type]]</dt><dd>{{{type}}}</dd>
| {{ Spelltype|{{{type}}} }}
+
}}
|-
+
{{#if: {{{school|}}}|
! [[School]]
+
  <dt>[[School]]</dt><dd>{{Spellschool|{{{school}}}}}</dd>
| {{ Spellschool|{{{school}}} }}
+
}}
|-
+
{{#if: {{{range|}}}|
! [[Range]]
+
  <dt>[[Range]]</dt><dd>{{{range}}}</dd>
| {{{range|}}}
+
}}
|-
+
{{#if: {{{incant|}}}|
![[Incantation]]
+
  <dt>[[Incantation]]</dt><dd>{{{incant}}}</dd>
| {{{incant|}}}
+
}}
|-
+
{{#if: {{{materials|}}}|
![[Materials]]
+
  <dt>[[Materials]]</dt><dd>{{{materials}}}</dd>
| {{{materials|}}}
+
}}
|-
+
{{#if: {{{effect|}}}|
! [[Effect]]s
+
  <dt>[[Effect]]s</dt><dd>{{{effect}}}</dd>
| {{{effect|}}}
+
}}
|-
+
{{#if: {{{limit|}}}|
! Limitations or Restrictions
+
  <dt>Limitations or Restrictions</dt><dd>{{{limit}}}</dd>
| {{{limit|}}}
+
}}
|-
+
{{#if: {{{note|}}}|
! Notes
+
  <dt>Notes</dt><dd>{{{note}}}</dd>
| {{{note|}}}
+
}}
|-
+
</dl>
|}
 
  
 +
{{#ifeq: {{{ruleset|}}}|V8|
 +
[[Category: Magic and Abilities]]|
 +
[[Category: {{{ruleset}}} Magic and Abilities]]
 +
}}
  
'''''See Also:'''''
+
{{#ifeq: {{{ruleset|}}}|V8|
*[[Magic, Abilities, States and Special Effects]] for rules regarding magic.
+
[[Category: Type {{{type}}}]]|
*[[:Category: Magic and Abilities]] for a list of all magic and abilities.
+
[[Category: {{{ruleset}}} Type {{{type}}}]]
 +
}}
  
[[Category: Magic and Abilities]]
+
{{#ifeq: {{{ruleset|}}}|V8|
 +
[[Category: {{{school}}} School]]|
 +
[[Category: {{{ruleset}}} {{{school}}} School]]
 +
}}
 
</includeonly>
 
</includeonly>
 
<noinclude>
 
<noinclude>
 
[[Category:Amtgard Templates]]
 
[[Category:Amtgard Templates]]
 
</noinclude>
 
</noinclude>

Latest revision as of 04:31, 27 March 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, Protection, 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.