Template:Feattype

From Cormyrean Prophecies
Revision as of 12:20, 18 May 2016 by Psi (talk | contribs) (Новая страница: «<noinclude>This template formats the type of a feat with an appropriate wikilink. Its purpose is to remove a mess of code from template:feat, making that…»)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template formats the type of a feat with an appropriate wikilink. Its purpose is to remove a mess of code from template:feat, making that template easier to read.


{{

  1. ifeq: {{{1}}} | class | class | {{
  2. ifeq: {{{1}}} | classrace | class/race | {{
  3. ifeq: {{{1}}} | monster | monster | {{
  4. ifeq: {{{1}}} | race | race | {{
  5. ifeq: {{{1}}} | general | general | {{
  6. ifeq: {{{1}}} | metamagic | metamagic (general feat) | {{
  7. ifeq: {{{1}}} | instant | instant | {{
  8. ifeq: {{{1}}} | instant custom | instant (custom) |
(general feat)

}} }} }} }} }} }} }} }}


This template takes a single unnamed parameter that indicates the type of feat. Special formatting is applied to the following: general, class, race, metamagic, monster, classrace, instant, and "instant custom". All other types are assumed to be a specialization of "general" and formatted accordingly.