Difference between revisions of "Template:Feat"

From Sourcebook Wiki
Jump to: navigation, search
(inner template tweaks)
m (silly sleep Mattie, just use the name)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<includeonly>__NOTOC__
 
<includeonly>__NOTOC__
==== {{{name|Fill in the name parameter}}} <span class="types">{{ #if: {{{type1|}}}
+
==== {{{name|Fill in the name parameter}}} <span class="feattypes">{{ #if: {{{type1|}}}
     |[[:Category:{{{type1}}} Feats|{{{type1}}}]][[Category:{{{type1}}} Feats]]
+
     |<span class="feattype">[[:Category:{{{type1}}} Feats|{{{type1}}}]][[Category:{{{type1}}} Feats|{{{name}}}]]</span>
 
     |
 
     |
 
}} {{ #if: {{{type2|}}}
 
}} {{ #if: {{{type2|}}}
     |[[:Category:{{{type2}}} Feats|{{{type2}}}]][[Category:{{{type2}}} Feats]]
+
     |<span class="feattype">[[:Category:{{{type2}}} Feats|{{{type2}}}]][[Category:{{{type2}}} Feats|{{{name}}}]]</span>
 
     |
 
     |
 
}} {{ #if: {{{type3|}}}
 
}} {{ #if: {{{type3|}}}
     |[[:Category:{{{type3}}} Feats|{{{type3}}}]][[Category:{{{type3}}} Feats]]
+
     |<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>====
Line 18: Line 21:
 
|}}
 
|}}
 
{{#if: {{{benefit|}}}
 
{{#if: {{{benefit|}}}
| {{inforow|Benefit|{{{benefit}} }}}
+
| {{inforow|Benefit|{{{benefit}}} }}
 
|}}
 
|}}
 
{{#if: {{{normal|}}}
 
{{#if: {{{normal|}}}
Line 24: Line 27:
 
|}}
 
|}}
 
{{#if: {{{special|}}}
 
{{#if: {{{special|}}}
| {{inforow|Special|{{{special}}}}}
+
| {{inforow|Special|{{{special}}} }}
 
|}}
 
|}}
 
{{#if: {{{text|}}}|
 
{{#if: {{{text|}}}|
===== Description =====
+
===== 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=[[SRD:Turn or Rebuke Undead (Rules)|Turn or Rebuke Undead]], Animal Companion
+
|prereqs=Turn or Rebuke Undead, Animal Companion
|benefit=Your animal companion gains the [[SRD:Celestial Creature (Template)|celestial template]], if you normally turn undead, or the [[SRD:Fiendish Creature (Template)|fiendish template]], if you rebuke undead.
+
|benefit=Typically included field
Your effective [[Cleric]] level to Turn/Rebuke Undead stacks with your [[Ranger]] or [[Druid]] level to determine the strength of your animal companion. (unless they are both granted by the same class, such as by a Shaman from Oriental adventures)
+
|normal=Optionally include normal effects
|normal=...
+
|special=Optionally include special effects
|special=...
+
|text=Optionally included notes
|source=...
+
|seealso=Optionally included references
|text=...
+
|source=Optionally included original source location
|seealso=...
+
}}</nowiki></pre>
}}
+
 
</noinclude>
 
</noinclude>

Latest revision as of 22:40, 22 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
}}