Difference between revisions of "User:Ignius Alexander/sandboxtemplate"

From AmtWiki
Line 35: Line 35:
 
}}
 
}}
 
{{#if: {{{incant|}}}|
 
{{#if: {{{incant|}}}|
   <dt>[[Incantation]]</dt><dd>{{#tag:pre|{{{incant}}}}}</dd>
+
   <dt>[[Incantation]]</dt><dd>{{{incant}}}</dd>
 
}}
 
}}
 
{{#if: {{{materials|}}}|
 
{{#if: {{{materials|}}}|
Line 41: Line 41:
 
}}
 
}}
 
{{#if: {{{effect|}}}|
 
{{#if: {{{effect|}}}|
   <dt>[[Effect]]s</dt><dd>{{#tag:pre|{{{effect}}}}}</dd>
+
   <dt>[[Effect]]s</dt><dd>{{#replace:{{{effect}}}|<br />|<br>}}</dd>
 
}}
 
}}
 
{{#if: {{{limit|}}}|
 
{{#if: {{{limit|}}}|
   <dt>Limitations or Restrictions</dt><dd>{{#tag:pre|{{{limit}}}}}</dd>
+
   <dt>Limitations or Restrictions</dt><dd>{{#replace:{{{limit}}}|\n|<br>}}</dd>
 
}}
 
}}
 
{{#if: {{{note|}}}|
 
{{#if: {{{note|}}}|
   <dt>Notes</dt><dd>{{#tag:pre|{{{note}}}}}</dd>
+
   <dt>Notes</dt><dd>{{#replace:{{{note}}}|\n|<br>}}</dd>
 
}}
 
}}
 
</dl>
 
</dl>

Revision as of 16:02, 25 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, 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.