Template:Feat: Difference between revisions
From Drinking and Dragons
Wizardoest (talk | contribs) No edit summary |
Wizardoest (talk | contribs) No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{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 | ||
| | |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 | |||
}} | }} | ||
</pre> | |||
</noinclude> |
Latest revision as of 02:03, 15 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 }}