Template:AoE: Difference between revisions

From Cormyrean Prophecies
No edit summary
No edit summary
Line 2: Line 2:
----
----
</noinclude>{{
</noinclude>{{
#ifeq: {{{1}}} | малая     | small (радиус 1.67 метра)        |{{
#ifeq: {{{1}}} | small     | малый (радиус 1.67 метра)        |{{
#ifeq: {{{1}}} | средний     | medium (радиус 3.33 метра)      |{{
#ifeq: {{{1}}} | medium     | medium (радиус 3.33 метра)      |{{
#ifeq: {{{1}}} | большой     | large (радиус 5 метров)          |{{
#ifeq: {{{1}}} | large     | large (радиус 5 метров)          |{{
#ifeq: {{{1}}} | огромный       | huge (радиус 6.67 метров)        |{{
#ifeq: {{{1}}} | huge       | huge (радиус 6.67 метров)        |{{
#ifeq: {{{1}}} | гигантский | gargantuan (радиус 8.33 метров)  |{{
#ifeq: {{{1}}} | gargantuan | gargantuan (радиус 8.33 метров)  |{{
#ifeq: {{{1}}} | колоссальный   | colossal (радиус 10 метров)      |{{
#ifeq: {{{1}}} | colossal   | colossal (радиус 1.67 метров)      |{{
#ifeq: {{{1}}} | конус | {{#if: {{{2|}}} | {{{2}}} |10}} [[meter]] cone            |{{
#ifeq: {{{1}}} | spellcone | {{#if: {{{2|}}} | {{{2}}} |10}} [[meter]] cone            |{{
#ifeq: {{{1}}} | аура       | {{#if: {{{2|}}} | {{{2}}} | 4}} [[meter]]s around creature |{{{1}}} }} }} }} }} }} }} }} }}<noinclude>
#ifeq: {{{1}}} | aura       | {{#if: {{{2|}}} | {{{2}}} | 4}} [[meter]]s around creature |{{{1}}} }} }} }} }} }} }} }} }}<noinclude>
----
----
This template requires a single (unnamed) parameter, which could be "small", "medium", "large", "huge", "gargantuan", "colossal", "spellcone", or "aura" indicating the size of the area of effect. Other values (e.g. "single" or "single creature") are permitted, but will not be formatted.
This template requires a single (unnamed) parameter, which could be "small", "medium", "large", "huge", "gargantuan", "colossal", "spellcone", or "aura" indicating the size of the area of effect. Other values (e.g. "single" or "single creature") are permitted, but will not be formatted.

Revision as of 00:19, 4 April 2020

This template takes the various descriptions of sizes of areas of effect and adds explicit sizes.


{{

  1. ifeq: {{{1}}} | small | малый (радиус 1.67 метра) |{{
  2. ifeq: {{{1}}} | medium | medium (радиус 3.33 метра) |{{
  3. ifeq: {{{1}}} | large | large (радиус 5 метров) |{{
  4. ifeq: {{{1}}} | huge | huge (радиус 6.67 метров) |{{
  5. ifeq: {{{1}}} | gargantuan | gargantuan (радиус 8.33 метров) |{{
  6. ifeq: {{{1}}} | colossal | colossal (радиус 1.67 метров) |{{
  7. ifeq: {{{1}}} | spellcone | {{#if: | {{{2}}} |10}} meter cone |{{
  8. ifeq: {{{1}}} | aura | {{#if: | {{{2}}} | 4}} meters around creature |{{{1}}} }} }} }} }} }} }} }} }}

This template requires a single (unnamed) parameter, which could be "small", "medium", "large", "huge", "gargantuan", "colossal", "spellcone", or "aura" indicating the size of the area of effect. Other values (e.g. "single" or "single creature") are permitted, but will not be formatted.

In addition, spell cones and auras allow a second (unnamed) parameter to override the default length of 10 (cones) or 4 (auras) meters.