Drinking & Dragons

Difference between revisions of "Template:Feat"

From Drinking and Dragons
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
*{{{gained}}} '''{{{feat}}}'''{{if|test={{{featDesc|}}}|then=<br />''{{{featDesc}}}''}}
{{if|test={{{featname|}}}|then=<span style="color: #336699; font-weight: normal; margin: 0; font-size: 150%">{{{featname}}}</span>}}{{if|test={{{type|}}}|then=<span style="color: #336699; font-weight: normal; margin: 0; font-size: 100%"> [{{{type}}}]</span>}}
{{if|test={{{createdby|}}}|then=<br><span style="font-size: 85%;">created by ''{{{createdby}}}</span>}}''{{if|test={{{flavortext|}}}|then=<br>{{{flavortext}}}}}{{if|test={{{prereq|}}}|then=<br>'''Prerequisite:''' {{{prereq}}}}}{{if|test={{{benefit|}}}|then=<br>'''Benefit:''' {{{benefit}}}}}{{if|test={{{normal|}}}|then=<br>'''Normal:''' {{{normal}}}}}{{if|test={{{special|}}}|then=<br>'''Special:''' {{{special}}}}}
[[Category:Feats]]
<noinclude>
<noinclude>
Please use this template for feats so that all feats on the site will have a consistent look. To implement, copy/paste the following and edit in the contents of your feat.
<pre>
<pre>
{{Feat
{{Feat
|feat=
|featname=Name of feat
|gained=1st, Human, Monk 1 bonus, etc.
|type=General, Metamagic, etc.
|featDesc=Optional blurb
|createdby=Author
|flavortext=Flavor text goes here.
|prereq=List prerequisites
|benefit=What does the feat do?
|normal=Without this feat, this happens
|special=Extra info
}}
}}
</pre>
</noinclude>

Latest revision as of 19:03, 14 August 2008

Please use this template for feats so that all feats on the site will have a consistent look. To implement, copy/paste the following and edit in the contents of your feat.

{{Feat
|featname=Name of feat
|type=General, Metamagic, etc.
|createdby=Author
|flavortext=Flavor text goes here.
|prereq=List prerequisites
|benefit=What does the feat do? 
|normal=Without this feat, this happens
|special=Extra info
}}