Difference between revisions of "Template:Ability"
From AmtWiki
m (rollback) |
|||
(21 intermediate revisions by 2 users not shown) | |||
Line 16: | Line 16: | ||
*ruleset: The rulebook this ability comes from, ie.. V8, Dor Un Avarthar X, Nautical Nights, etc... | *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, | + | *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 22: | ||
*effect: The effect of the ability | *effect: The effect of the ability | ||
*limit: Any limitations of the ability. | *limit: Any limitations of the ability. | ||
− | *note: Additional notes.</noinclude><includeonly> | + | *note: Additional notes. |
− | {{#if: {{{type|}}} | | + | </noinclude><includeonly> |
− | {{#if: {{{school|}}} | | + | <dl> |
− | {{#if: {{{range|}}} | | + | {{#if: {{{type|}}}| |
− | {{#if: {{{incant|}}} | | + | <dt>[[Type]]</dt><dd>{{{type}}}</dd> |
− | {{#if: {{{materials|}}} | | + | }} |
− | {{#if: {{{effect|}}} | | + | {{#if: {{{school|}}}| |
− | {{#if: {{{limit|}}} | | + | <dt>[[School]]</dt><dd>{{Spellschool|{{{school}}}}}</dd> |
− | {{#if: {{{note|}}} | | + | }} |
− | |} | + | {{#if: {{{range|}}}| |
− | [[Category: Magic and Abilities]] | + | <dt>[[Range]]</dt><dd>{{{range}}}</dd> |
+ | }} | ||
+ | {{#if: {{{incant|}}}| | ||
+ | <dt>[[Incantation]]</dt><dd>{{{incant}}}</dd> | ||
+ | }} | ||
+ | {{#if: {{{materials|}}}| | ||
+ | <dt>[[Materials]]</dt><dd>{{{materials}}}</dd> | ||
+ | }} | ||
+ | {{#if: {{{effect|}}}| | ||
+ | <dt>[[Effect]]s</dt><dd>{{{effect}}}</dd> | ||
+ | }} | ||
+ | {{#if: {{{limit|}}}| | ||
+ | <dt>Limitations or Restrictions</dt><dd>{{{limit}}}</dd> | ||
+ | }} | ||
+ | {{#if: {{{note|}}}| | ||
+ | <dt>Notes</dt><dd>{{{note}}}</dd> | ||
+ | }} | ||
+ | </dl> | ||
+ | |||
+ | {{#ifeq: {{{ruleset|}}}|V8| | ||
+ | [[Category: Magic and Abilities]]| | ||
[[Category: {{{ruleset}}} Magic and Abilities]] | [[Category: {{{ruleset}}} Magic and Abilities]] | ||
− | [[Category: Type {{{type}}}]] | + | }} |
+ | |||
+ | {{#ifeq: {{{ruleset|}}}|V8| | ||
+ | [[Category: Type {{{type}}}]]| | ||
[[Category: {{{ruleset}}} Type {{{type}}}]] | [[Category: {{{ruleset}}} Type {{{type}}}]] | ||
− | [[Category: {{{school}}} School]] | + | }} |
+ | |||
+ | {{#ifeq: {{{ruleset|}}}|V8| | ||
+ | [[Category: {{{school}}} School]]| | ||
[[Category: {{{ruleset}}} {{{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.