Template:Feat: Difference between revisions
Jump to navigation
Jump to search
(Early draft, do not use yet) |
m (silly sleep Mattie, just use the name) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly>__NOTOC__ | ||
==== {{{name|Fill in the name parameter}}} <span class=" | ==== {{{name|Fill in the name parameter}}} <span class="feattypes">{{ #if: {{{type1|}}} | ||
|[[Category:{{{type1}}} Feats|{{{type1}}}]] | |<span class="feattype">[[:Category:{{{type1}}} Feats|{{{type1}}}]][[Category:{{{type1}}} Feats|{{{name}}}]]</span> | ||
| | | | ||
}} {{ #if: {{{type2|}}} | }} {{ #if: {{{type2|}}} | ||
|[[Category:{{{type2}}} Feats|{{{type2}}}]] | |<span class="feattype">[[:Category:{{{type2}}} Feats|{{{type2}}}]][[Category:{{{type2}}} Feats|{{{name}}}]]</span> | ||
| | | | ||
}} {{ #if: {{{type3|}}} | }} {{ #if: {{{type3|}}} | ||
|[[Category:{{{type3}}} Feats|{{{type3}}}]] | |<span class="feattype">[[:Category:{{{type3}}} Feats|{{{type3}}}]][[Category:{{{type3}}} Feats|{{{name}}}]]</span> | ||
| | |||
}} {{ #if: {{{type4|}}} | |||
|<span class="feattype">[[:Category:{{{type4}}} Feats|{{{type4}}}]][[Category:{{{type4}}} Feats|{{{name}}}]]</span> | |||
| | | | ||
}}</span>==== | }}</span>==== | ||
<div class="featdetails"> | <div class="featdetails"> | ||
{{#if: {{{summary|}}} | {{#if: {{{summary|}}} | ||
| {{inforow | | {{inforow|Summary|{{{summary}}}}} | ||
|}} | |}} | ||
{{#if: {{{prereqs|}}} | {{#if: {{{prereqs|}}} | ||
| {{inforow | | {{inforow|Prerequisites|{{{prereqs}}}}} | ||
|}} | |}} | ||
{{#if: {{{benefit|}}} | {{#if: {{{benefit|}}} | ||
| {{inforow | | {{inforow|Benefit|{{{benefit}}} }} | ||
|}} | |}} | ||
{{#if: {{{normal|}}} | {{#if: {{{normal|}}} | ||
| {{inforow | | {{inforow|Normal|{{{normal}}} }} | ||
|}} | |}} | ||
{{#if: {{{special|}}} | {{#if: {{{special|}}} | ||
| {{inforow | | {{inforow|Special|{{{special}}} }} | ||
|}} | |}} | ||
{{#if: {{{text|}}}| | {{#if: {{{text|}}}| | ||
===== | ===== Notes ===== | ||
{{{text}}} | {{{text}}} | ||
|}} | |}} | ||
Line 39: | Line 42: | ||
{{{source}}} | {{{source}}} | ||
|}} | |}} | ||
</div> | </div> | ||
[[Category:Feats|{{{name}}}]] | |||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
Random Example: | |||
<pre><nowiki> | |||
{{Feat | {{Feat | ||
|name=Divine Companion | |name=Divine Companion | ||
Line 49: | Line 54: | ||
|type2=Animal Companion | |type2=Animal Companion | ||
|type3= | |type3= | ||
|type4= | |||
|summary=Your animal companion becomes a celestial or fiendish creature. | |summary=Your animal companion becomes a celestial or fiendish creature. | ||
|prereqs= | |prereqs=Turn or Rebuke Undead, Animal Companion | ||
|benefit= | |benefit=Typically included field | ||
|normal=Optionally include normal effects | |||
|normal= | |special=Optionally include special effects | ||
|special= | |text=Optionally included notes | ||
| | |seealso=Optionally included references | ||
| | |source=Optionally included original source location | ||
| | }}</nowiki></pre> | ||
}} | |||
</noinclude> | </noinclude> |
Latest revision as of 02:40, 23 February 2011
Random Example:
{{Feat |name=Divine Companion |type1=Divine |type2=Animal Companion |type3= |type4= |summary=Your animal companion becomes a celestial or fiendish creature. |prereqs=Turn or Rebuke Undead, Animal Companion |benefit=Typically included field |normal=Optionally include normal effects |special=Optionally include special effects |text=Optionally included notes |seealso=Optionally included references |source=Optionally included original source location }}